https://github.com/melgoharyme/openai-api-video-transcriber
A Python application that converts MP4 videos to MP3 audio and transcribes the audio to text using OpenAI's Whisper API. Features a modern, user-friendly interface built with ttkbootstrap.
https://github.com/melgoharyme/openai-api-video-transcriber
ai ai-transcription api gpt gpt-3 python python-tkinter python-tkinter-gui python3 transcriber
Last synced: 2 months ago
JSON representation
A Python application that converts MP4 videos to MP3 audio and transcribes the audio to text using OpenAI's Whisper API. Features a modern, user-friendly interface built with ttkbootstrap.
- Host: GitHub
- URL: https://github.com/melgoharyme/openai-api-video-transcriber
- Owner: melgoharyme
- Created: 2024-10-07T17:51:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T09:23:26.000Z (about 1 year ago)
- Last Synced: 2024-12-27T13:12:58.436Z (about 1 year ago)
- Topics: ai, ai-transcription, api, gpt, gpt-3, python, python-tkinter, python-tkinter-gui, python3, transcriber
- Language: Python
- Homepage:
- Size: 6.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# AI Video Transcriber
A Python application that converts MP4 videos to MP3 audio and transcribes the audio to text using OpenAI's Whisper API. This application features a modern, user-friendly interface built with `ttkbootstrap`, allowing for seamless navigation and functionality.
## Features
- **Video to Audio Conversion**: Easily convert MP4 video files to MP3 audio.
- **Audio Transcription**: Utilize OpenAI's Whisper API for accurate transcription of audio to text.
- **Clipboard Integration**: Copy transcriptions directly to your clipboard.
- **File Management**: Simple interface for saving and loading files.
- **User-Friendly UI**: A clean and intuitive design enhances user experience.
## Requirements
- `Python 3.x`
- `ttkbootstrap`
- `moviepy`
- `openai`
## Installation
1. Clone the repository:
```bash
git clone https://github.com/melgoharyme/OpenAI-API-Video-Transcriber.git
2. Navigate to the project directory:
```bash
cd AI-Video-Transcriber
## License
This project is licensed under the MIT License - see the LICENSE file for details.