Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.18 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.18 KB

Preview

License

Preview of the developed project.

🚀 Technologies

This project was developed using the following technologies:

  • HTML
  • CSS
  • JavaScript

How to run the project

# Clone this repository
$ git clone https://github.com/kaus1000/nlwia.git

# Access the project folder in the terminal
$ cd nlwia

# Open the folder in Visual Studio Code
$ code .

# Install the dependencies
$ npm i

# Run the application server with yarn
$ npm run server

# Run the application with yarn
$ npm run web

# The server will start on port 3333 - access <http://localhost:3333>

💻 Project

Shorts Summary is a web application for creating summaries of YouTube short videos using Artificial Intelligence to transcribe the video content and generate a summary of the content. This project is developed in the Foundations track in the NLW AI edition.

Social

Follow @sergiodb121 on social media 😉

📝 License

This project is under the MIT license.