Files
TalkEdit/README.md
2025-01-28 17:00:03 -05:00

849 B

OBS Recording Transcriber

Process OBS recordings with AI-based transcription and summarization.

Features

  • AI transcription using Whisper.
  • Summarization using Hugging Face Transformers.
  • File selection, resource validation, and error handling.

Installation

  1. Clone the repo. git clone https://github.com/yourusername/OBS_Recording_Transcriber.git cd OBS_Recording_Transcriber
  2. 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.

  1. streamlit run app.py