Spaces:
Sleeping
Sleeping
| title: AI Chatbot | |
| emoji: 🤖 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 5.49.1 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| short_description: A simple AI chatbot built with Gradio | |
| # AI Chatbot | |
| A simple conversational AI chatbot built with Gradio. This chatbot can respond to basic greetings and engage in simple conversations. | |
| ## Features | |
| - Interactive chat interface | |
| - Simple pattern-based responses | |
| - Clean and modern UI | |
| - Easy to use and deploy | |
| ## How to Use | |
| 1. Type your message in the text box | |
| 2. Click "Send" or press Enter | |
| 3. The chatbot will respond based on your input | |
| 4. Try saying "hello" or "bye" to see the chatbot in action! | |
| ## Local Development | |
| To run this chatbot locally: | |
| 1. Install the requirements: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 2. Run the application: | |
| ```bash | |
| python app.py | |
| ``` | |
| 3. Open your browser and go to `http://localhost:7860` | |
| ## Deployment | |
| This app is designed to be deployed on Hugging Face Spaces. Simply push this repository to a Hugging Face Space and it will automatically deploy with Gradio. |