Skip to content

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

Notifications You must be signed in to change notification settings

TomatoFT/OpenCV-Camera-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published