Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -29
requirements.txt
CHANGED
|
@@ -1,35 +1,7 @@
|
|
| 1 |
-
# 🦋 Butterfly Species Classifier - Complete Requirements
|
| 2 |
-
# For Local Deployment
|
| 3 |
-
# Python 3.12.12
|
| 4 |
-
# Last Updated: January 2026
|
| 5 |
-
|
| 6 |
-
# =============================================================================
|
| 7 |
-
# DEEP LEARNING FRAMEWORK
|
| 8 |
-
# =============================================================================
|
| 9 |
tensorflow==2.19.0
|
| 10 |
numpy==2.0.2
|
| 11 |
pandas==2.2.2
|
| 12 |
scikit-learn==1.6.1
|
| 13 |
-
|
| 14 |
-
# =============================================================================
|
| 15 |
-
# IMAGE PROCESSING
|
| 16 |
-
# =============================================================================
|
| 17 |
Pillow==10.4.0
|
| 18 |
-
|
| 19 |
-
# =============================================================================
|
| 20 |
-
# WEB APPLICATION
|
| 21 |
-
# =============================================================================
|
| 22 |
-
streamlit==1.40.1
|
| 23 |
plotly==5.24.1
|
| 24 |
-
|
| 25 |
-
# =============================================================================
|
| 26 |
-
# NOTES:
|
| 27 |
-
# =============================================================================
|
| 28 |
-
# All versions tested and compatible with Python 3.12.12
|
| 29 |
-
# TensorFlow 2.19.0 includes Keras 3.10.0 (no separate install needed)
|
| 30 |
-
#
|
| 31 |
-
# Installation:
|
| 32 |
-
# pip install -r requirements.txt
|
| 33 |
-
#
|
| 34 |
-
# Quick install (if you already have TensorFlow):
|
| 35 |
-
# pip install streamlit==1.40.1 plotly==5.24.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
tensorflow==2.19.0
|
| 2 |
numpy==2.0.2
|
| 3 |
pandas==2.2.2
|
| 4 |
scikit-learn==1.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
Pillow==10.4.0
|
| 6 |
+
streamlit==1.52.2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
plotly==5.24.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|