Skip to content

n4ze3m/shotty-fun

Repository files navigation

Shotty

Shotty let you generate video from given URL or text. It uses OpenAI, Fireworks, Whisper and Elevenlabs API to generate the video.

Getting Started 🚀

Prerequisites 📋

  • docker
  • fireworks api key
  • elevenlabs api key
  • openai api key

Installation 🔧

  1. Clone the repo

    git clone https://github.com/n4ze3m/shotty-fun.git
  2. Edit .env.example file and rename it to .env and add your api keys

  3. Run the project

    docker compose up

Roadmap 📋

  • Use Local Whisper model
  • Use Local TTS
  • Use Local llm