A powerful React + Vite application to process video frames in batches and extract insights using AI-driven analysis.
This repository contains an application built to handle the batch processing of video frames, passing them through AI models to extract meaningful data and insights. It includes everything you need to run the application locally or deploy it.
- Batch Processing: Efficiently extract and process large numbers of frames from videos.
- AI Analysis: Leverage advanced AI models to analyze frames and generate insights.
- Local Execution: Fully configured to run and test on your local environment.
Make sure you have the following installed on your machine:
- Node.js (Version 16.x or higher is recommended)
- Clone this repository to your local machine:
git clone https://github.com/G30RG3-GJ/VideoFrame-Batch-Processing-AI-Analysis.git
- Navigate into the project directory:
cd VideoFrame-Batch-Processing-AI-Analysis - Install the required dependencies:
npm install
To start the application locally, run:
npm run dev- Framework: React + Vite
- Styling: Tailwind CSS + custom premium glassmorphism
- Runtime: Node.js
- AI Integration: Google GenAI SDK (Gemini)
This project is open-source and available under the MIT License.