Aadityaramrame commited on
Commit
44f78c1
·
verified ·
1 Parent(s): f57cf14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Jan Arogya Summarizer
3
  emoji: 🩺
4
  colorFrom: indigo
5
  colorTo: blue
@@ -10,4 +10,8 @@ license: mit
10
  ---
11
 
12
  # 🧠 Jan Arogya Summarizer API
13
- This is a REST API built with **FastAPI**, deployed on **Hugging Face Spaces**, that summarizes medical text.
 
 
 
 
 
1
  ---
2
+ title: "Jan Arogya Summarizer"
3
  emoji: 🩺
4
  colorFrom: indigo
5
  colorTo: blue
 
10
  ---
11
 
12
  # 🧠 Jan Arogya Summarizer API
13
+ This project combines **FastAPI** + **Gradio** to provide:
14
+ - A public **web interface** for summarization.
15
+ - A REST **API endpoint** at `/summarize`.
16
+
17
+ Model used: `facebook/bart-large-cnn`.