AI Transcription

Thirty-first Challenge was to create a Artificial Intelligence Transcription page, which converts the audio of a YouTube video into text. For this project's AI, the idea was to use transformers.js which makes it possible to use AI in our browser, without the need for an OpenAI token.

However, the loading and conversion speed is very high, and as this is an educational project, I used a json file with data from an example video.

I made it using Next.Js with TypeScript and Tailwind, and a Node.Js server!