Upload.ai is an application that allows you to upload videos and, through AI, automatically create catchy titles and descriptions with good indexing.
This project was developed using the following technologies:
# Clone the repository
$ git clone https://github.com/evertoont/upload.ai
# Enter the repository
$ cd web-upload-ai
# Install dependencies
$ npm i ou npm install
# Run the application
$ npm run dev
# 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
This project is licensed under the MIT License - see the LICENSE for more information.
Made with ๐ by Everton Reis