TrellixVulnTeam / turkish-deepspeech_IAUR

Turkish deepspeech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status Actions Status Actions Status

pydeepspeech

Quick start

Optional: Create a virtual python package

  • Works for Ubuntu/MacOS bash or win32 git-bash
  • mkdir pydeepspeech
  • cd pydeepspeech
  • Download and install virtual env:
    • curl -X GET https://raw.githubusercontent.com/zackees/make_venv/main/make_venv.py -o make_env.py
    • python make_env.py
  • Enter the environment:
    • source activate.sh
  • Continue on in the next step...

The environment is now active and the next step will only install to the local python. If the terminal is closed then to get back into the environment cd pydeepspeech and execute source activate.sh

Required: Install to current python environment

  • pip install pydeepspeech
    • The command pydeepspeech will magically become available.
  • pydeepspeech --wav_file <MY_WAVE>

About

Turkish deepspeech

License:MIT License


Languages

Language:Python 100.0%