Skip to content

EnriqueM12/Delphi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delphi 🔮

An autonomous AI data science agent. Ask a question about the future, and Delphi finds the data, trains the best model, explains why, and tells you the story.

Built at WildHacks 2026 — Northwestern University

What it does

  1. You ask a question — "Predict diabetes risk based on patient health indicators"
  2. AI agent finds data — Searches Kaggle, HuggingFace, and World Bank APIs
  3. Databricks processes it — Spark cleaning, feature engineering, Delta Lake storage
  4. Model arena trains 5 models — XGBoost, LightGBM, Random Forest, Linear, SVM — tracked with MLflow
  5. SHAP explains — Feature importance and model explainability
  6. ElevenLabs narrates — A voice data story summarizes the findings

Team

Name Role Owns
Jose ML Architect Databricks, MLflow, model training, SHAP
ND Backend + Agent FastAPI, Gemini agent, dataset discovery
Wilson Product + Frontend React UI, design, video, presentation
Enrique Infrastructure DigitalOcean, ElevenLabs, deployment, PDF

Tech Stack

  • AI Orchestration: Google Gemini API (function calling agent)
  • Data Processing: Databricks Free Edition, Apache Spark, Delta Lake
  • ML Tracking: MLflow 3 (experiment tracking + model registry)
  • Models: scikit-learn, XGBoost, LightGBM, SHAP, Optuna
  • Voice: ElevenLabs Text-to-Speech API
  • Backend: FastAPI, Python
  • Frontend: React, Vite, Recharts
  • Hosting: DigitalOcean Droplet
  • Domain: delphi.tech

Setup

# Clone
git clone https://github.com/YOUR_TEAM/Delphi.git
cd Delphi

# Backend
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r backend/requirements.txt
pip install -r ml/requirements.txt

# Copy env file and add your keys
cp .env.example .env

# Run backend
cd backend && python -m app.main

# Frontend (separate terminal)
cd frontend
npm install
npm run dev

Track

Data Storytelling — Train, predict, and visualize models to predict the future.

Sponsor Technologies Used

  • Google Gemini API — AI agent orchestration
  • ElevenLabs — Voice narration of data stories
  • DigitalOcean — Cloud hosting
  • .Tech Domain — delphi.tech

License

MIT

#Delphi Bridging the gap of AI to a General Public.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors