File size: 605 Bytes
f42e82f
 
f89b059
 
2e4843b
 
 
 
7b61a48
f42e82f
45fc682
9fc95b3
f42e82f
 
 
 
9fc95b3
 
7b61a48
94487f7
2e4843b
452116d
f42e82f
 
452116d
 
2e4843b
 
c1c0b2d
 
 
 
94487f7
452116d
2e4843b
 
94487f7
7b61a48
94487f7
452116d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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