Updated with code

This commit is contained in:
DataAnts-AI
2025-01-28 17:00:03 -05:00
parent 2b37a68c56
commit 3c44257d8a
8 changed files with 180 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# 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.
3. streamlit run app.py