An open API service indexing awesome lists of open source software.

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/

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
```