Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egorsmkv/star-adapt-uk
Fork of https://github.com/YUCHEN005/STAR-Adapt with some modifications for Ukrainian.
https://github.com/egorsmkv/star-adapt-uk
asr speech-recognition ukrainian whisper
Last synced: about 2 months ago
JSON representation
Fork of https://github.com/YUCHEN005/STAR-Adapt with some modifications for Ukrainian.
- Host: GitHub
- URL: https://github.com/egorsmkv/star-adapt-uk
- Owner: egorsmkv
- Created: 2024-07-23T07:11:24.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T07:52:46.000Z (7 months ago)
- Last Synced: 2024-10-31T17:44:56.108Z (3 months ago)
- Topics: asr, speech-recognition, ukrainian, whisper
- Language: Python
- Homepage: https://arxiv.org/pdf/2405.14161
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fork of https://github.com/YUCHEN005/STAR-Adapt with some modifications for Ukrainian.
Install:
```
uv venv --python 3.12source .venv/bin/activate
uv pip install -r requirements.txt
# in development mode
uv pip install -r requirements-dev.txt
```