--- title: Muhammad’s GODEL Chatbot emoji: 🧠 colorFrom: purple colorTo: blue sdk: gradio app_file: app.py pinned: false --- # Muhammad’s GODEL Chatbot A grounded conversational AI built using Microsoft's [GODEL-v1_1-base-seq2seq](https://huggingface.co/microsoft/GODEL-v1_1-base-seq2seq) model and deployed on Hugging Face Spaces using Gradio. ## 🧠 What It Does This chatbot generates natural, context-aware responses in multi-turn conversations using a goal-directed dialog model. It delivers more coherent, polite, and helpful replies than typical generic text generators. ## 🚀 Live Demo 👉 Try it now: [Muhammad’s GODEL Chatbot](https://huggingface.co/spaces/your-username/your-space-name) > Replace the link above with your actual Space URL --- ## 🛠️ How to Run This Project ### 🧩 1. Clone the Space Repo ```bash git clone https://huggingface.co/spaces/your-username/your-space-name cd your-space-name