Skip to content

level0rd/identity_verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Identity confirmation by photo with Dlib models.

Build and run the application locally

streamlit run person_identity.py

Build and run the application in Docker

# Build Docker image
docker build . -t streamlit
# Run Docker container
docker run -p 8501:8501 streamlit

If the Docker container is running locally, the application will be available at http://localhost:8501.

Architecture

Arch1_7

Example

Arch2 Sam

Successful identity confirmation

right_check.mp4

Failed identity confirmation

wrong_check.mp4

About

Identity confirmation by photo demo with Dlib models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published