top of page
Search

Portfolio Week 7: Speech Recognition and Translation to text

  • Writer: Goh Qi Xun
    Goh Qi Xun
  • Dec 2, 2019
  • 1 min read

In this exercise, I will try to do speech recognition and translate to text using a python program. I will learn how to do speech recognition and record speech data and transmit to another receiver.


Speech recognition is a process where a computer or device records the speech of humans and converts it into a text format. It is also known as Automatic Speech Recognition or simply Speech To Text.


I'll be doing this on jupyter notebook.


Setting up speech recognition

I try saying "Hello Hello".

I try again but this time change the language to Chinese.

Setting up messaging channel – Zero MQ


Zero Message Queue is an embeddable networking library that allows you to carry small messages across various ways. The transport type used in this lab will be published and subscribe method.

Problem encountered:

- My Macbook is not recognizing my voice

- The classroom is too noisy


 
 
 

Comments


  • facebook
  • instagram
  • linkedin

©2019 by My Site. Proudly created with Wix.com

bottom of page