CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

Get model results from somewhere other than the tmp_log 😂 #51

Closed benfoley closed 5 years ago

benfoley commented 5 years ago
log_file = Path('/elpis/state/tmp_log.txt')
if log_file.exists():
  with log_file.open() as fin:
  {parse the text}
  return the WER etc...
benfoley commented 5 years ago

Duplicate of #34