Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyashm17/voice-activated-calculator
I have created a calculator which can take inputs as voice commands through mic, analyze , calculate and it can say the result through speaker
https://github.com/shreyashm17/voice-activated-calculator
Last synced: about 1 month ago
JSON representation
I have created a calculator which can take inputs as voice commands through mic, analyze , calculate and it can say the result through speaker
- Host: GitHub
- URL: https://github.com/shreyashm17/voice-activated-calculator
- Owner: ShreyashM17
- Created: 2021-09-30T14:26:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T14:36:43.000Z (about 3 years ago)
- Last Synced: 2023-10-17T05:20:23.989Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice-activated-calculator using python
I have created a calculator which can take inputs as voice commands through mic, analyze , calculate and it can say the result through speaker
# Modules used:- pyttsx3, speech recognition, word2number
you can also create a gui calculator and add its code with this, the code for gui calculator is available in my calculator repository