This is a video classification. I have built this by using the template of image classifion from tensorflow developer.
Install all dependencies that are required for the project by running:
pip3 install -r requirements.txt
Add your own video clip path
videopath = 'Insert your video path'
To run the program enter "./python3 main.py" in the terminate of this current directory