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
- Host: GitHub
- URL: https://github.com/anis-marrouchi/openai-vision-tts
- Owner: anis-marrouchi
- Created: 2023-11-08T19:53:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T20:16:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:40:00.327Z (over 1 year ago)
- Language: JavaScript
- Size: 3.36 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.