csv_agent: use an agent to analyse/interact with csv/tablo data so we can prompt with questions....
- Extract CSV file data
- Anthropic model
- Langchain: Added custom prompts to refine our csv agent
- Custom prompts
- streamlit run csv_agent.py
- Create a .env file and add your LLMs API Keys (ChatGPT, AnthropicChat ect...)
- Install libraries: pip install -r requirements.txt
- Run project: python3 csv_agent.py