Streamlit app that estimates the sum-of-parts for a motorcycle by mining eBay Browse listings.
python -m venv .venv
# Windows PowerShell
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
# Create .env from .env.example and fill in your real keys (do NOT commit)
copy .env.example .env
streamlit run app.py