pnp-chatbot-v1 / README.md
FauziIsyrinApridal
Initial commit without binary files
ea1ba01
|
raw
history blame
914 Bytes

Pnp-Bot

Pnp-Bot is a web-based chatbot application to answer questions about Politeknik Negeri Padang using LLM Model (Sahabat-AI) with Retrieval-Augmented Generation method

(Deployed):

  • Chatbot App :
  • Admin Dashboard : Limited Access, contact me for more details.

Chatbot app

Technologies

  • Python
  • Langchain
  • Streamlit
  • Sahabat-AI (LLM)

Create virtual environment

  python -m venv venv

Activate virtual environment

On windows

  .\venv\Scripts\activate

On linux

  source venv/Scripts/activate

Install dependencies

  pip install -r requirements.txt

Setup env

Create env using env.example file

  cp .env.example .env

Fill the variable with your own API keys from https://replicate.com/ and https://huggingface.co/

Running

  streamlit run app.py