Skip to content

n4ze3m/shotty-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d52eb6d Β· Jan 19, 2024

History

23 Commits
Dec 11, 2023
Dec 11, 2023
Jan 19, 2024
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 11, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023

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