A Streamlit-based AI agent that can analyze uploaded files (CSV, Excel, PDF, DOCX, TXT, Images) using LLaMA-4 model via Together.ai API.
- Upload any data/document/image
- Ask natural language questions about content
- Visualize data with charts
- Uses
meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8via Together.ai - Streamlit frontend
pip install -r requirements.txtOpen your terminal, navigate to the project folder and type.
streamlit run app.py