Skip to content

[제 10회 투빅스 컨퍼런스] S.knife - AI 아이돌 교차편집

License

Notifications You must be signed in to change notification settings

lilly9117/Cross-Cutting

 
 

Repository files navigation

Cross Cutting

Cross-Cutting is a service that makes it easy for anyone to make mixed music video. Please check the video on our web page.

Cross-Cutting is an open source project developed by Tobigs Team6 using MoviePy, Keras-facenet, OpenCV, etc..

Cross-Cutting is made in Python 3 version.

Installation


To install package

    $ git clone https://github.com/Tobigs-Team06/Cross-Cutting.git
    $ cd CrossCutting

Getting Started in Web


    $ cd crosscutting
    $ pip install -r requirements.txt
    $ python manage.py makemigrations
    $ python manage.py migrate
    $ python manage.py runserver 0.0.0.0:8000

Test

Run generate pose based mixed video code


    $ cd pose_detection
    $ pip install -r requirements.txt
    $ python generate.py

Run generate face based mixed video code


    $ cd face_sync
    $ pip install -r requirements.txt
    $ python generate_srrr.py

Result


Contribute


Contribution guidelines


If you want to contribute to Cross Cutting, be sure to review the contribution guideline. This project adheres to Sknife's code of conduct. By participating, you are expected to uphold this code.

We use GitHub issues for tracking requests and bugs.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


MinHo Jo

💬 📖 👀 🚇

MinJoon Jung

💬 📖 👀 📢

EunSun Sim

💬 📖 👀 📢

YuJin Lee

📖 👀 🔧

SeungHyun Lee

📖 🔧 🚇 🚧

HyeBin Choi

🎨 🚧

License

APACHE LICENSE, VERSION 2.0

Copyright (c) 2020, Sknife

About

[제 10회 투빅스 컨퍼런스] S.knife - AI 아이돌 교차편집

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.4%
  • Jupyter Notebook 25.5%
  • HTML 14.7%
  • CSS 4.2%
  • JavaScript 2.2%