Transcribe Video files locally using AI
HTML-код
- Опубликовано: 9 фев 2025
- Process OBS recordings or any video/audio files with AI-based transcription and summarization locally on your machine.
Features
AI transcription using Whisper.
Summarization using Hugging Face Transformers.
File selection, resource validation, and error handling.
Installation
Clone the repo. git clone [github.com/Dat... cd VideoTranscriber
Install dependencies: pip install -r requirements.txt
Notes: Ensure that the versions align with the features you use and your system compatibility. torch version should match the capabilities of your hardware (e.g., CUDA support for GPUs). whisper might need to be installed from source or a GitHub repository if it's not available on PyPI. If you encounter any issues regarding compatibility, versions may need adjustments.
streamlit run app.py