#!/bin/bash # Run DeepFace GUI Test Application cd "$(dirname "$0")" # Activate virtual environment if it exists if [ -d "venv" ]; then source venv/bin/activate fi # Run the GUI application python test_deepface_gui.py