File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Voice-Controlled Home Automation Simulator Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,21 @@ To install the required modules, use the following steps:
21
21
``` sh
22
22
pip install SpeechRecognition
23
23
```
24
- ## How to Run the Script:
25
- 1 . Navigate to the project directory in Command Prompt (Windows) or Terminal (macOS/Linux).
26
- 2 . Run the script using Python:
27
- ``` sh
28
- python home_automation.py
29
- ```
24
+
25
+ ## ▶️ How to Run the Script
26
+ 1 . Clone the Repository:
27
+ ```
28
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
29
+ ```
30
+ 2 . Navigate to Directory:
31
+ ``` bash
32
+ cd Simple-Python-Mini-Projects/Voice-Controlled\ Home\ Automation\ Simulator
33
+ ```
34
+ 3 . Run the Script:
35
+ ``` bash
36
+ python home_automation.py
37
+ ```
38
+
30
39
## Example Usage:
31
40
``` vbnet
32
41
Voice-Controlled Home Automation
@@ -39,4 +48,4 @@ Listening...
39
48
You said: turn on light
40
49
```
41
50
## Acknowledgments:
42
- - This project uses the [ SpeechRecognition] ( https://pypi.org/project/SpeechRecognition/ ) library for voice command recognition.
51
+ - This project uses the [ SpeechRecognition] ( https://pypi.org/project/SpeechRecognition/ ) library for voice command recognition.
You can’t perform that action at this time.
0 commit comments