Code: https://github.com/Kevin-Jonaitis/orderly Introduction and Goals A few weeks ago I decided to build a locally runnable AI fast-food order taker. The project takes a menu image, lets a user order items conversationally, and returns an updated order with prices — all running on my GPU. The purpose of this project was 3-fold: I wanted to…