Skip to content

Commit

Permalink
New installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 authored Oct 10, 2024
1 parent 4d62e23 commit a820450
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ This repository combines Whisper ASR capabilities with Voice Activity Detection

WhisperX and NeMo parameters are coded into diarize.py and helpers.py, I will add the CLI arguments to change them later
## Installation
Python >= `3.10` is needed, `3.9` will work but you'll need to manually install the requirements one by one.

`FFMPEG` and `Cython` are needed as prerequisites to install the requirements
```
pip install cython
Expand Down Expand Up @@ -63,7 +65,7 @@ scoop install ffmpeg
winget install ffmpeg
```
```
pip install -r requirements.txt
pip install -c constraints.txt -r requirements.txt
```
## Usage

Expand Down

0 comments on commit a820450

Please sign in to comment.