Table of Contents
This project leverages OpenAI's capabilities to streamline the creation of YouTube Shorts. The repository includes tools for generating engaging titles, scripting the content, converting text to speech (TTS), performing speech-to-text (STT), and assembling the final video in MP4 format.
- Python 3.11.9
git clone https://github.com/DarmorGamz/youtube-shorts-generator.git
cp .envtemplate .env
python -m venv venv
.\venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please read CONTRIBUTING.md for more details.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
Distributed under the GPL License. See LICENSE
for more information.
This project is intended for educational purposes only. The content, scripts, and tools provided in this repository are for demonstration and learning purposes and should not be used for commercial or production environments without proper evaluation and adaptation.
The creator of this repository, Darren Morrison, is not responsible for any misuse, damage, or legal issues that may arise from using the code or concepts presented here. Users are advised to use the information and code at their own risk and discretion.