Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salsina/persian-fluency-detector
This library calculates the fluency factors of a given audio file
https://github.com/salsina/persian-fluency-detector
Last synced: 3 months ago
JSON representation
This library calculates the fluency factors of a given audio file
- Host: GitHub
- URL: https://github.com/salsina/persian-fluency-detector
- Owner: salsina
- Created: 2022-03-26T11:31:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T12:02:57.000Z (over 2 years ago)
- Last Synced: 2024-06-28T08:35:42.364Z (5 months ago)
- Language: Python
- Size: 408 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# persian-fluency-detector
This library calculates the fluency factors of a given audio file
It is important that the file formats be wave
You can customize the speech to text tool
the default speech to text is VOSK# install
```python
pip install git+https://github.com/salsina/persian-fluency-detector#egg=persian_fluency_detector
```