Skip to content

chanakya1310/background-score-prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSC VIT

Genre Prediction for Videos

Given a video the task is to predict the Genre for each 10-second interval of the video.


UI

Functionalities

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

Instructions to run

  • Pre-requisites:
    • Python 3.6 or 3.7 or 3.8
    • 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

Packages

No packages published

Languages

  • Python 100.0%