Fixed ASR
This commit is contained in:
@@ -75,6 +75,7 @@ A TypeScript library that provides a unified interface for working with multiple
|
||||
|
||||
#### Instructions
|
||||
1. Install the package: `npm i @ztimson/ai-utils`
|
||||
2. For speaker diarization: `pip install pyannote.audio`
|
||||
|
||||
</details>
|
||||
|
||||
@@ -90,8 +91,9 @@ A TypeScript library that provides a unified interface for working with multiple
|
||||
|
||||
#### Instructions
|
||||
1. Install the dependencies: `npm i`
|
||||
2. Build library: `npm build`
|
||||
3. Run unit tests: `npm test`
|
||||
2. For speaker diarization: `pip install pyannote.audio`
|
||||
3. Build library: `npm build`
|
||||
4. Run unit tests: `npm test`
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user