Wound_Treatment / requirements.txt
DHEIVER's picture
Update requirements.txt
8358255 verified
raw
history blame contribute delete
442 Bytes
# Core dependencies
gradio==3.50.2 # Web interface
tensorflow==2.15.0 # Model loading and inference
pillow==10.2.0 # Image processing
requests==2.31.0 # API calls
numpy==1.26.4 # Array operations
# Optional but recommended for production
h5py==3.10.0 # For .h5 model files
python-dotenv==1.0.0 # Environment variable management
gradio>=3.50.2 # Ensure webcam features are available
fpdf