/Automatic-Speech-Recognition

2023年-大三下学期-用户交互技术-实验一-语音识别

Primary LanguagePython

HCI Lab1 - ASR

1. Install Dependencies

2. Run Project

In Pycharm IDE:

  1. Open directory lab1-asr as a Pycharm project.
  2. Right-click on asr.py.
  3. Click run.

In Command line:

  1. cd lab1-asr
  2. python asr.py

3. Interactive Process

When you run the program, the following page is displayed:

image-20230411200132690

Clicking on the red font prompts the user for voice input:

image-20230411200237310

After completing the speech recognition process, you will return to the interface as shown in the first picture. You can click the button for voice recognition again.

4. Usage

  1. You can enjoy music by saying "play music".
  2. You can take some notes by saying "open notepad".
  3. You can surf the Internet by saying "open web page".