MoJaff commited on
Commit
4449ab4
·
verified ·
1 Parent(s): be6781f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -9,5 +9,29 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
+ # Article Summarization App
13
 
14
+ This is a simple web application built with Gradio and Hugging Face's Transformers library that allows users to summarize articles using the `facebook/bart-large-cnn` model. The app provides an easy-to-use interface where users can input an article and get a concise summary in return.
15
+
16
+ ## How It Works
17
+
18
+ The app uses the `facebook/bart-large-cnn` model from Hugging Face's Transformers library to generate summaries. Users can input an article, and the app will automatically generate a summary with a predefined minimum and maximum length.
19
+
20
+ ## Features
21
+
22
+ - **Input Article**: Users can paste or type an article into the text box.
23
+ - **Real-Time Summarization**: The app generates the summary in real-time as soon as the user inputs the article.
24
+ - **Example Provided**: An example article is provided to demonstrate how the app works.
25
+
26
+ ## How to Use
27
+
28
+ 1. **Enter an Article**: Paste or type the article you want to summarize into the text box labeled "Enter an article to summarize."
29
+ 2. **Get the Summary**: The app will automatically generate a summary based on your input and display it in the output text box.
30
+
31
+ ## Example
32
+
33
+ An example article is provided in the app to help you get started. Simply click on the example, and the app will automatically fill in the article and generate a summary.
34
+
35
+ ## Contact
36
+
37
+ If you have any questions or suggestions, feel free to reach out to me on <a href="https://www.linkedin.com/in/mohammad-alkhatim-9b1770266/" target="_blank"><img src="https://content.linkedin.com/content/dam/me/business/en-us/amp/brand-site/v2/bg/LI-Bug.svg.original.svg" alt="LinkedIn Logo" width="20" height="20"></a> [LinkedIn](https://www.linkedin.com/in/mohammad-alkhatim-9b1770266/).