Camera app using flask, OpenCV wherein we can click pictures, record videos, apply filters like greyscale, negative and 'face only' snapchat filter.
--To run this app, you should have python, flask and OpenCV installed on your PC.
--Steps
--1. Download the repository in your system
--2. Create and activate virtual environment (link: https://towardsdatascience.com/virtual-environments-for-absolute-beginners-what-is-it-and-how-to-create-one-examples-a48da8982d4b)
--3. Install dependencies (Command: pip3 install r.txt
)
--4. Run the file (Command: python camera_flask_app.py
)