Automatic-Speech-Recognition
π§ Automatic Speech Recognition: DeepSpeech & Seq2Seq (TensorFlow)
νμΌ νμκΈ°
μ΅μ’ λ²μ λ€μ΄λ‘λ (.zip)- __init__.py
- augmentation.py
- spec_augment.py
- __init__.py
- batch_logger.py
- distributed_model_checkpoint.py
- __init__.py
- audio.py
- dataset.py
- features.py
- __init__.py
- decoder.py
- __init__.py
- activations.py
- distance.py
- evaluate.py
- __init__.py
- feature_extractor.py
- filter_banks.py
- spectrogram.py
- __init__.py
- load.py
- __init__.py
- deepspeech.py
- deepspeech2.py
- __init__.py
- ctc_pipeline.py
- pipeline.py
- __init__.py
- alphabet-en.txt
- alphabet-pl.txt
- alphabet.py
- __init__.py
- consumer.py
- utils.py
- __init__.py
- basic.py
- test.csv
- use_augmentation.py
- use_callbacks.py
- test_spec_augment.py
- test_batch_logger.py
- test_distributed_model_checkpoint.py
- test_audio.py
- test_dataset.py
- test_features.py
- test_decoder.py
- test_feature_extractor.py
- test_filter_banks.py
- test_spectrogram.py
- test_load.py
- test_deepspeech.py
- test_deepspeech2.py
- test_ctc_pipeline.py
- test_alphabet.py
- test_utils.py
- conftest.py
- sample-en.wav
- test_transfer.py
- transfer.py
- utils.py
- .gitignore
- environment-gpu.yml
- environment.yml
- LICENSE.md
- MANIFEST.in
- README.md
- setup.py
# μ€μΉ κ°μ΄λ
1. μ½λ λ΄λ €λ°κΈ°
git clone https://github.com/rolczynski/Automatic-Speech-Recognition
κΉνλΈμμ νλ‘μ νΈ μ½λ μ 체λ₯Ό λ΄ μ»΄ν¨ν°λ‘ λ΄λ €λ°μ΅λλ€.
cd Automatic-Speech-Recognition
λ°©κΈ λ΄λ €λ°μ νλ‘μ νΈ ν΄λ μμΌλ‘ μ΄λν©λλ€.
2. 곡μ μ€μΉ μ€ν¬λ¦½νΈ
μ¬μ μΆμ²μ¬μ μ€λΉλ¬Ό
- Python 3 pip λͺ λ Ήμ΄λ₯Ό μ°λ €λ©΄ Pythonμ΄ νμν©λλ€.
pip install automatic-speech-recognition
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
μ€μΉ ν μ ν°λ―Έλμ μ΄κ³ , νλ‘κ·Έλ¨μ λ²μ νμΈ λͺ
λ Ή(μ: --version)μΌλ‘ μ μ μ€μΉλλμ§ νμΈνμΈμ.
μ΄ λ ν¬μ READMEμ μ ν μ€μ λͺ λ Ήμ΄λ₯Ό κ·Έλλ‘ κ°μ Έμμ΅λλ€.
3. Python
μ¬μμ¬μ μ€λΉλ¬Ό
pip install automatic-speech-recognition
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
μλ¬ λ©μμ§ μμ΄ μ€νλκ³ ν°λ―Έλμ μλ΄ λ¬Έκ΅¬κ° μΆλ ₯λλ©΄ μ μμ
λλ€.
μ΄ λ ν¬μ READMEμ μ ν μ€μ λͺ λ Ήμ΄λ₯Ό κ·Έλλ‘ κ°μ Έμμ΅λλ€.
// repository documentation
Was this content helpful?
(0 ratings)
