Skip to content

Generic image detection API with OCR for tiagorcdocker/yolo-detection-api

Notifications You must be signed in to change notification settings

tiagordc/yolo-detection-api

Repository files navigation

yolo-detection-api

Object detection API with OCR (optional) based in a given trained model

Also using Azure optionally to:

  • Store the tensorflow model
  • Store images and predictions
  • API key authorization

Setup (Windows)

py -3.7 -m venv env
env\scripts\activate
py -m pip install --upgrade pip
pip install -r requirements.txt

References

Docker cheat sheet

Build:

  • docker build -t yolo-detection-api .

Run:

  • docker run -d -p 80:5000 --env-file ./.env yolo-detection-api

Push:

Releases

No releases published

Packages

No packages published