sidharthanup / Audio-Analyzer-and-Transcription-Tool

End to end information extraction from audio input.
MIT License
0 stars 2 forks source link

Pass filename and directory to Flask #9

Closed rphill299 closed 5 months ago

rphill299 commented 5 months ago

Flask is set up to receive "/-transcribe/" calls with a folder and a filename as args. All that's left is linking flask and Whisper to actually transcribe a file.

Output text can be stored to a file (.txt), or kept directly within the flask app.