File: //opt/OpenAI-Whisper-GUI/README.md
<h1 align="center">OpenAI Whisper GUI</h1>
###
<p align="center">Modern GUI application that transcribes and translate audio/video files using OpenAI Whisper.</p>
###

###
<h2 align="left">Features</h2>
###
<p align="left">- Light/dark mode toggle<br>- Modern UI<br>- Export transcribed text<br>- Add subtitle to video<br>- And more...</p>
###
<h2 align="left">Installation</h2>
###
<h4 align="left">Requirements **</h4>
###
<p align="left">Python version 3.9 or newer<br>Torch with Cuda (Works on CPU but slower)<br>ffmpeg</p>
###
<h4 align="left">Setup</h4>
###
```
git clone https://github.com/rudymohammadbali/OpenAI-Whisper-GUI.git
```
```
cd OpenAI-Whisper-GUI
```
```
python setup.py
```
```
python main.py
```
###
> For more information please visit OpenAI Whisper GitHub: https://github.com/openai/whisper
###
<h2 align="left">Support</h2>
###
<p align="left">If you'd like to support my ongoing efforts in sharing fantastic open-source projects, you can contribute by making a donation via PayPal.</p>
###
<div align="center">
<a href="https://www.paypal.com/paypalme/iamironman0" target="_blank">
<img src="https://img.shields.io/static/v1?message=PayPal&logo=paypal&label=&color=00457C&logoColor=white&labelColor=&style=flat" height="40" alt="paypal logo" />
</a>
</div>
###