Skip to content

evertoont/upload.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published