Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: ArtickBot
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: docker
|
@@ -8,8 +8,7 @@ pinned: false
|
|
8 |
license: mit
|
9 |
app_port: 7860
|
10 |
---
|
11 |
-
|
12 |
-
```
|
13 |
# ArtickBot
|
14 |
- AI chatbot built using FastAPI and Hugging Face's transformers library. It allows users to initiate conversations with the bot and receive responses based on predefined persona templates.
|
15 |
## Usage
|
@@ -55,6 +54,3 @@ print(response.json())
|
|
55 |
---
|
56 |
|
57 |
This README provides an overview of the project, installation instructions, usage guidelines, and an example of how to interact with the chatbot using the provided endpoints. Feel free to customize it further to suit your project's needs.
|
58 |
-
```
|
59 |
-
|
60 |
-
|
|
|
1 |
---
|
2 |
title: ArtickBot
|
3 |
+
emoji: 🚀
|
4 |
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: docker
|
|
|
8 |
license: mit
|
9 |
app_port: 7860
|
10 |
---
|
11 |
+
|
|
|
12 |
# ArtickBot
|
13 |
- AI chatbot built using FastAPI and Hugging Face's transformers library. It allows users to initiate conversations with the bot and receive responses based on predefined persona templates.
|
14 |
## Usage
|
|
|
54 |
---
|
55 |
|
56 |
This README provides an overview of the project, installation instructions, usage guidelines, and an example of how to interact with the chatbot using the provided endpoints. Feel free to customize it further to suit your project's needs.
|
|
|
|
|
|