The aim of the project is to develop a viable home security system using AI applications.
The project is developed using:
- Face Detection using Haarcascade for frontal face detection.
- Using K-NN Algorithm developed a face recognition system.
- To translate Speech to Text: Used SpeechRecognition API developed by Google. To translate Text to Speech: Used gtts library developed by Google.
Languages: Python Packages: tensorflow, SpeechRecognition, gtts, NumPy, OpenCV, Pandas
Step 1: Go to the folder where you have stored the files in Terminal
Step 2: Type - python3 regres.py
Program will start running.. It will ask for the house personal names. Enter No when finish entering.
Step 3: Say "Hi James"
Step 4: Continue with the process.