Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,50 +1,50 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: AI Chatbot
|
| 3 |
-
emoji: 🤖
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: purple
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
short_description: A simple AI chatbot built with Gradio
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
# AI Chatbot
|
| 15 |
-
|
| 16 |
-
A simple conversational AI chatbot built with Gradio. This chatbot can respond to basic greetings and engage in simple conversations.
|
| 17 |
-
|
| 18 |
-
## Features
|
| 19 |
-
|
| 20 |
-
- Interactive chat interface
|
| 21 |
-
- Simple pattern-based responses
|
| 22 |
-
- Clean and modern UI
|
| 23 |
-
- Easy to use and deploy
|
| 24 |
-
|
| 25 |
-
## How to Use
|
| 26 |
-
|
| 27 |
-
1. Type your message in the text box
|
| 28 |
-
2. Click "Send" or press Enter
|
| 29 |
-
3. The chatbot will respond based on your input
|
| 30 |
-
4. Try saying "hello" or "bye" to see the chatbot in action!
|
| 31 |
-
|
| 32 |
-
## Local Development
|
| 33 |
-
|
| 34 |
-
To run this chatbot locally:
|
| 35 |
-
|
| 36 |
-
1. Install the requirements:
|
| 37 |
-
```bash
|
| 38 |
-
pip install -r requirements.txt
|
| 39 |
-
```
|
| 40 |
-
|
| 41 |
-
2. Run the application:
|
| 42 |
-
```bash
|
| 43 |
-
python app.py
|
| 44 |
-
```
|
| 45 |
-
|
| 46 |
-
3. Open your browser and go to `http://localhost:7860`
|
| 47 |
-
|
| 48 |
-
## Deployment
|
| 49 |
-
|
| 50 |
-
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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI Chatbot
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.49.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: A simple AI chatbot built with Gradio
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# AI Chatbot
|
| 15 |
+
|
| 16 |
+
A simple conversational AI chatbot built with Gradio. This chatbot can respond to basic greetings and engage in simple conversations.
|
| 17 |
+
|
| 18 |
+
## Features
|
| 19 |
+
|
| 20 |
+
- Interactive chat interface
|
| 21 |
+
- Simple pattern-based responses
|
| 22 |
+
- Clean and modern UI
|
| 23 |
+
- Easy to use and deploy
|
| 24 |
+
|
| 25 |
+
## How to Use
|
| 26 |
+
|
| 27 |
+
1. Type your message in the text box
|
| 28 |
+
2. Click "Send" or press Enter
|
| 29 |
+
3. The chatbot will respond based on your input
|
| 30 |
+
4. Try saying "hello" or "bye" to see the chatbot in action!
|
| 31 |
+
|
| 32 |
+
## Local Development
|
| 33 |
+
|
| 34 |
+
To run this chatbot locally:
|
| 35 |
+
|
| 36 |
+
1. Install the requirements:
|
| 37 |
+
```bash
|
| 38 |
+
pip install -r requirements.txt
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
2. Run the application:
|
| 42 |
+
```bash
|
| 43 |
+
python app.py
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
3. Open your browser and go to `http://localhost:7860`
|
| 47 |
+
|
| 48 |
+
## Deployment
|
| 49 |
+
|
| 50 |
+
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.
|