Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arun-kc/chatcsv
- Owner: Arun-kc
- Created: 2023-09-12T16:13:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T17:27:41.000Z (over 1 year ago)
- Last Synced: 2023-09-13T03:19:50.461Z (over 1 year ago)
- Topics: ai, chatbot, csv, langchain-python, llm, openai, streamlit
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```