Skip to content

wjnwjn59/CS231_TikTok_Effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS231 Final Project: TikTok Effects

Python [slide]

Description

In this project, we use Python to implement some TikTok video effects. Intuitively, we also build a simple web demo that users could record a video and be able to apply effects just like recording a TikTok video.

You can check detail information of implemented effects in the attached slide.

Members

No. Full name Student ID Gmail Github
1 Dinh Thang-Duong 19522195 [email protected] https://github.com/wjnwjn59
2 Nguyen Thuan-Duong 19522312 [email protected] https://github.com/ThuanNaN
3 Dinh Duc Tri-Truong 19522395 [email protected] https://github.com/TruongDinhDTri

Instruction

Step 0 (Optional): Install conda

Using conda environment is recommended. You can download conda by following this instruction: link. When conda is installed, create a conda environment and activate it using the below commands:

$ conda create -n tiktok_effects_env python=3.9 -y
$ conda activate tiktok_effects_env

Step 1: Install required libraries

$ pip install -r requirements.txt

Step 2: Download pretrained model

  • For pixellib library: link. This model should be placed in ./models/pixellib_models directory.

Step 3: Run the demo

$ python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •