Cassette is a Python program designed to create 30-second explanatory videos suitable for Instagram Reels or YouTube Shorts. It offers multiple custom

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-07-02 06:00:03

Cassette is a Python program designed to create 30-second explanatory videos suitable for Instagram Reels or YouTube Shorts. It offers multiple customization options for creating personalized videos. The program utilizes various APIs and libraries, including GPT-3.5-turbo model for transcript generation, AssemblyAI API for subtitle generation, UnrealSpeech API for voiceover generation, and ffmpeg along with moviepy for video editing. The 'seewav' module in the given codebase is a modified version of a pull request by @Phoenix616 at the github page of the base seewav module

Install Prerequsites: Ensure that Python and pip are installed on your system. Install additional dependencies and the Fonts by running:

if you are using windows, make sure python-pip and winget is already installed and set to path, then open any terminal (git-bash, powershell or cmd) and type in the following commands :

Once these steps are completed, you can execute Cassette with python3 main.py or python main.py to generate your customized 30-second explanatory videos. Enjoy creating engaging content with Cassette!

Leave a Comment