Subbu1304 commited on
Commit
f4fce69
·
verified ·
1 Parent(s): 0d4de23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import speech_recognition as sr
2
  import pyttsx3
3
  import json
 
 
4
 
5
  # Load user credentials (Replace with database if needed)
6
  USER_CREDENTIALS = {
 
1
  import speech_recognition as sr
2
  import pyttsx3
3
  import json
4
+ import sounddevice as sd
5
+ import numpy as np
6
 
7
  # Load user credentials (Replace with database if needed)
8
  USER_CREDENTIALS = {