--- title: sHORTgpt app_file: runShortGPTColab.py sdk: gradio sdk_version: 3.38.0 --- # 🚀🎬 ShortGPT [![](https://dcbadge.vercel.app/api/server/uERx39ru3R?compact=true&style=flat)](https://discord.gg/uERx39ru3R) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/rayventurahq.svg?style=social&label=Follow%20%40RayVentura)](https://twitter.com/RayVenturaHQ) [![GitHub star chart](https://img.shields.io/github/stars/rayventura/shortgpt?style=social)](https://star-history.com/#rayventura/shortgpt)
ShortGPT-logo
Join our Discord
⚡ Automating video and short content creation with AI ⚡
## 🎥 Showcase ([Full video on YouTube](https://youtu.be/hpoSHq-ER8U)) https://github.com/RayVentura/ShortGPT/assets/121462835/a802faad-0fd7-4fcb-aa82-6365c27ea5fe ## 🎥 Voice Dubbing https://github.com/RayVentura/ShortGPT/assets/121462835/06f51b2d-f8b1-4a23-b299-55e0e18902ef ## 🌟 Show Your Support We hope you find ShortGPT helpful! If you do, let us know by giving us a star ⭐ on the repo. It's easy, just click on the 'Star' button at the top right of the page. Your support means a lot to us and keeps us motivated to improve and expand ShortGPT. Thank you and happy content creating! 🎉 [![GitHub star chart](https://img.shields.io/github/stars/rayventura/shortgpt?style=social)](https://github.com/RayVentura/ShortGPT/stargazers) ## 🛠️ How it works ![alt text](https://github.com/RayVentura/ShortGPT/assets/121462835/fcee74d4-f856-4481-949f-244558bf3bfa) ## 📝 Introduction to ShortGPT ShortGPT is a powerful framework for automating content creation. It simplifies video creation, footage sourcing, voiceover synthesis, and editing tasks. - 🎞️ **Automated editing framework**: Streamlines the video creation process with an LLM oriented video editing language. - 📃 **Scripts and Prompts**: Provides ready-to-use scripts and prompts for various LLM automated editing processes. - 🗣️ **Voiceover / Content Creation**: Supports multiple languages including English 🇺🇸, Spanish 🇪🇸, Arabic 🇦🇪, French 🇫🇷, Polish 🇵🇱, German 🇩🇪, Italian 🇮🇹, and Portuguese 🇵🇹. - 🔗 **Caption Generation**: Automates the generation of video captions. - 🌐🎥 **Asset Sourcing**: Sources images and video footage from the internet, connecting with the web and Pexels API as necessary. - 🧠 **Memory and persistency**: Ensures long-term persistency of automated editing variables with TinyDB. ## 🚀 Quick Start: Run ShortGPT on Google Colab (https://colab.research.google.com/drive/1_2UKdpF6lqxCqWaAcZb3rwMVQqtbisdE?usp=sharing) If you prefer not to install the prerequisites on your local system, you can use the Google Colab notebook. This option is free and requires no installation setup. 1. Click on the link to the Google Colab notebook: [https://colab.research.google.com/drive/1_2UKdpF6lqxCqWaAcZb3rwMVQqtbisdE?usp=sharing](https://colab.research.google.com/drive/1_2UKdpF6lqxCqWaAcZb3rwMVQqtbisdE?usp=sharing) 2. Once you're in the notebook, simply run the cells in order from top to bottom. You can do this by clicking on each cell and pressing the 'Play' button, or by using the keyboard . Enjoy using ShortGPT! # Instructions for running shortGPT This guide provides step-by-step instructions for installing ImageMagick and FFmpeg on your system, which are both required to do automated editing. Once installed, you can proceed to run `runShortGPT.py` successfully. ## Prerequisites Before you begin, ensure that you have the following prerequisites installed on your system: - Python 3.x - Pip (Python package installer) ## Installation Steps Follow the instructions below to install ImageMagick, FFmpeg, and clone the shortGPT repository: ### Step 1: Install ImageMagick 1. For `Windows` download the installer from the official ImageMagick website and follow the installation instructions. [https://imagemagick.org/script/download.php](https://imagemagick.org/script/download.php) 2. For Ubuntu/Debian-based systems, use the command: ``` sudo apt-get install imagemagick ``` Then run the following command to fix a moviepy Imagemagick policy.xml incompatibility problem: ``` !sed -i '/ Star History Chart