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
- Host: GitHub
- URL: https://github.com/kallebysantos/upload.ai
- Owner: kallebysantos
- Created: 2023-10-19T16:08:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T09:33:54.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T17:26:34.006Z (almost 2 years ago)
- Topics: ai, artificial-intelligence, open-ai-chatgpt, openai-whisper, transcription, video-processing
- Language: TypeScript
- Homepage:
- Size: 9.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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
> ```