Spaces:
Running
Running
metadata
title: Deep Research AI
emoji: π¬
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
Deep Research AI π
A sophisticated multi-agent research assistant powered by LangGraph and Google Gemini.
Features
- π¬ Deep Research: Multi-step research with web search & document analysis
- π₯ YouTube Analyzer: Generate viral titles & extract captions from videos
- π Smart Summarizer: Auto-summarize long reports with one click
- π Document RAG: Upload PDFs & texts for enhanced knowledge base
Tech Stack
- Backend: FastAPI + LangGraph
- AI Models: Google Gemini 2.0 Flash
- Vector Store: ChromaDB
- Web Search: Tavily API
Environment Variables
This Space requires the following secrets:
GOOGLE_API_KEY=your_gemini_api_key
TAVILY_API_KEY=your_tavily_api_key
API Endpoints
POST /api/chat- Main chat interfacePOST /api/summarize- Content summarizationPOST /api/upload- Document uploadGET /api/health- Health check
Frontend
The frontend is deployed separately on Vercel for optimal performance.
Visit: [Your Frontend URL]
Local Development
cd backend
pip install -r requirements.txt
uvicorn main:app --reload