Building a data science product with python: Transcription of audio conversations
This video is part of a series that shows how to automatically transcribe mp3/wav podcasts with Python using whisper and pyannote
In this part we'll implement command line interfaces to transcribe a given wav file or a given mp3 url. The command line interfaces are built using Click
https://palletsprojects.com/p/click/
#whisper #ai #click