Introducing Isabella Reels, the intelligent core behind Reelsfy. Inspired by the popularity of Instagram Reels, Isabella is here to transform the way you create content. She's the sister bot to Marcelo Resenha, known for assisting with YouTube video editing. With Isabella's capabilities, you can now effortlessly turn longer videos into engaging Instagram Reels.
Reelsfy is an advanced, AI-powered tool that automates the process of creating Instagram Reels from longer videos. Isabella uses a combination of computer vision to track faces, the GPT model to identify the most engaging parts of the video, and the Whisper ASR system to generate subtitles. This open-source project is perfect for content creators looking to streamline their workflow and optimize content for virality.
$ git clone https://github.com/eddieoz/reels-clips-automator.git
$ conda create -n reels-clips-automator
$ conda activate reels-clips-automator
$ cd folder
$ python -m pip install -r requirements.txt
$ python -m pip install utils/auto-subtitle
.env
file in the root directory of the project and include your OpenAI API Key:OPENAI_API_KEY='Your-OpenAI-API-key-here'
To see the help:
$ python reelsfy.py --help
For a video from YouTube:
$ python reelsfy.py -v <youtube video url>
For a local file:
$ python reelsfy.py -f <video file>
Please note that videos should be approximately 20 minutes long due to the total token limit of the gpt-3.5-turbo-16k model.
For any queries or support, feel free to reach out:
Contributions to the project are welcome! Feel free to check out the code and submit a pull request.
This project is licensed under the MIT License.
This project was inspired by the work of NisaarAgharia's AI-Shorts-Creator.