ZeSun037 / UCSD-CSE-118-218-Team-4

MIT License
1 stars 0 forks source link

Note

Directory Structure Map

speech-interpreter/
    ├── deepspeech/
        ├── deepspeech-0.9.3-models.pbmm        # TO DOWNLOAD
        └── deepspeech-0.9.3-models.scorer      # TO DOWNLOAD
    ├── input-data/
        └── testing.wav
    └── subdirectory/
        ├── requirements.txt
        ├── convert_todolist.py
        ├── speech_list.py                      # Run this
        └── text_speech.py