Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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.

Awesome Lists containing this project

README

        

![image](https://github.com/user-attachments/assets/dd8699b0-bbbd-4e5a-89f2-246b9dd17825)

# 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.