Skip to content

This is voice command A.I. which give you output according to your predefined codes.

License

Notifications You must be signed in to change notification settings

abhineetraj1/python-voice-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • 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

Programming languages used

Python

Authors

$ @abhineetraj1

About

This is voice command A.I. which give you output according to your predefined codes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages