"Use AI models to interact with video content"
demo.mp4
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.
- Upload Video: Select a video from your computer and let the app process it.
- Transcribe: The app transcribes the video content to text for reference.
- Select a Template: Choose a base prompt template or create your own.
- Edit Template: Customize the selected template as needed.
- Interact with AI: Engage with an AI model that generates responses based on the video's context and your template.
To get started with the upload.ai, follow these steps:
-
Clone the Repository:
git clone https://github.com/kallebysantos/upload.ai.git cd upload.ai
-
Install Dependencies:
yarn install
-
Run the Apps:
Run the backend web api server:
yarn dev:api
Run the frontend web interface:
yarn dev:web