You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,32 @@
1
1
# panda_voice_assistant
2
2
By running these files in your pc you can easily run your own jarvis aka panda-voice assistant
3
3
You have to install many pip pacakges for running this:
4
-
stated in its code.
4
+
5
+
packaages that you have to install are:
6
+
7
+
```
8
+
pyautogui
9
+
numpy
10
+
pyttsxc
11
+
speech_recognistion
12
+
date_time
13
+
wikipedia
14
+
os
15
+
webbrowser
16
+
selenium
17
+
smtplib
18
+
time
19
+
pycricbuzz
20
+
21
+
```
22
+
23
+
## Installation
24
+
25
+
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
26
+
27
+
```bash
28
+
pip install foobar
29
+
```
5
30
6
31
Following are the features of this voice assistant:
7
32
1. Most imporatant feature is to run youtube on just your speech command, You only have to tell it the video name which you want to see and it will open automatically.
0 commit comments