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.
- 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.
Python 3.x
ttkbootstrap
moviepy
openai
- Clone the repository:
git clone https://github.com/melgoharyme/AI-Video-Transcriber.git
- Navigate to the project directory:
cd AI-Video-Transcriber
This project is licensed under the MIT License - see the LICENSE file for details.