KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lid_kaldi
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
cve-2020-16898
:
PoC BSOD for CVE-2020-16898 (badneighbor)
ui-equity-tool
:
No description available.
endsars-twitter-bot
:
Twitter Bot that likes nd retweets everything related to #EndSARS #EndNigeriaNow #EndPoliceBrutality #BuhariMustGo #EndEFCC
cl-cron
:
A simple tool that provides cron like facilities directly inside of common lisp.
pimp-my-wolt
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lid_kaldi
?
Download (.md)
# Spoken Language Recognition based on Kaldi ## Linux installation 1. Use `pip` to install corresponding to your platform `whl` package from https://github.com/igorsitdikov/lid_kaldi/releases Example: ``` pip3 install https://github.com/igorsitdikov/lid_kaldi/releases/download/1.0.1/lid-1.0.1-py3-none-linux_x86_64.whl ``` 2. Download `lid-model.tar.xz` model from https://github.com/igorsitdikov/lid_kaldi/releases and unpack to your project folder ``` wget https://github.com/igorsitdikov/lid_kaldi/releases/download/1.0.1/lid-model.tar.xz tar -xvf lid-model.tar.xz ``` 3. Run example script (not required) ``` wget https://github.com/igorsitdikov/lid_kaldi/raw/master/python/example/test_simple.py wget https://github.com/igorsitdikov/lid_kaldi/raw/master/python/example/test_ru.wav python3 test_simple.py test_ru.wav ```