yonjovi / trance_scrubber

Transcribe youtube videos or get text from audio files you upload.
1 stars 1 forks source link

Documentation for the app #1

Open GuiLeme opened 1 year ago

GuiLeme commented 1 year ago

Hey guys, is there a way to run this app locally? Like into a docker or so? Maybe I missed something in the readme file, but I would really like to try this app out.

One other thing: I would like to know if this app works with a training phase, such as in a supervised machine learning model. The thing is I would like to transcript videos in other languages as well: french, for instance.

yonjovi commented 1 year ago

Hey guys, is there a way to run this app locally? Like into a docker or so? Maybe I missed something in the readme file, but I would really like to try this app out.

One other thing: I would like to know if this app works with a training phase, such as in a supervised machine learning model. The thing is I would like to transcript videos in other languages as well: french, for instance.

Hey mate! Thanks for dropping by. This was my first experiment with OpenAI's Whisper model. You can install this locally and transcribe in many different languages. This particular app was designed to work in the Streamlit cloud for now, but I do intend to optimise it further when I get some extra time.

In the meantime, you can check out the repository for Whisper which has a few examples. You can choose different models depending on the kind of accuracy you are looking for. I believe transcribing in French should work fairly well.

According to Open AI, these are the languages that work with Whisper:

Hope that helps!