A collection of various scripts, experiments, and miscellaneous code.
- Purpose: Computer vision scripts likely for tile or board analysis.
- Key Tools:
opencv-python,numpy. - Contents:
- Several versions of a calculator (
calc_v*.py) training.pyandtraining-v2.pyfor model training/data collection.tile-finder.pyfor image analysis.
- Several versions of a calculator (
- Purpose: QR code stitching and image processing, including a Streamlit app.
- Key Tools:
streamlit,opencv-python,pyzbar. - Contents:
dino_app.py: Streamlit-based application.qr_auto_stitch.py,qr_manual.py,qr_sticter.py: Tools for QR code processing.
- Purpose: A static web page showcasing fruit/meat hybrids.
- Key Tools: HTML, CSS, assets (images and audio).
- Contents:
index.html: The main page.- Various image assets like
apple_steak.pngandbanana_sausage.png.
To install the necessary Python libraries:
pip install -r requirements.txtNote: pyzbar may require additional system-level libraries (e.g., libzbar-dev on Linux or zbar via Homebrew on macOS).
Feel free to add your own random scripts or improve existing ones!