This python project is aimed to generate analytics based on your csv file. In this project user can ask any query about the csv in a Natural Language and the code will give the answers. This project uses Langain agents to do this analytics.
To install the repository, please clone this repository and install the requirements:
pip install -r requirements.txt
You will also need to add your HUGGINGFACE_API_TOKEN to the .env file.
To use the application, run the app.py file with the streamlit CLI (after having installed streamlit):
streamlit run app.py