pnp-chatbot-v1 / README.md
FauziIsyrinApridal
update readme
3ba68a8
---
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**: <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
```