AI Youtube Shorts Generator is a Python tool designed to generate engaging YouTube shorts from long-form videos. By leveraging the power of GPT-4 and Whisper, it extracts the most interesting highlights, detects speakers, and crops the content vertically for shorts. This tool is currently in version 0.1 and might have some bugs.
Clone the repository:
git clone https://github.com/SamurAIGPT/AI-Youtube-Shorts-Generator.git
cd AI-Youtube-Shorts-Generator
Install the required Python packages:
pip install -r requirements.txt
Set up the environment variables. Create a .env
file in the project root directory and add your OpenAI API key:
OPENAI_API=your_openai_api_key_here
.env
file is correctly set up with your OpenAI API key.python main.py
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
This is a v0.1 release and might have some bugs. Please report any issues on the GitHub Repository.