Skip to content

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

Notifications You must be signed in to change notification settings

means-to-meaning/rest_cv_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages