git clone <repository_url>
cd <repository_name>
# On Windows use python instead of python3
python3 -m venv venv
# On Windows:
venv\Scripts\activate
# On macOS/Linux:
source venv/bin/activate
pip install -r requirements.txt
# On Windows use python instead of python3
# OCR model
python3 ocr_app.py
# Image Classification model
python3 app.py
# On Windows use python instead of python3
python3 webcam_client.py