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.
mkdir Camera Flask App
git clone https://github.com/TomatoFT/OpenCV-Camera-Web-App
cd Camera_Flask_App
conda create --name open
conda activate open
conda install -c anaconda pip
pip install -r requirements.txt
python web.py
conda deactivate
If the camera is not open, you can try to Ctrl + C while running the flask web on browser and reactivate it again