Computer viz app to recommend pizza in Chicago

I wanted to build a tool to help find a new restaurant after my wife’s favorite place closed. This app takes a user uploaded image and description, using Resnet image weight to filter restaurants by nearest neighbors before giving a final list based on description similarity.

https://share.streamlit.io/ejfeldman7/pizza_vision/main/web_app/pizza_vision.py

4 Likes