Skip to content

tmanager2025/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • CSS 2.9%
  • JavaScript 2.2%
  • Dockerfile 1.8%
  • HTML 0.8%