JJM-OCR Environment setup Create a python virtual environment python3 -m venv venv Activate the virtual environment source venv/bin/activate Install the dependencies pip install - r requirements.txt Run OCR for a given image streamlit run src/main.py