I created a Udemy course, using AI for free
Generative AI for video course creation
Recently I was trying out some creative ideas where I struck a goldmine,
Creating Udemy courses, completely using AI. That too in my own voice.
This includes
Creating Videos
Generating Audio clones
Some part of the content as well
This is unlimited generation
You can check the course here (no need to buy): Udemy Course
In this post, I will be sharing the rough idea and the codes are available on GumRoad to try:
The approach:
For the course, I majorly used 3 libraries:
Manim: A python package to create technical videos using codes
F5-TTS: An open-sourced SOTA model for Audio Cloning (to generate clone of my audio)
Videopy: For video editing using python
Code flow
- Create Question & Answer based text for the course.
- For every question and every answer, generate 2 things
Manim text video (text appears on the screen with some animations)
F5-TTS for generating my audio-clone for the same question/answer
- Merge these two elements to form short video snippets covering one question with its answer.
- Do the same for all questions and answers and generate multiple video snippets in the same format
- Merge all of them together to form a large video
Key features
Supports unlimited generation
The audio clone is quite good
All the libraries and models used are free, so no cost
Can run on google colab
Courses can be pushed to platforms like Udemy , where human validators are present
Limitations
- Can generate only text-based videos only. But the code can be updated
I hope you try out the codes and setup a pipeline for creating udemy courses for free !!