Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 234 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 234 Bytes

custom_vision

Testing Microsoft Custom Vision API

Export Proxy if needed, then

set FLASK_APP=app.py
set FLASK_ENV=development
set FLASK_DEBUG=1
python -m flask run

App will be hosted to localhost:5000