Python Forum
[Intermediate] Voice Command Calculator Using Speech Recognition PyAudio
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Intermediate] Voice Command Calculator Using Speech Recognition PyAudio
#1
Build A Voice Command Calculator That responds to your voice
Here is the full tutorial to build your voice or speech command calculator: Voice Command Calculator in Python

Algorithm:
1. Take the input from the user ( Speech input not keyboard stroke )
2. Convert that to text or string.
3. Split up the string into three parts. Operator and two operands.
4. Use a function to calculate.

If the user says, " six minus four " the output will be "2"
The calculator can do more than this. Check this link out for full source code and tutorial:
Python Voice command calculator
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020