Skip to content

Basalel5Mill/video_Anlaizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Analyzer

A Python application that analyzes videos using YOLO object detection and generates descriptive scripts using LLMs.

Setup

  1. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies:

    pip install -r requirements.txt
  3. Create a .env file and add your OpenRouter API key:

    OPENROUTER_API_KEY=your_api_key_here
    

Usage

  1. Place your video file in the project directory
  2. Update the VIDEO_PATH in .env if needed
  3. Run the script:
    python main.py

The script will generate a text file with the analysis of your video.

About

A Python application that analyzes videos using YOLO object detection and generates descriptive scripts using LLMs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors