Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,19 @@ from difflib import SequenceMatcher
|
|
5 |
# List of commands
|
6 |
commands = [
|
7 |
"کمپیوٹر، کھیل کھیلو",
|
8 |
-
"میوزک چلاؤ",
|
9 |
-
"روشنی کم کریں"
|
|
|
|
|
|
|
10 |
]
|
11 |
replies = [
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
|
|
|
|
|
|
15 |
]
|
16 |
# Function to find the most similar command
|
17 |
def find_most_similar_command(statement, command_list):
|
@@ -27,7 +33,7 @@ def find_most_similar_command(statement, command_list):
|
|
27 |
i+=1
|
28 |
else:
|
29 |
best_match="unknown"
|
30 |
-
reply="
|
31 |
return best_match,reply
|
32 |
def transcribe_the_command(audio):
|
33 |
import soundfile as sf
|
|
|
5 |
# List of commands
|
6 |
commands = [
|
7 |
"کمپیوٹر، کھیل کھیلو",
|
8 |
+
"میوزک چلاؤ موسیقی",
|
9 |
+
"روشنی کم کریں",
|
10 |
+
"آج کی تاریخ کیا ہے؟",
|
11 |
+
"مجھے ایک لطیفہ سنائیں۔",
|
12 |
+
|
13 |
]
|
14 |
replies = [
|
15 |
+
"کیا آپ کھیل دیکھنا چاہتے ہیں؟",
|
16 |
+
"کیا آپ موسیقی سننا چاہتے ہیں؟",
|
17 |
+
"کیا آپ روشنی کم کرنا چاہتے ہیں؟",
|
18 |
+
"کیا آپ تاریخ جاننا چاہتے ہیں؟",
|
19 |
+
"کیا آپ لطیفہ سننا چاہتے ہیں؟"
|
20 |
+
|
21 |
]
|
22 |
# Function to find the most similar command
|
23 |
def find_most_similar_command(statement, command_list):
|
|
|
33 |
i+=1
|
34 |
else:
|
35 |
best_match="unknown"
|
36 |
+
reply="آرے بھائی، کہنا کیا چاہتے ہو؟"
|
37 |
return best_match,reply
|
38 |
def transcribe_the_command(audio):
|
39 |
import soundfile as sf
|