|
|
|
|
|
title: "AI Video Action Recognition" |
|
|
description: "Revolutionary AI-powered video analysis using Facebook's TimeSformer model" |
|
|
url: "https://U-justine.github.io" |
|
|
baseurl: "/VideoActionRecognition-AI-VIDEO-RECOGNITIONS" |
|
|
|
|
|
|
|
|
markdown: kramdown |
|
|
highlighter: rouge |
|
|
theme: minima |
|
|
|
|
|
|
|
|
author: "Video Action Recognition Team" |
|
|
|
|
|
github_username: https://github.com/U-justine |
|
|
|
|
|
|
|
|
plugins: |
|
|
- jekyll-feed |
|
|
- jekyll-sitemap |
|
|
- jekyll-seo-tag |
|
|
|
|
|
|
|
|
exclude: |
|
|
- Gemfile |
|
|
- Gemfile.lock |
|
|
- node_modules |
|
|
- vendor/ |
|
|
- .bundle/ |
|
|
- .sass-cache/ |
|
|
- .jekyll-cache/ |
|
|
- gemfiles/ |
|
|
- README.md |
|
|
- LICENSE |
|
|
- "*.py" |
|
|
- "*.sh" |
|
|
- "*.mp4" |
|
|
- requirements.txt |
|
|
- .venv/ |
|
|
- __pycache__/ |
|
|
- "*.pyc" |
|
|
- .git/ |
|
|
- .gitignore |
|
|
|
|
|
|
|
|
include: |
|
|
- _pages |
|
|
- assets |
|
|
|