Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,14 @@ Certainly! Here's the content for your README.md file in markdown format:
|
|
14 |
```markdown
|
15 |
# ArtickBot
|
16 |
|
17 |
-
|
18 |
|
19 |
## Usage
|
20 |
1. Run the FastAPI server:
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
|
25 |
2. Open your web browser and go to https://articko-artickbot.hf.space/api/v1/ to access the API documentation provided by FastAPI.
|
26 |
- ` Use the provided endpoints to interact with the chatbot:
|
|
|
14 |
```markdown
|
15 |
# ArtickBot
|
16 |
|
17 |
+
- 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.
|
18 |
|
19 |
## Usage
|
20 |
1. Run the FastAPI server:
|
21 |
+
|
22 |
+
- The application runs from a Dockerfile where everything is setup for you
|
23 |
+
|
24 |
+
```
|
25 |
|
26 |
2. Open your web browser and go to https://articko-artickbot.hf.space/api/v1/ to access the API documentation provided by FastAPI.
|
27 |
- ` Use the provided endpoints to interact with the chatbot:
|