MukulRay commited on
Commit
d497296
·
1 Parent(s): ec34ab4

Add prominent live demo URL, fix license badge to Apache 2.0

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -18,14 +18,22 @@ short_description: Guarded RAG support navigator for UMD students
18
  ### A guarded conversational retrieval-augmented support navigator for University of Maryland students.
19
 
20
  [![Python](https://img.shields.io/badge/Python-3.12-3776AB?style=flat-square&logo=python&logoColor=white)](https://python.org)
21
- [![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE)
22
  [![UMD MSML641](https://img.shields.io/badge/UMD-MSML641-E03A3E?style=flat-square)](https://umd.edu)
23
- [![Hugging Face Space](https://img.shields.io/badge/🤗-Live%20Demo-yellow?style=flat-square)](https://huggingface.co/spaces/MukulRay/EmpathRAG)
24
 
25
  </div>
26
 
27
  <br>
28
 
 
 
 
 
 
 
 
 
29
  > EmpathRAG is **not** a counselor, therapist, or emergency service.
30
  > It is a research prototype that wraps a general-purpose language model in a layered safety architecture, so the resulting system behaves more reliably under adversarial multi-turn evaluation than the underlying model does on its own.
31
 
@@ -423,4 +431,4 @@ Class project for **MSML641 (Applied Machine Learning)**, University of Maryland
423
 
424
  ### License
425
 
426
- Code released under the [MIT License](LICENSE). Dataset and third-party model licenses vary; full provenance in [`docs/research/PAPER_FRAMING.md`](docs/research/PAPER_FRAMING.md).
 
18
  ### A guarded conversational retrieval-augmented support navigator for University of Maryland students.
19
 
20
  [![Python](https://img.shields.io/badge/Python-3.12-3776AB?style=flat-square&logo=python&logoColor=white)](https://python.org)
21
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue?style=flat-square)](LICENSE)
22
  [![UMD MSML641](https://img.shields.io/badge/UMD-MSML641-E03A3E?style=flat-square)](https://umd.edu)
23
+ [![Hugging Face Space](https://img.shields.io/badge/🤗-Live%20Demo-yellow?style=flat-square)](https://mukulray-empathrag.hf.space/)
24
 
25
  </div>
26
 
27
  <br>
28
 
29
+ ### 🚀 &nbsp; Try EmpathRAG Live
30
+
31
+ > 👉 &nbsp; **<https://mukulray-empathrag.hf.space/>**
32
+ >
33
+ > No installation required. Hosted on Hugging Face Spaces.
34
+
35
+ <br>
36
+
37
  > EmpathRAG is **not** a counselor, therapist, or emergency service.
38
  > It is a research prototype that wraps a general-purpose language model in a layered safety architecture, so the resulting system behaves more reliably under adversarial multi-turn evaluation than the underlying model does on its own.
39
 
 
431
 
432
  ### License
433
 
434
+ Code released under the [Apache License 2.0](LICENSE). Dataset and third-party model licenses vary; full provenance in [`docs/research/PAPER_FRAMING.md`](docs/research/PAPER_FRAMING.md).