https://github.com/siddhesh-agarwal/chatskcet
A chatbot made by scrapping https://skcet.ac.in/
https://github.com/siddhesh-agarwal/chatskcet
chatbot langchain openai python rag-model
Last synced: about 2 months ago
JSON representation
A chatbot made by scrapping https://skcet.ac.in/
- Host: GitHub
- URL: https://github.com/siddhesh-agarwal/chatskcet
- Owner: Siddhesh-Agarwal
- License: mit
- Created: 2024-04-02T04:02:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T17:18:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T05:15:39.666Z (over 1 year ago)
- Topics: chatbot, langchain, openai, python, rag-model
- Language: Jupyter Notebook
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatSKCET
## Setup
To install the dependencies run:
```bash
poetry install
```
## Execution
To start the chatbot run:
```bash
streamlit run ./st_app.py
```