Ai_analyst / README.md
AJAY KASU
Deploy Senior Data Analyst Agent
69fe5b7

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
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

  1. Clone the repo.
  2. Install requirements: pip install -r requirements.txt.
  3. Create .streamlit/secrets.toml with your Hugging Face token.
  4. Run: streamlit run app.py.

Credits

Built with ❤️ using Python, Streamlit, ChromaDB, and Hugging Face Inference API.