SarahXia0405 commited on
Commit
e802c93
Β·
verified Β·
1 Parent(s): c81340f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -1,18 +1,27 @@
1
  ---
2
- title: Hanbridge Clare Assistant V2
3
  emoji: πŸ’¬
4
  colorFrom: yellow
5
  colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.42.0
8
- app_file: app.py
9
  pinned: false
10
- hf_oauth: true
11
- hf_oauth_scopes:
12
- - inference-api
13
  license: mit
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ```
17
  πŸ“¦ project/
18
  β”œβ”€β”€ app.py
@@ -22,5 +31,3 @@ license: mit
22
  └── requirements.txt
23
 
24
  ```
25
-
26
- 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).
 
1
  ---
2
+ title: Hanbridge Clare Assistant (Product UI)
3
  emoji: πŸ’¬
4
  colorFrom: yellow
5
  colorTo: purple
6
+ sdk: docker
 
 
7
  pinned: false
 
 
 
8
  license: mit
9
  ---
10
 
11
+ # Hanbridge Clare Assistant – Product Version
12
+
13
+ This Space hosts **Clare**, an AI-powered personalized learning assistant for Hanbridge University.
14
+
15
+ ## Architecture Overview
16
+
17
+ - **Frontend**: React + Vite (exported from Figma design)
18
+ - **Backend**: FastAPI (Python)
19
+ - **LLM Orchestration**: OpenAI + LangChain
20
+ - **Observability**: LangSmith
21
+ - **Deployment**: Hugging Face Docker Space
22
+
23
+
24
+
25
  ```
26
  πŸ“¦ project/
27
  β”œβ”€β”€ app.py
 
31
  └── requirements.txt
32
 
33
  ```