fahad11182 commited on
Commit
6f58fba
1 Parent(s): a8e1848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Gradio Interface for Text Summarization and Sentiment Analysis
2
 
3
  This repository contains a Gradio-based web application that performs both text summarization and sentiment analysis using the Hugging Face transformers library. The summarization is based on `facebook/bart-large-cnn`, and sentiment analysis is done using Hugging Face’s default sentiment analysis pipeline.
 
1
+ ---
2
+ license: apache-2.0
3
+ title: Text Summarization and Sentiment Analysis
4
+ sdk: gradio
5
+ emoji: 💻
6
+ colorFrom: green
7
+ colorTo: green
8
+ short_description: This repository contains a Gradio-based web application that
9
+ ---
10
  # Gradio Interface for Text Summarization and Sentiment Analysis
11
 
12
  This repository contains a Gradio-based web application that performs both text summarization and sentiment analysis using the Hugging Face transformers library. The summarization is based on `facebook/bart-large-cnn`, and sentiment analysis is done using Hugging Face’s default sentiment analysis pipeline.