Skip to content

kallebysantos/upload.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upload.ai
upload.ai

"Use AI models to interact with video content"


demo.mp4

Overview

Welcome to the upload.ai repository! This application simplifies the process of engaging with AI models to interact with video content. Whether you need a YouTube title generator, a video summary, or questions about the video's content, this app has you covered.

Usage

  1. Upload Video: Select a video from your computer and let the app process it.
  2. Transcribe: The app transcribes the video content to text for reference.
  3. Select a Template: Choose a base prompt template or create your own.
  4. Edit Template: Customize the selected template as needed.
  5. Interact with AI: Engage with an AI model that generates responses based on the video's context and your template.

Getting Started

To get started with the upload.ai, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/kallebysantos/upload.ai.git
    cd upload.ai
  2. Install Dependencies:

    yarn install
  3. Run the Apps:

    Run the backend web api server:

    yarn dev:api

    Run the frontend web interface:

    yarn dev:web