TomatoFT / OpenCV-Camera-Web-App

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:CSS 36.6%Language:Python 22.7%Language:HTML 22.7%Language:JavaScript 17.6%Language:PHP 0.4%