CoolFace
Apppublic

aftabahmedmostofa/screw-training-validation

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

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:app on the port provided by Hugging Face

Run locally

bash
pip install -r requirements.txt
uvicorn screws_api:app --host 0.0.0.0 --port 8000 --reload

Then open: http://localhost:8000/docs