Michael Dzifa Kumassah commited on
Commit
2e7b9a4
β€’
1 Parent(s): fe518b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -13
README.md CHANGED
@@ -1,13 +1,29 @@
1
- ---
2
- title: Sentiment Analysis NLP
3
- emoji: πŸ”₯
4
- colorFrom: red
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 3.44.3
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ # Harnessing the Power of Sentiment Analysis: An Exploration with Pre-Trained Models and Gradio App
4
+
5
+ ## Project Description 🧐
6
+ This project seeks to fine-tune a pre-trained model to analyse the sentiments on some posts on Twitter that are about the COVID-19 vaccine and classify them into Positive, Neutral and Negative. This refined model will serve the purpose of collecting tweet data related to the epidemic, eliminating the sole reliance on specific keywords like 'covid' or 'coronavirus.' This approach enables researchers and engineers to curate a more inclusive dataset for sentiment analysis.
7
+
8
+ The potential application of this model lies in its integration into a broader initiative focused on comprehending online sentiments concerning COVID-19.
9
+
10
+ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements.txt file.
11
+
12
+ ```bash
13
+ pip install -r requirements.txt
14
+ ```
15
+
16
+ ## Usage πŸ‘πŸΎ
17
+
18
+ ```powershell
19
+
20
+ Gradio run app.py
21
+
22
+
23
+ ```
24
+
25
+
26
+ ## Summary πŸ’¬
27
+ | Code | Name | Published Article | Deployed App |
28
+ |-----------|-------------|:-------------:|------:|
29
+ | LP5 | Sentiment Analysis | [Article to project](https://medium.com/@mdkumassah/harnessing-the-power-of-sentiment-analysis-an-exploration-with-gradio-app-293f22ccb215) | [Deployed App](https://huggingface.co/spaces/QuophyDzifa/Sentiment-Analysis-NLP) |