means-to-meaning / rest_cv_service

Minimal working example of a REST service doing image recognition in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST service using Python Flask - accepting multipart/form-data image uploads

Dependencies

pip install flask

Run server

python rest_service.py

Test server

curl http://127.0.0.1:5000/
curl -F "image=@img1.jpg" http://127.0.0.1:5000/upload

About

Minimal working example of a REST service doing image recognition in Python


Languages

Language:Python 100.0%