Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.17 KB

File metadata and controls

36 lines (26 loc) · 1.17 KB

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