Python 2.x was tested to work well.
Prepare necessary libraries for image processing and deep learning.
conda install -c conda-forge imageio=2.2.0
pip install -r requirements.txt
- Prepare trained models
python download_models.py
-
Prepare a movie data
- Example: Download a movie data from youtube
pytube https://www.youtube.com/watch?v=korUVQbEA98&t=11s -f YOUR_MOVIE_FILENAME
- Example: Download a movie data from youtube
-
Predict a label of the movie
python video_label_prediction.py YOUR_MOVIE_FILENAME_WITH_EXTENSION
-
Keras Inception model
-
Youtube 8M starter code