Spaces:
Configuration error
Configuration error
Michael Dzifa Kumassah
commited on
Commit
β’
2e7b9a4
1
Parent(s):
fe518b8
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,29 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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) |
|