Analog Clock Reader Install Dependencies pip install -r requirements.txt Run Code python main.py Specify the path of the image python main.py ./images/clock.jpeg Run with Docker 🐳 Build the image docker build -t clockreader . Run the container docker compose up -d