2. Create venv (python3.11): ```bash python3.11 -m venv .venv source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt ``` 3. Start app ...
A lightweight and fast object detection web application built with MediaPipe and Streamlit. This app allows users to upload an image and see detected objects highlighted with bounding boxes and ...