Machine Learning , Flask , Face recognition and container based docker project
-
Tested OS RHEL8 on Bridge Network
- Firewall Should be Started or else port forwarding wont work
- Docker Should be downloaded
- Docker Compose should be installed , code for it is given below
This project is made for the docker training by IIEC RISE community
The overall use case and meaning of my project is to create websites
where you dont have to remember and live in the fear forgetting passwords
or usernames.
With this service you can login and signup with your FACE
Simple steps to create your own website which signs up and login with your face not password and username.
Download my docker image with this cmd :
docker pull cyberwizard1/facial_server:1
Download the only file in this repo which is :
docker-compose.yml
Attach to the container for ip changes and starting server
docker ps && docker attach <container name>
Now got templates folder inside webapp folder
cd /webapp/templates/
Now open the 3 files 1 by 1 and just change the IP which is in
form action ="" with your OS IP
Now exit the editor and type
cd /webapp/ && python3 index.py
Open browser an type
<your ip>:5000