https://github.com/abhineetraj1/python-voice-command
This is voice command A.I. which give you output according to your predefined codes.
https://github.com/abhineetraj1/python-voice-command
microphone python python-project python-speechrecognition speech-recognition
Last synced: 3 months ago
JSON representation
This is voice command A.I. which give you output according to your predefined codes.
- Host: GitHub
- URL: https://github.com/abhineetraj1/python-voice-command
- Owner: abhineetraj1
- License: gpl-3.0
- Created: 2022-09-01T16:09:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T16:12:23.000Z (about 3 years ago)
- Last Synced: 2025-04-16T08:16:16.382Z (6 months ago)
- Topics: microphone, python, python-project, python-speechrecognition, speech-recognition
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voice command A.I.
This software is made in Python. This is voice command A.I. which give you output according to your predefined codes.## Installation
$ Install python3.x in your system
$ Type this command in your terminal```
pip3 install -r requirements.txt
```### Note :-
* If your are not able download pyaudio then download pyaudio file from [here](https://www.lfd.uci.edu/%7Egohlke/pythonlibs/)
* Make sure device is connected to internet while executing this code## Execution
$ Run main.py file
```
python3 main.py
```## Setup
For addding new commands add commands to data.ar file in this format
```
new command:response to this command
```
### Example
```
name:My name is xyz
```If user execute the file and speak = "What is your name", then this program will identify keyword "name" in sentance and respond - "My name is xyz"
### Note:-
Date and time are set by default, you cannot add this command in "data.ar" file## Authors
$ [@abhineetraj1](https://github.com/abhineetraj1)