tjysdsg / speech-recognition

GMM-HMM Continuous ASR Using Python and Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix imports, avoid using `import *'

todo opened this issue · comments

commented

# TODO: Fix imports, avoid using `import *'
from sr import *
if __name__ == "__main__":
models: List[HMM] = []
# for digit in digit_names:


This issue was generated by todo based on a TODO comment in 3b2401d. It's been assigned to @tjysdsg because they committed the code.