Conversational AI chatbot that lets users place Chipotle orders using natural language — built with React, MongoDB, Flask, spaCy, NLTK, PyTorch.
Restaurant ordering relies on human servers or static menus. Customers can't ask natural questions, correct mistakes conversationally, or build complex orders without friction.
A conversational AI chatbot using BERT embeddings, spaCy NLP, and Levenshtein fuzzy matching to understand free-text orders, correct typos, and progressively fill item details through dialog.
Deployed live react app through Heroku. Handles full order flows (add, modify remove items) with voice input, real-time tracking, and MongoDB persistence. Zero per-query API costs.
