[slide]
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.
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 |
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
$ pip install -r requirements.txt
- For pixellib library: link. This model should be placed in
./models/pixellib_models
directory.
$ python app.py