Skip to content

Basalel5Mill/video_gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Gem

A video processing application that uses OpenRouter and ElevenLabs APIs.

Setup

  1. Install dependencies:

    poetry install
  2. Create a .env file with your API keys:

    OPENROUTER_API_KEY=your_key_here
    ELEVENLABS_API_KEY=your_key_here
    
  3. Run the application:

    poetry run python main.py

Usage

Place your input video file in the project directory and update VIDEO_FILE_PATH in main.py.

About

A video processing application that uses OpenRouter and ElevenLabs APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages