A simple implementation of the Whisper-AI from OpenAI
Simple run the file "test_for_cuda.py", if you want to check if PyTorch is setup correct.
- Check what version of Cuda you need. For that look at and follow the accepted Answer in the Stackoverflow-Thread
- After that, download the appropriate Cuda-Version from their Archive
- Install PyTorch with Cuda-Support. You can generate an Installation-command via the official PyTorch-Site
Copy and run the command as it is. You shouldn't have to the the Cuda-Version in the command itself. - Run "test_for_cuda.py" to see if installation was successful.
To transcribe an x amount of files simply insert them into the Input-folder and run "transcribe_cuda_multiple_files.py". After it ran through you can find the corresponding txt-files in the Output-Folder.