Skip to content

Commit d92ca6c

Browse files
committed
adding youtube link and minor update
1 parent d936571 commit d92ca6c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ This is a Purely open-source project, and feel free to suggest the changes.<br>
4343

4444
To contribute Fork it, make the changes and push a pull request and we will get back to you.
4545

46+
## Demo
47+
48+
Watch the demo video in [YouTube](https://www.youtube.com/watch?v=n09Z1OQzUiA).
4649

4750
## License
4851

predict.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
1919

20-
DATASET_ROOT = "/home/avish/Downloads/personalised-voice-assistant"
20+
DATASET_ROOT = "" #Path to dataset
2121
NOISE_SUBFOLDER = "noise"
2222
DATASET_NOISE_PATH = os.path.join(DATASET_ROOT, NOISE_SUBFOLDER)
2323

@@ -233,7 +233,7 @@ def predict(path, labels):
233233
)
234234
if y_pred[index] == 0:
235235
print("\033[31m[*]\033[0m Voice Assistant triggered")
236-
print("\033[31m[*]\033[0m Welcome user 0")
236+
print("\033[31m[*]\033[0m Welcome user Harshit!")
237237
user_0.predict()
238238
elif y_pred[index] == 1:
239239
print("\033[31m[*]\033[0m Welcome user 1")

0 commit comments

Comments
 (0)