Status Report #4: 10/19 (Cyrus)

  • Setup venv to handle speech recognition module.
  • Looked at Spencer’s code involving audio to text conversion for potential improvements and optimizations.
  • Looked into compiled python as a way to improve performance over interpreted python. Minimal difference in performance (which hints that the program is I/O bound).
  • Next steps: looking to replicate this in C++ to enhance performance. Spencer and I are diverging at this point to try 2 different approaches, and see which one works. My approach should be sufficient if audio to text is computationally bound. Otherwise signal processing might be required to reduce the dependence on I/O.
  • Looking to use Tensorflow.

Leave a Reply

Your email address will not be published. Required fields are marked *