/upload.ai

๐ŸŽ“ Upload.ai project developed during the Next Level Week by @Rocketseat (Mastery Track).

Primary LanguageTypeScriptMIT LicenseMIT

Rocketseat Education

Upload.ai is an application that allows you to upload videos and, through AI, automatically create catchy titles and descriptions with good indexing.

Made by Everton Reis License


๐Ÿงช Technologies

This project was developed using the following technologies:


๐Ÿš€ Getting Started and running the Project

# Clone the repository
$ git clone https://github.com/evertoont/upload.ai

Web

# Enter the repository
$ cd web-upload-ai

# Install dependencies
$ npm i ou npm install

# Run the application
$ npm run dev

Api

# Enter the repository
$ cd api-upload-ai

# Create a .env file and copy the contents from the .env.example file to it.
# Remember to add your API_KEY from openai

# Create a tmp folder, where audio files will be stored

# Install dependencies
$ npm i ou npm install

# Run the seed.ts file to populate the prompts
$ npx prisma db seed

# Run the application
$ npm run dev

๐Ÿ“ License

License

This project is licensed under the MIT License - see the LICENSE for more information.


Made with ๐Ÿ’œ by Everton Reis