Skip to content

v0.1.0 - First working AI video pipeline

Latest

Choose a tag to compare

@TheUnknown550 TheUnknown550 released this 14 Jun 09:42
· 6 commits to main since this release

v0.1.0 - First working version

This is the first public release of ScriptSmith-Engine, an AI video pipeline that turns a text script into a narrated YouTube-style video.

Features

  • Generate narration using Gemini TTS
  • Create transcription timestamps with faster-whisper
  • Plan scenes using MiniMax
  • Generate AI images using Runware / GPT Image
  • Search and add sound effects from Freesound
  • Assemble the final video using FFmpeg

Notes

This release is still experimental. You will need to configure your own API keys in .env.

Setup

  1. Clone the repo
  2. Install dependencies from requirements.txt
  3. Copy .env.example to .env
  4. Add your API keys
  5. Run the pipeline scripts