A video processing application that uses OpenRouter and ElevenLabs APIs.
-
Install dependencies:
poetry install
-
Create a
.envfile with your API keys:OPENROUTER_API_KEY=your_key_here ELEVENLABS_API_KEY=your_key_here -
Run the application:
poetry run python main.py
Place your input video file in the project directory and update VIDEO_FILE_PATH in main.py.