🧬 Aging Theory Analyzer API
✅ Backend is running on Hugging Face Spaces!
✨ Features:
- 🔍 Paper collection from Semantic Scholar
- 🤖 LLM-powered Q1-Q9 extraction with Groq
- 📦 Batch processing for large datasets (10 papers/batch)
- ⚡ Automatic rate limiting
📚 Available Endpoints:
GET /docs - Interactive API documentation (Swagger UI)
POST /api/collect - Collect papers from Semantic Scholar
POST /api/extract/batch - Extract Q1-Q9 from one batch (10 papers)
POST /api/extract - Legacy: Extract all papers at once (not recommended for >50 papers)
🚀 Quick Start:
- Copy this URL:
- Paste in frontend "Backend URL" field
- Get free Groq API key: console.groq.com/keys
- Add queries and start analyzing!
Version 1.0.0 | Powered by FastAPI + Groq LLM (Llama 3.1 70B) + Semantic Scholar API