Spaces:
Runtime error
Runtime error
A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: Senior Data Analyst Agent
emoji: 🧐
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
Senior Data Analyst Agent 🧐
An autonomous data analyst agent powered by Qwen-2.5-72B and Streamlit.
Features
- Context Awareness: Automatically detects domain (e.g., E-commerce vs. Healthcare).
- Proactive Analysis: Scans for outliers and data quality issues upon upload.
- Self-Healing Code: The agent writes, executes, and fixes its own Python code.
- Trust & Verification: "Chain of Thought" planning and exposed audit trails.
How to Run Locally
- Clone the repo.
- Install requirements:
pip install -r requirements.txt. - Create
.streamlit/secrets.tomlwith your Hugging Face token. - Run:
streamlit run app.py.
Credits
Built with ❤️ using Python, Streamlit, ChromaDB, and Hugging Face Inference API.