The application uses cnn for training new model for recognizing a face as well as train a new face followed by allowing user for access or use multiple function.
- Usage
- Demo
- Installation
- Recommended configurations
- Custom configurations
- Updating
- Uninstallation
- Contributing
- Future Scope
π When it recognize your face then -
π It send mail to your mail id by writing this is face of your_name.
π Second it send whatsapp message to your friend, it can be anything.
π When it recognize second face, it can be your friend or family members face.
π Creates EC2 instance in the AWS
π Creates 5GB EBS volume and attach it to the instance.
π Train model to detect a face
π Here is a simple demo of the working model
π The next step is to launch ec2-instance and and send what'a app message when a face is recognized.
π I have used terraform to access and launch an ec2-instance.
π After your ec2-instance is launched the code will send a message to your what's-app
π In order to send a what's-app message i have used twilio.rest library. Enter your phone number as well as your clients number.
- Install git (preferably, version >= 2.0) and python (preferably, version >=3.6) (windows) For Linux :
sudo yum instal git -y
sudo yum install python -y
- Copy the github url from the repository :
https://github.com/SiddharthaShandilya/Face_recognition_task_EC2-What-sAPP.git
- Select a Directory in local system and use
git clone https://github.com/SiddharthaShandilya/Face_recognition_task_EC2-What-sAPP.git
*Note for `git clone command` Please make sure that you have proper internet connection. *
*Note for `python` Please try to anaconda for running the app.*
-
Create a seperate virtual environment to avoid conflict between python libraries :
python3 -m venv new-env
-
Activate the virtual env: π (click Here)
-
Install all the libraries for the application.
pip3 install -r requirements.txt
- Have a look at Recommended configurations and Custom configurations.
Want to update to the latest version of chat_app
?
Want to uninstall and revert back to the old style? No issues (sob). Please feel free to open an issue regarding how we can enhance chat_app
.
Your contributions are always welcome! Please have a look at the contribution guidelines first. π
Adding Voice chat app will make it more user friendly
-->