Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 803 Bytes

File metadata and controls

24 lines (11 loc) · 803 Bytes

Flask Computer Vision Template Projects

Setup

	$ mkvirtualenv flask-cv --python=3.10
	(flask-cv) $ pip install -r requirements.txt
	(flask-cv) $ cd 01-flask_image_upload_webapp
	(flask-cv) $ flask run 

Once you run the code, the first few lines are going to say you about the visit this website to see the web app. (http://127.0.0.1:5000)[http://127.0.0.1:5000].

Image

Once you upload the image, the final view will be ..

Image

Basically, all projects run with the same way if it's not explained otherwise.