Skip to content

thaskani/CSV-Analytics

Repository files navigation

CSV Analytics

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.

Setup

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.

Usage

To use the application, run the app.py file with the streamlit CLI (after having installed streamlit):

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published