Build AI Video Generator with React.js, Express.js, Node, GPTScript and Tailwdincss
Unique and outstanding fullstack javascript project? Here you go!
In this tutorial we are going to build something really amazing – a video generator that takes a url to a blog post or article or any page and creates a video from it!
How does it work? Behind the scenes, it opens the url, reads the page, creates a summary of the text, add voiceover (text to speech), generates b-roll images, transcribes the text (for subtitles / text on top of the video) and then using ffmpeg lib it puts everything into a video.
This is a really unique project you can put on your portfolio.
Source code: https://github.com/dejwid/vidurl-ai
GPTScript: https://bit.ly/3Ai3jxv
Check my courses: https://codingwithdawid.com/premium-courses
Timestamps
00:00:00 – Intro
00:02:05 – Landing page
00:35:40 – Generating assets
01:45:33 – Creating a video
02:25:24 – Connecting backend with frontend