Simple web application analyzes user actions for video proctoring systems. It automatically tracks the user’s gaze direction and hand position. The system detects the user’s departure and the presence of a second person. The presence of a voice is also detects.
streamlit run main.py
# 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.