Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 332 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 332 Bytes

TranscriptionApp

Python application that transcribes the given audio file into an also given text file, the final tanscription will be chunked in 5 mins parts with timestamps.

This app has been developed using whisper, tkinter and threading libraries of python mainly. Also tried unsuccessfully to package it in an .exe file.