24 lines
380 B
Plaintext
24 lines
380 B
Plaintext
# Requirements untuk menjalankan API Server
|
|
|
|
# Core dependencies
|
|
numpy>=1.21.0
|
|
pandas>=1.3.0
|
|
matplotlib>=3.4.0
|
|
seaborn>=0.11.0
|
|
scikit-learn>=0.24.0
|
|
opencv-python>=4.5.0
|
|
jupyter>=1.0.0
|
|
ipykernel>=6.0.0
|
|
|
|
# TensorFlow (diperlukan untuk model)
|
|
tensorflow>=2.10.0
|
|
|
|
# Flask API
|
|
flask>=2.0.0
|
|
flask-cors>=3.0.0
|
|
requests>=2.26.0
|
|
|
|
# Additional utilities
|
|
python-dotenv>=0.19.0
|
|
Pillow>=8.3.0
|