vilopesp / shorts-sumary

Tool that transcribes short YouTube videos using AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorts Summary

A Youtube Shorts summary transcription generator.


GIT STATUS

OverviewTechnologiesDependenciesInstallationLicenseAuthor


Imagens de apresentação do projeto pomodoro

NLW IA Tag


💡 Overview

Shorts Summary object is to create summaries of short videos of Youtube using Artificial Intelligence to transcribe the video content and make a summary of this content. This project was developed during the NLW IA edition (Next Level Week IA) presented by Rocketseat, on the Foundations track.

🔧 Technologies

  • Front-end:

    • HTML
    • CSS
    • Javascript
  • Back-end:

    • Node.js
    • Express
    • Cors
  • Libraries

    • Xenova/transformers
    • fluent-ffmpeg
    • ffmpeg-static
    • node-wav

💻 Dependencies

To start you need to make sure you have:

  • Node.js - Back-end JavaScript runtime environment. Download here.
  • NPM - A Javascript package manager. Download here

🚀 How to Run

# clone o repositório
$ git clone https://github.com/vilopesp/shorts-summary.git

# Entre na pasta shorts-summary
$ cd shorts-summary

# Instale as dependências
$ npm install

# Execute o servidor
$ npm run server

# Execute o front
$ npm run web

📝 License

This project is under the MIT license. See the LICENSE for more information.


👋 Author

Imagem do Autor

Social

Linkedin Badge Codepen Badge Outlook Twitter


Developed by Vitória Lopes 👋 Contact me!

About

Tool that transcribes short YouTube videos using AI


Languages

Language:JavaScript 57.3%Language:CSS 29.0%Language:HTML 13.8%