Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,9 @@ pinned: false
|
|
| 21 |
short_description: AI chatbot for HMC helpdesk
|
| 22 |
---
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
/project-root
|
| 25 |
βββ data
|
| 26 |
β βββ services.csv
|
|
@@ -43,4 +46,12 @@ short_description: AI chatbot for HMC helpdesk
|
|
| 43 |
βββ app.py
|
| 44 |
βββ requirements.txt
|
| 45 |
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
short_description: AI chatbot for HMC helpdesk
|
| 22 |
---
|
| 23 |
|
| 24 |
+
## Project Structure
|
| 25 |
+
|
| 26 |
+
The project is organized as follows:
|
| 27 |
/project-root
|
| 28 |
βββ data
|
| 29 |
β βββ services.csv
|
|
|
|
| 46 |
βββ app.py
|
| 47 |
βββ requirements.txt
|
| 48 |
|
| 49 |
+
## Description
|
| 50 |
+
|
| 51 |
+
This is an AI chatbot for the HMC helpdesk, built using the following tools:
|
| 52 |
+
|
| 53 |
+
- [Gradio](https://gradio.app)
|
| 54 |
+
- [huggingface_hub](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index)
|
| 55 |
+
- [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index)
|
| 56 |
+
|
| 57 |
+
It provides an interactive interface for users to interact with the chatbot.
|