Closed yashksaini-coder closed 1 week ago
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!
Feel free to join our community on Discord to discuss more!
✅ Closes: #234
This pull request introduces a comprehensive implementation of a Domino's Pizza Ordering Chatbot using Natural Language Processing (NLP). The changes span across documentation, core application logic, and testing. The key updates include the addition of detailed documentation, the implementation of the chatbot's core functionality, and a robust test suite to ensure the chatbot performs as expected.
Documentation:
NLP_bot.md
file outlining the chatbot's features, technical architecture, installation steps, usage, and future improvements.Core Functionality:
app.py
, including state management, intent detection, entity extraction, and price calculation.Testing:
test_all.py
to validate the chatbot's intent detection, entity extraction, price calculation, and order flow.TESTING
pysnippets-NLP-bot.webm
@UTSAVS26 Kindly review this PR, and I implore you to give lvl 3 as I implemented
spacy en_sem
model for the NLP real conversations. See the attached video once