Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 908 Bytes

README.md

File metadata and controls

55 lines (30 loc) · 908 Bytes

OPENCV CAMERA FLASK APP

In this project, we create many animations which is simmilar to TikTok Animations using OpenCV, Flask, Mediapipe, etc.

This is the final project of CS231 course (Introduction to Computer Vision) of UIT.

How to set up

1. Clone the code from github

mkdir Camera Flask App

git clone https://github.com/TomatoFT/OpenCV-Camera-Web-App

cd Camera_Flask_App

2. Create and Enter Anaconda Environment


conda create --name open

conda activate open

3. Install dependencies

conda install -c anaconda pip

pip install -r requirements.txt

4. Activate the Flask and run web on local host


python web.py

5. Exit Anaconda environment

conda deactivate

NOTICE

If the camera is not open, you can try to Ctrl + C while running the flask web on browser and reactivate it again