Leçon 1 de 0
En cours

Pictoblox : IA – Reconnaissance vocale

Yann KIDSHAKER 18 février 2026

What will you learn in this lesson?

  • In this lesson, you will learn about Speech Recognition, also called speech-to-text conversion. Here, you will program your device/machine in such a way that it will be able to identify spoken words and convert them to readable text.
  • You will be using natural language processing(NLP) and machine learning(ML) to convert human speech to text.
  • You will also learn how speech recognition works by the following steps:
    1. Recording human speech
    2. Digitalizing human speech
    3. Speech enhancement
    4. Feature extraction
    5. Phonetic Unit Recognition
    6. Speech recognition
  • You will also learn about various applications of speech recognition.

Activity:

  • As an activity, we will make our own version of ‘Alexa’ that replies to us and plays songs based on our voice command.
  • For this you will learn and implement the functions from two different PictoBlox extensions:
    • Speech Recognition
    • Text to Speech