Skip to content

Commit

Permalink
Add Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Apr 15, 2018
1 parent 613b9ae commit 55999e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

command = r.recognize_google(audio) #Google-recognizition API call for Audio
command = command.replace(" ", "") #seperation of username and domain

print(command)
'''
Speaker says that following user will receive the email
'''
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PyAudio==0.2.11
pyttsx3==2.7
SpeechRecognition==3.8.1

0 comments on commit 55999e2

Please sign in to comment.