Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
J --> K[Find Similar Country Names:<br>- Search FAISS index for top k matches]
|
15 |
-
K --> L[Filter Data:<br>- Match countries column with similar names<br>- Keep rows where year >= threshold]
|
16 |
-
L --> M[Calculate Mean Sentiment per Year]
|
17 |
-
M --> N[Plot Mean Sentiment Over Years:<br>- Line plot with yearly averages]
|
18 |
-
N --> O[Plot Sentiment Over Time:<br>- Scatter plot with color-coded sentiments]
|
19 |
-
O --> P[Calculate and Print Average Sentiment]
|
20 |
-
P --> Q[End]
|
21 |
-
```
|
|
|
1 |
+
title: Country-specific-Updated-Sentiment-Analysis-of-India
|
2 |
+
emoji: 🦀
|
3 |
+
colorFrom: blue
|
4 |
+
colorTo: yellow
|
5 |
+
sdk: streamlit
|
6 |
+
sdk_version: 1.42.2
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
short_description: Analyzing 5,000+ MEA India press releases using semantic matching via embeddings
|
10 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
11 |
+
|
12 |
+
|
13 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|