Skip to content

Shan-Lee2k/Smart-Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Smart-Home

Connect IoT Gateway to Server:

NOTE: To using this project you need to load your file "face_recognition.h5" to folder.

HOW TO USE MY PROJECT

Module1: PERFORM FACE RECOGNITION TO OPEN DOOR:

Step 1: Open file "DEMO.py"

  • Comment line threading.Thread(target=speech_recognition).start() and run :

Step 2: Run

python DEMO.py

Step 3: Before Recognizing Face

image

After Recognizing Face

image

Module2: PERFORM SPEECH RECOGNITION:

Step 1: Uncomment line threading.Thread(target=speech_recognition).start()

Step 2: Comment line threading.Thread(target=face_recognition).start()

Step 3: Run file "DEMO.py"" to perform Speech Recognition

python DEMO.py

Step 4: Issue the command "OK Turn on/off the light"

  • TURN ON:

image

  • TURN OFF:

image

About

Connect IoT Gateway to Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages