Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 711 Bytes

Upload AI

This project is the frontend developed during the NLW AI event from Rocktseat. It involved creating a video upload tool for YouTube that automatically generates titles and descriptions using the ChatGPT API.

Stack

Running

# install dependencies
$ pnpm install

# serve with hot reload at localhost:3000
$ pnpm run dev