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

https://github.com/anis-marrouchi/openai-vision-tts

OpenAI Vision & TTS GPT-4 example in Node.js
https://github.com/anis-marrouchi/openai-vision-tts

Last synced: 3 months ago
JSON representation

OpenAI Vision & TTS GPT-4 example in Node.js

Awesome Lists containing this project

README

          

# AI Video Analysis & Voiceover in Node.js

## Overview
This project integrates OpenAI Vision, Openai TTS and GPT-4 in a Node.js application for advanced video content analysis and automated voiceover generation.

## Features
- Frame extraction from video files.
- AI-driven analysis of video frames using OpenAI Vision.
- Generation of descriptive scripts using GPT-4.
- Text-to-speech conversion for voiceover creation.

## Prerequisites
- Node.js
- OpenAI API keys

## Installation
1. Clone the repository:
```
git clone https://github.com/anis-marrouchi/openai-vision-tts.git
```
2. Install dependencies:
```
npm install
```

## Usage
1. Set up your OpenAI API keys in a `.env` file.
2. Run the application:
```
node index.js
```

## Contributing
Contributions are welcome! Please read the contributing guidelines before submitting pull requests.

## License
This project is licensed under the MIT License.