--- title: AI Voice Assistant emoji: 🗣️ colorFrom: purple colorTo: blue sdk: gradio sdk_version: 5.9.1 app_file: app.py pinned: false --- # AI Voice Assistant for Menu This project is an AI voice assistant implemented using Gradio SDK and Apache 2.0. It offers a hands-free menu navigation and ordering system for restaurants. ## Features - **Menu Reading**: Say "menu" to hear the list of menu items. - **Add Items to Cart**: Say "add Butter Naan" to add an item to your cart. - **Remove Items from Cart**: Say "remove Paneer Curry" to remove an item from the cart. - **Cart Review**: Say "cart" to hear the current contents of your cart. ## Technology Stack - **Gradio SDK**: For building the interactive web application. - **SpeechRecognition**: For converting speech to text. - **pyttsx3**: For text-to-speech capabilities. - **Transformers**: (Optional) For NLP enhancements. ## Deployment This project is deployed on Hugging Face Spaces. ## License Licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for details.