An open API service indexing awesome lists of open source software.

https://github.com/kallebysantos/upload.ai

AI powered video interaction
https://github.com/kallebysantos/upload.ai

ai artificial-intelligence open-ai-chatgpt openai-whisper transcription video-processing

Last synced: about 2 months ago
JSON representation

AI powered video interaction

Awesome Lists containing this project

README

          


upload.ai


upload.ai


"Use AI models to interact with video content"

---

https://github.com/kallebysantos/upload.ai/assets/105971119/34d9f9e0-40d5-415b-a20d-f391b106c9e8

## 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**:

```bash
git clone https://github.com/kallebysantos/upload.ai.git
cd upload.ai
```

2. **Install Dependencies**:

```bash
yarn install
```

3. **Run the Apps**:
> Run the backend web api server:
>
> ```bash
> yarn dev:api
> ```
>
> Run the frontend web interface:
>
> ```bash
> yarn dev:web
> ```