Spaces:
Build error
Build error
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**: [](YOUR_HF_SPACE_LINK) | |
- **Admin Dashboard**: <span style="color: orange; font-weight: bold;">Limited Access</span> (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 | |
``` | |