Clone the project and access the folder.
$ git clone https://github.com/diaspd/upload-ai.git
$ cd Web
# Install the dependencies
$ npm install
# Start the application
$ npm run dev
The app will be available on http://localhost:5173
$ cd API
# Install the dependencies
$ npm install
# Create a file '.env.local' and add:
# OPENAI_KEY="use_your_openai_key_here"
# Start the server
$ npm run dev
The server will be available on http://localhost:3333/
You can make your requests on file 'routes.http'
This project was developed with the following technologies:
- OpenAI
- ReactJs
- NodeJs
- Typescript
- ShadcnUI
💰 A project that transcribes a video into audio, and then a description or title can be generated for the video using OpenAI API, reactjs, node.js and more.
Made with ♥ by Pedro Dias. 👋 Follow me on social media!
If you can give a little star, I appreciate it 🤩