Shorts Summary is a web application to create a summary of short YouTube videos using Artificial Intelligence to transcribe the video content and summarize the content. This project is developed in the Foundations track of the NLW IA edition.
- Identify, validate and download Youtube Shorts URL
- Convert and extract audio:
.mp4
towav
- Transcribe and summarize with IA
- The NodeJS is required to be able to run this project.
- Clone repository
- Install NPM Packages
npm i
- Run backend
npm run server
- Run frontend
npm run web
- Open frontend localhost
default: http://localhost:5173/
- Insert YTShort URL in portugues
ex: https://www.youtube.com/shorts/_qF7vGPVNso
This project is protected by the MIT license. See the file LICENSE for more details.