Spaces:
Sleeping
Sleeping
| # NOVA AI Backend — Hugging Face Spaces Requirements | |
| # Lightweight version (no AutoGluon — training is on Kaggle) | |
| # --- Web Server --- | |
| flask==3.1.0 | |
| flask-cors==5.0.0 | |
| # --- AI APIs --- | |
| google-generativeai==0.8.6 | |
| groq==0.25.0 | |
| # --- Data --- | |
| pandas==2.3.3 | |
| numpy==2.3.0 | |
| requests==2.32.5 | |
| # --- PDF Reports --- | |
| fpdf2==2.9.0 | |
| Pillow==11.3.0 | |
| # --- Utilities --- | |
| python-dotenv==1.2.1 | |
| # --- HF Hub (to download trained models) --- | |
| huggingface_hub==0.33.0 | |