
On
This project was developed on the NLW AI Master Trail of Rocketseat. The project consists of a description generator and video titles from the transcription of its content.
The process is basically the following:
- The user carries the vicion for which he wants to generate the title and the description;
- The video is made of audio with FFMPEG (in the browser using Webassembly);
- The audio is sent to the back end that, using the OpenAi API, uses the whisper model to generate full audio transcription;
- With audio transcription, a new call is made to the OpenAI API so that, based on the user -provided prompt, the description and title are generated;
? Preview
Technologies used
Made with?