AashitaK commited on
Commit
9b56a14
Β·
verified Β·
1 Parent(s): a589ede

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
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.