Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arun-kc/chatcsv

A Langchain app to chat with a CSV file
https://github.com/arun-kc/chatcsv

ai chatbot csv langchain-python llm openai streamlit

Last synced: about 2 months ago
JSON representation

A Langchain app to chat with a CSV file

Awesome Lists containing this project

README

        

## ChatCSV

### Installation

1. Clone the repo

```console
$ git clone https://github.com/Arun-kc/chatcsv.git
$ cd quicky-nest
```
2. Create a [virtual environment](https://docs.python.org/3/library/venv.html)

3. Get inside your virtual environment

4. Install the dependencies
```console
$ pip install -r requirements.txt
```

5. Start the streamlit server
```console
$ streamlit run main.py
```