$ 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].
Once you upload the image, the final view will be ..
Basically, all projects run with the same way if it's not explained otherwise.