Spaces:
Configuration error
Configuration error
File size: 325 Bytes
59073b8 e4c27a6 59073b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Pneumonia Classification Deployment
## Local
pip install -r requirements.txt
python app.py
## Docker
docker build -t pneumonia-app .
docker run -p 7860:7860 pneumonia-app
## Hugging Face Space
1. Create a Gradio Space
2. Upload files from this folder
3. Ensure best_pneumonia_model.keras and model_meta.json are present
|