Computer Vision Playground Getting started Create a virtual environment python3 -m venv venv source venv/bin/activate Install dependencies pip install -r requirements.txt Run the app streamlit run main.py