Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erolrecep/flask-computer_vision-template-projects
https://github.com/erolrecep/flask-computer_vision-template-projects
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erolrecep/flask-computer_vision-template-projects
- Owner: erolrecep
- Created: 2023-04-02T02:08:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T19:53:07.000Z (about 1 year ago)
- Last Synced: 2023-09-05T20:53:24.608Z (about 1 year ago)
- Language: HTML
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 runOnce 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](https://github.com/erolrecep/flask-computer_vision-template-projects/blob/main/images/initial_view.png "flask web app initial view")
Once you upload the image, the final view will be ..
![Image](https://github.com/erolrecep/flask-computer_vision-template-projects/blob/main/images/uploaded_view.png "flask web app uploaded view")
Basically, all projects run with the same way if it's not explained otherwise.