/upload-ai

A Video Uploader made to practice AI

Primary LanguageTypeScript

UploadAI

Technologies   |    Project   |    Layout   

project gif

🚀 Getting started

Clone the project and access the folder.

Web

$ 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

API

$ 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/

Methods:

You can make your requests on file 'routes.http'


💻 Technologies

This project was developed with the following technologies:

  • OpenAI
  • ReactJs
  • NodeJs
  • Typescript
  • ShadcnUI

📄 Project

💰 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 🤩