Skip to content

karmveer-ranawat/ml-docker-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

docker_project

Machine Learning , Flask , Face recognition and container based docker project

Pre-Requesites

    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

Use of this Project

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.

Step 1:

Download my docker image with this cmd : docker pull cyberwizard1/facial_server:1

Step 2:

Download the only file in this repo which is : docker-compose.yml

Step 3:

Attach to the container for ip changes and starting server docker ps && docker attach <container name>

Step 4:

Now got templates folder inside webapp folder cd /webapp/templates/

Step 5:

Now open the 3 files 1 by 1 and just change the IP which is in form action ="" with your OS IP

Step 6:

Now exit the editor and type cd /webapp/ && python3 index.py

Thats it webserver is ready

Open browser an type <your ip>:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors