An open API service indexing awesome lists of open source software.

https://github.com/matin-ghorbani/video-classification-transformers

Implement a video classification using transformers
https://github.com/matin-ghorbani/video-classification-transformers

deep-learning tensorflow transformers video-classification

Last synced: 4 months ago
JSON representation

Implement a video classification using transformers

Awesome Lists containing this project

README

        

# Video-Classification-Transformers
### Video Classification Using Transforms

**This project focuses on video classification using various transformation techniques. The classification model is built using TensorFlow, and the dataset used is the UCF101 Top-5.**

### Dataset
The dataset used for this project is the [UCF101 Top-5](https://github.com/sayakpaul/Action-Recognition-in-TensorFlow/releases/download/v1.0.0/ucf101_top5.tar.gz). It contains video data for the top 5 action classes from the UCF101 dataset, a widely-used dataset for action recognition in videos.

## Installation
To get started, clone this repository and install the necessary dependencies.
```bash
git clone https://github.com/matin-ghorbani/Video-Classification-Transformers.git
cd Video-Classification-Transformers/
pip install -r requirements.txt
```