type
status
date
slug
summary
tags
category
icon
password
HCI Lab1-1:Automatic Speech Recognition
HCI-Lab1-Speech_Recognition
tjuDavidWang • Updated Aug 18, 2023
1. Enivronment
- Pycharm Community Edition 2022.1.3
- Windows 10 Professional
Please
download
these packages to configure your python enviroment before you use it. And make sure that the internet is connected.2. Usage
Highlights:
① Using different GIF stands for different period.
② The voice assistant Salexa can read out the text if the website is connected.
③ The voice assistant Salexa can search on the Internet.
④ Use multi-threading to make the GUI more interactive.
- Run the
main.py
file.
- Click the Start button to wake up Salexa.
- After starting the assistant, you can say different commands to use different functions.
- Play music → Say ”Play music”
- Open a text file →Say “Open notepad”
- Search on the internet → Say “Search for XXX” or “Tell me Something about XXX” or just say “XXX”
- Exit the page → Say “Exit” or “Stop”
- Certainly, you can also exit the page by click the Exit button.
- In addition, you can pull the scroll bar to see what you just said.
3. Structure
4. References
- How to CODE Siri or Alexa by SalteeKiller
- the Tutorial of PyQt5 by itprojects.cn
5. Report
- 作者:王大卫
- 链接:https://tangly1024.com/article/homework:hci-lab1
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。