--- title: "Pnp-Bot - Politeknik Negeri Padang Chatbot" emoji: "🎓" colorFrom: "blue" colorTo: "indigo" sdk: "streamlit" sdk_version: "1.29.0" app_file: "app.py" pinned: true --- # PNP-Bot 🤖 A web-based chatbot for Politeknik Negeri Padang using Sahabat-AI LLM with Retrieval-Augmented Generation (RAG) technology. ## 🌐 Live Deployments - **Chatbot App**: [![Hugging Face Spaces](https://img.shields.io/badge/🤗-Hugging%20Face%20Space-blue)](YOUR_HF_SPACE_LINK) - **Admin Dashboard**: Limited Access (Contact maintainer for access) ## 🛠️ Technologies - Python - LangChain - Streamlit - Sahabat-AI LLM - Hugging Face (Embeddings) - Replicate (LLM API) ## 🚀 Quick Start ### Prerequisites - Python 3.8+ - Git ### Installation 1. Clone repository: ```bash git clone https://github.com/your-username/pnp-bot.git cd pnp-bot ```