subramaniansrc commited on
Commit
e555d14
Β·
verified Β·
1 Parent(s): d2aebdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # IBM Granite Document Summarization App
2
 
3
  A Hugging Face Space application for document summarization using:
@@ -7,9 +19,27 @@ A Hugging Face Space application for document summarization using:
7
  - PDF and PPT/PPTX support
8
  - Extractive and Abstractive summarization
9
 
 
 
10
  ## Features
11
 
12
  - Upload PDF files
13
  - Upload PPT/PPTX presentations
14
  - Extractive summarization
15
- - Abstractive summarization using IBM Granite
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: IBM Granite Document Summarizer
3
+ emoji: πŸ“„
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "5.0.0"
8
+ python_version: "3.10"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
  # IBM Granite Document Summarization App
14
 
15
  A Hugging Face Space application for document summarization using:
 
19
  - PDF and PPT/PPTX support
20
  - Extractive and Abstractive summarization
21
 
22
+ ---
23
+
24
  ## Features
25
 
26
  - Upload PDF files
27
  - Upload PPT/PPTX presentations
28
  - Extractive summarization
29
+ - Abstractive summarization using IBM Granite
30
+ - Simple Gradio interface
31
+ - Hugging Face Space compatible
32
+
33
+ ---
34
+
35
+ ## Model Used
36
+
37
+ - `ibm-granite/granite-4.1-3b-instruct`
38
+
39
+ ---
40
+
41
+ ## Supported File Types
42
+
43
+ - PDF
44
+ - PPT
45
+ - PPTX