Computer Vision Applications Project
This project is at it's initial phase. This is all about the implementation of different computer vision techniques and possibilities.
Specifications:
- Flask
- OpenCV
Features:
- Simple flask development server
- Face detection
- Eye detection
- Developer oriented
Objective:
To create an end user oriented web app with the accessibility to use and enjoy the magic of computer vision.
For local setup:
- Create virtual environment
python -m venv venv
- Install requirements inside the virtual environment
.\venv\Scripts\activate
pip install -r requirements.txt
- Run flask server
python app.py
Good to go!