Skip to content

2021 <Silicon Valley Internship> 표정 인식을 통한 영상 배경 음악 편집 자동화 프로그램입니다. Vlog를 타겟으로 하여, 분위기에 어울리는 배경 음악을 추천합니다.

Notifications You must be signed in to change notification settings

teamFocus2021/Auto-BGM-Generation-Web

Repository files navigation

Auto BGM Generation WEB

1. Settings

  • pip install

    $ pip install ffmpeg requests gcloud --upgrade google-cloud-storage httplib2==0.15.0
    
  • npm install

    $ npm install
    
  • Download

    $ sudo apt install ffmpeg
    > set up PATH
    
  • Add Google Cloud user account json key

  • If you had an error, try this!

    npm install react-dropzone-uploader shelljs ffmpeg bootstrap
    

2. Run in developer mode

  • Watch mode

    $ npm run dev
    

3. Dockerize

  • docker build

    $ sudo docker build -t bgm-gen-web .
    
  • docker run

    $ sudo docker run -it -d -p 3000:3000 --name app bgm-gen-web
    

    ref site: https://flagly.org/courses/276/

About

2021 <Silicon Valley Internship> 표정 인식을 통한 영상 배경 음악 편집 자동화 프로그램입니다. Vlog를 타겟으로 하여, 분위기에 어울리는 배경 음악을 추천합니다.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •