Skip to content

indrapaul824/background-score-prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSC VIT

Background Music Generation for Videos

Given a video the task is to automatically create background music for the given video.


DOCS UI

Functionalities

  • Predict the Genre for each 10-second interval of the video.

Instructions to run

  • Pre-requisites:

    • Python 3.6 or 3.7
    • Dependencies from requirements.txt
  • Directions to Install

    First clone this repository onto your system.
    Then, create a Virtual Environment and install the packages from requirements.txt:
    Navigate to this repository, create a Virtual Environment and activate it:

    cd path/to/cloned/repo
    python3 -m venv env
    source env/bin/activate

    Install the python dependencies from requirements.txt:

    pip install requirements.txt
  • Directions to Execute

    From anywhere in the project directory, run the following command in the terminal -

    fbs run

Contributors

Chanakya Vivek Kapoor

Chanakya Vivek Kapoor

License

License

Made with ❤️ by DSC VIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%