AutoTranscriber
repository: AutoTranscriber Auto-Transcriber is an experimental, openai-powered translation tool, generating .srt file in one call!
Main Features
- powered by Openai
GPT3.5orGPT4model, excellent context and results. - Audio to Text using Fast-Whisper(a faster implementation of Openai Whisper model), up to 4x faster.
- Minimum ussage of
Pandas, usingPolarsfor data processing and generating GPT requests. - Ascychronize
ChatCompletionCall, minimum latency. - Build with Streamlit, with support to modify transcription results.
How to start with?
git clone //repo
pip install requirements.txt
streamlit run app.py
- Choose
From FileorFrom Linkfrom sidebar - Input
yt-link(or video/audio file path),saved folder path - Click
Generate