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 Example Successful identity confirmation right_check.mp4 Failed identity confirmation wrong_check.mp4