aftabahmedmostofa/screw-training-validation
0
Screws ResNet18 FastAPI (Docker Space)
This Space runs a FastAPI backend for training and evaluating a ResNet18 screw classifier.
For Hugging Face Space
- SDK: Docker
- Template: Blank
This image will:
- Install requirements from
requirements.txt - Run
uvicorn screws_api:appon the port provided by Hugging Face
Run locally
pip install -r requirements.txt
uvicorn screws_api:app --host 0.0.0.0 --port 8000 --reloadThen open: http://localhost:8000/docs
