cyberforge / requirements.txt
Che237's picture
Update requirements.txt - add FastAPI REST endpoints + Gemini AI
f42e82f verified
raw
history blame contribute delete
605 Bytes
# CyberForge AI - HuggingFace Space
# Combined Gradio UI + FastAPI REST API
# Core ML
scikit-learn>=1.5.0
pandas>=2.2.0
numpy>=2.0.0
joblib>=1.4.0
# Gradio UI
gradio>=5.20.0
# FastAPI REST endpoints (for Heroku backend)
fastapi>=0.100.0
uvicorn[standard]>=0.22.0
# HF Hub
huggingface_hub>=0.25.0
# Feature Engineering
tldextract>=5.1.0
# Gemini AI (new SDK)
google-genai>=1.0.0
# Notebook execution
nbformat>=5.10.0
nbconvert>=7.16.0
nest_asyncio>=1.6.0
# HTTP client for notebooks
httpx>=0.27.0
# Data handling
datasets>=2.20.0
pyarrow>=17.0.0
# Utilities
requests>=2.31.0
python-dotenv>=1.0.0