Android application that uses image recognition to classify a shoe and return its name, price, release date and highest bid. The application will only display the shoe if it is above a certain confidence level (.4-.6). Clicking on the buttons will redirect the user to stockx's buying/selling link of the shoe.
- Using TensorFlow Lite for Android
- Using TensorFlow to train sneaker detection model
- Using StockX RESTful API for shoe data. https://stockx.com/
- Zhenghui Li
- Kevin Kye
- Brandon Azer (Wrote python and bash scripts to collect images required for training)
- Elena Komesu (Assisted with script development)