SammyGasana commited on
Commit
326094a
0 Parent(s):

initial commit

Browse files
.idea/.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Datasource local storage ignored files
7
+ /dataSources/
8
+ /dataSources.local.xml
.idea/Sentimentanalysis_demo.iml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/venv" />
6
+ </content>
7
+ <orderEntry type="inheritedJdk" />
8
+ <orderEntry type="sourceFolder" forTests="false" />
9
+ </component>
10
+ </module>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="112">
8
+ <item index="0" class="java.lang.String" itemvalue="pandas" />
9
+ <item index="1" class="java.lang.String" itemvalue="dnspython" />
10
+ <item index="2" class="java.lang.String" itemvalue="pymongo" />
11
+ <item index="3" class="java.lang.String" itemvalue="numpy" />
12
+ <item index="4" class="java.lang.String" itemvalue="Flask" />
13
+ <item index="5" class="java.lang.String" itemvalue="tzlocal" />
14
+ <item index="6" class="java.lang.String" itemvalue="greenlet" />
15
+ <item index="7" class="java.lang.String" itemvalue="scikit-learn" />
16
+ <item index="8" class="java.lang.String" itemvalue="PyYAML" />
17
+ <item index="9" class="java.lang.String" itemvalue="validators" />
18
+ <item index="10" class="java.lang.String" itemvalue="psycopg2" />
19
+ <item index="11" class="java.lang.String" itemvalue="marshmallow" />
20
+ <item index="12" class="java.lang.String" itemvalue="gitdb" />
21
+ <item index="13" class="java.lang.String" itemvalue="torchvision" />
22
+ <item index="14" class="java.lang.String" itemvalue="markdown-it-py" />
23
+ <item index="15" class="java.lang.String" itemvalue="redis" />
24
+ <item index="16" class="java.lang.String" itemvalue="Pygments" />
25
+ <item index="17" class="java.lang.String" itemvalue="langchain" />
26
+ <item index="18" class="java.lang.String" itemvalue="starlette" />
27
+ <item index="19" class="java.lang.String" itemvalue="lxml" />
28
+ <item index="20" class="java.lang.String" itemvalue="PyPDF2" />
29
+ <item index="21" class="java.lang.String" itemvalue="uvicorn" />
30
+ <item index="22" class="java.lang.String" itemvalue="jsonschema" />
31
+ <item index="23" class="java.lang.String" itemvalue="GitPython" />
32
+ <item index="24" class="java.lang.String" itemvalue="pydantic" />
33
+ <item index="25" class="java.lang.String" itemvalue="transformers" />
34
+ <item index="26" class="java.lang.String" itemvalue="streamlit" />
35
+ <item index="27" class="java.lang.String" itemvalue="click" />
36
+ <item index="28" class="java.lang.String" itemvalue="attrs" />
37
+ <item index="29" class="java.lang.String" itemvalue="prettytable" />
38
+ <item index="30" class="java.lang.String" itemvalue="dataclasses-json" />
39
+ <item index="31" class="java.lang.String" itemvalue="openai" />
40
+ <item index="32" class="java.lang.String" itemvalue="regex" />
41
+ <item index="33" class="java.lang.String" itemvalue="PyMySQL" />
42
+ <item index="34" class="java.lang.String" itemvalue="idna" />
43
+ <item index="35" class="java.lang.String" itemvalue="referencing" />
44
+ <item index="36" class="java.lang.String" itemvalue="decorator" />
45
+ <item index="37" class="java.lang.String" itemvalue="networkx" />
46
+ <item index="38" class="java.lang.String" itemvalue="smmap" />
47
+ <item index="39" class="java.lang.String" itemvalue="requests" />
48
+ <item index="40" class="java.lang.String" itemvalue="sniffio" />
49
+ <item index="41" class="java.lang.String" itemvalue="exceptiongroup" />
50
+ <item index="42" class="java.lang.String" itemvalue="zipp" />
51
+ <item index="43" class="java.lang.String" itemvalue="mdurl" />
52
+ <item index="44" class="java.lang.String" itemvalue="tenacity" />
53
+ <item index="45" class="java.lang.String" itemvalue="InstructorEmbedding" />
54
+ <item index="46" class="java.lang.String" itemvalue="blinker" />
55
+ <item index="47" class="java.lang.String" itemvalue="pyarrow" />
56
+ <item index="48" class="java.lang.String" itemvalue="scipy" />
57
+ <item index="49" class="java.lang.String" itemvalue="tornado" />
58
+ <item index="50" class="java.lang.String" itemvalue="torch" />
59
+ <item index="51" class="java.lang.String" itemvalue="python-multipart" />
60
+ <item index="52" class="java.lang.String" itemvalue="toml" />
61
+ <item index="53" class="java.lang.String" itemvalue="pytz-deprecation-shim" />
62
+ <item index="54" class="java.lang.String" itemvalue="watchdog" />
63
+ <item index="55" class="java.lang.String" itemvalue="toolz" />
64
+ <item index="56" class="java.lang.String" itemvalue="mpmath" />
65
+ <item index="57" class="java.lang.String" itemvalue="typing_extensions" />
66
+ <item index="58" class="java.lang.String" itemvalue="cachetools" />
67
+ <item index="59" class="java.lang.String" itemvalue="multidict" />
68
+ <item index="60" class="java.lang.String" itemvalue="yarl" />
69
+ <item index="61" class="java.lang.String" itemvalue="pytz" />
70
+ <item index="62" class="java.lang.String" itemvalue="Pillow" />
71
+ <item index="63" class="java.lang.String" itemvalue="tiktoken" />
72
+ <item index="64" class="java.lang.String" itemvalue="protobuf" />
73
+ <item index="65" class="java.lang.String" itemvalue="joblib" />
74
+ <item index="66" class="java.lang.String" itemvalue="threadpoolctl" />
75
+ <item index="67" class="java.lang.String" itemvalue="huggingface-hub" />
76
+ <item index="68" class="java.lang.String" itemvalue="nltk" />
77
+ <item index="69" class="java.lang.String" itemvalue="python-dateutil" />
78
+ <item index="70" class="java.lang.String" itemvalue="python-dotenv" />
79
+ <item index="71" class="java.lang.String" itemvalue="h11" />
80
+ <item index="72" class="java.lang.String" itemvalue="MarkupSafe" />
81
+ <item index="73" class="java.lang.String" itemvalue="frozenlist" />
82
+ <item index="74" class="java.lang.String" itemvalue="fsspec" />
83
+ <item index="75" class="java.lang.String" itemvalue="filelock" />
84
+ <item index="76" class="java.lang.String" itemvalue="safetensors" />
85
+ <item index="77" class="java.lang.String" itemvalue="sentencepiece" />
86
+ <item index="78" class="java.lang.String" itemvalue="certifi" />
87
+ <item index="79" class="java.lang.String" itemvalue="anyio" />
88
+ <item index="80" class="java.lang.String" itemvalue="sympy" />
89
+ <item index="81" class="java.lang.String" itemvalue="tokenizers" />
90
+ <item index="82" class="java.lang.String" itemvalue="Pympler" />
91
+ <item index="83" class="java.lang.String" itemvalue="altair" />
92
+ <item index="84" class="java.lang.String" itemvalue="charset-normalizer" />
93
+ <item index="85" class="java.lang.String" itemvalue="numexpr" />
94
+ <item index="86" class="java.lang.String" itemvalue="async-timeout" />
95
+ <item index="87" class="java.lang.String" itemvalue="pydeck" />
96
+ <item index="88" class="java.lang.String" itemvalue="SQLAlchemy" />
97
+ <item index="89" class="java.lang.String" itemvalue="mypy-extensions" />
98
+ <item index="90" class="java.lang.String" itemvalue="wcwidth" />
99
+ <item index="91" class="java.lang.String" itemvalue="importlib-metadata" />
100
+ <item index="92" class="java.lang.String" itemvalue="Jinja2" />
101
+ <item index="93" class="java.lang.String" itemvalue="mysql-connector-python" />
102
+ <item index="94" class="java.lang.String" itemvalue="jsonschema-specifications" />
103
+ <item index="95" class="java.lang.String" itemvalue="rpds-py" />
104
+ <item index="96" class="java.lang.String" itemvalue="urllib3" />
105
+ <item index="97" class="java.lang.String" itemvalue="python-docx" />
106
+ <item index="98" class="java.lang.String" itemvalue="six" />
107
+ <item index="99" class="java.lang.String" itemvalue="faiss-cpu" />
108
+ <item index="100" class="java.lang.String" itemvalue="tzdata" />
109
+ <item index="101" class="java.lang.String" itemvalue="pipdeptree" />
110
+ <item index="102" class="java.lang.String" itemvalue="rich" />
111
+ <item index="103" class="java.lang.String" itemvalue="sentence-transformers" />
112
+ <item index="104" class="java.lang.String" itemvalue="openapi-schema-pydantic" />
113
+ <item index="105" class="java.lang.String" itemvalue="packaging" />
114
+ <item index="106" class="java.lang.String" itemvalue="tqdm" />
115
+ <item index="107" class="java.lang.String" itemvalue="fastapi" />
116
+ <item index="108" class="java.lang.String" itemvalue="typing-inspect" />
117
+ <item index="109" class="java.lang.String" itemvalue="colorama" />
118
+ <item index="110" class="java.lang.String" itemvalue="aiohttp" />
119
+ <item index="111" class="java.lang.String" itemvalue="aiosignal" />
120
+ </list>
121
+ </value>
122
+ </option>
123
+ </inspection_tool>
124
+ <inspection_tool class="PyUnreachableCodeInspection" enabled="false" level="WARNING" enabled_by_default="false" />
125
+ </profile>
126
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (Sentimentanalysis_demo)" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/Sentimentanalysis_demo.iml" filepath="$PROJECT_DIR$/.idea/Sentimentanalysis_demo.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
__pycache__/audio_predictions.cpython-39.pyc ADDED
Binary file (3.48 kB). View file
 
audio_predictions.py ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import requests
2
+ import string
3
+ import os
4
+ import json
5
+ from pydub import AudioSegment
6
+ from pydub.utils import which
7
+
8
+ AudioSegment.converter = which("ffmpeg")
9
+
10
+ class AudioTranslation:
11
+ def __init__(self):
12
+ # Initialize any required variables or settings
13
+ pass
14
+ def convert_to_mp3(self, file_path):
15
+ if not file_path.lower().endswith('.mp3'):
16
+ audio = AudioSegment.from_file(file_path)
17
+ file_path_without_ext = os.path.splitext(file_path[0]) # fix this line
18
+ converted_file_path = f"{file_path_without_ext}.mp3"
19
+ audio.export(converted_file_path, "mp3")
20
+ return converted_file_path
21
+ return file_path
22
+
23
+ def transcribe_audio(self, file_path):
24
+ url = "https://stt.umuganda.digital/transcribe/"
25
+ converted_file_path = self.convert_to_mp3(file_path)
26
+ with open(converted_file_path, 'rb') as file:
27
+ files = {'file': (file_path, file, 'audio/mpeg')}
28
+ try:
29
+ response = requests.post(url, files=files)
30
+ response.raise_for_status()
31
+ transcription = response.json()
32
+
33
+ # Remove punctuation
34
+ translator = str.maketrans('', '', string.punctuation)
35
+ cleaned_text = transcription['text'].translate(translator)
36
+ print(cleaned_text)
37
+ return cleaned_text
38
+ except requests.exceptions.HTTPError as err:
39
+ print(f"HTTP error occurred: {err}")
40
+ except Exception as err:
41
+ print(f"An error occurred: {err}")
42
+
43
+ return None
44
+
45
+ def get_translation(self, src, tgt, text):
46
+ url = f"https://nmt-api.umuganda.digital/api/v1/translate/?src={src}&tgt={tgt}&text={text}"
47
+ try:
48
+ response = requests.get(url)
49
+ response.raise_for_status()
50
+ return response.json()
51
+ except requests.exceptions.HTTPError as err:
52
+ print(f"HTTP error occurred: {err}")
53
+ except Exception as err:
54
+ print(f"An error occurred: {err}")
55
+
56
+ return None
57
+
58
+ def translate_sentence(self, src, tgt, alt, use_multi, text):
59
+ url = "https://nmt-api.umuganda.digital/api/v1/translate/"
60
+ headers = {
61
+ 'accept': 'application/json',
62
+ 'Content-Type': 'application/json'
63
+ }
64
+ data = {
65
+ "src": src,
66
+ "tgt": tgt,
67
+ "alt": alt,
68
+ "use_multi": use_multi,
69
+ "text": text
70
+ }
71
+
72
+ try:
73
+ response = requests.post(url, headers=headers, data=json.dumps(data))
74
+ response.raise_for_status()
75
+ return response.json()
76
+ except requests.exceptions.HTTPError as err:
77
+ print(f"HTTP error occurred: {err}")
78
+ except Exception as err:
79
+ print(f"An error occurred: {err}")
80
+ print(response.json())
81
+ return None
82
+
83
+ def post_batch_translation(self, batch_data):
84
+ url = "https://nmt-api.umuganda.digital/api/v1/translate/batch"
85
+ headers = {'Content-Type': 'application/json'}
86
+
87
+ try:
88
+ response = requests.post(url, json=batch_data, headers=headers)
89
+ response.raise_for_status()
90
+ return response.json()
91
+ except requests.exceptions.HTTPError as err:
92
+ print(f"HTTP error occurred: {err}")
93
+ except Exception as err:
94
+ print(f"An error occurred: {err}")
95
+
96
+ return None
97
+
98
+ # Example usage
99
+ audio_translator = AudioTranslation()
100
+ transcription = audio_translator.transcribe_audio("voice_test_1.mp3")
101
+ translation_result = audio_translator.translate_sentence("rw", "en","MULTI-rw-en","", transcription)
102
+ print(translation_result)
103
+ '''
104
+ alternative models:
105
+ https://huggingface.co/facebook/nllb-200-3.3B
106
+ https://huggingface.co/facebook/mms-1b-all
107
+ -----
108
+ TODO:
109
+ -function ogg to mp3
110
+ - post_translation : preprocess punctuation
111
+ -function batch transcription
112
+ - merge voice-data to dataset
113
+ - run sentiment analysis prediction -->upload voice (streamlit)
114
+
115
+ '''
company_tweets.csv ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,company_id,user_id,profile_name,summary,text
2
+ 1,Apple,1,User_1,Positive,Incredible service!
3
+ 2,Apple,2,User_2,Positive,Loving the new product.
4
+ 3,Apple,3,User_3,Positive,Fantastic experience!
5
+ 4,Apple,4,User_4,Positive,Very satisfied with the results.
6
+ 5,Apple,5,User_5,Positive,Exceeds my expectations.
7
+ 6,Apple,6,User_6,Negative,Very disappointed!
8
+ 7,Apple,7,User_7,Negative,Poor customer service.
9
+ 8,Apple,8,User_8,Negative,Not worth the money.
10
+ 9,Apple,9,User_9,Negative,Had a bad experience.
11
+ 10,Apple,10,User_10,Negative,Would not recommend.
12
+ 11,Apple,11,User_11,Neutral,It was okay.
13
+ 12,Apple,12,User_12,Neutral,Nothing special but not bad.
14
+ 13,Apple,13,User_13,Neutral,Average experience.
15
+ 14,Apple,14,User_14,Neutral,Nothing to complain about.
16
+ 15,Apple,15,User_15,Neutral,Met my expectations.
17
+ 16,Apple,16,User_16,Positive,Incredible service!
18
+ 17,Apple,17,User_17,Positive,Loving the new product.
19
+ 18,Apple,18,User_18,Positive,Fantastic experience!
20
+ 19,Apple,19,User_19,Positive,Very satisfied with the results.
21
+ 20,Apple,20,User_20,Positive,Exceeds my expectations.
22
+ 21,Apple,21,User_21,Negative,Very disappointed!
23
+ 22,Apple,22,User_22,Negative,Poor customer service.
24
+ 23,Apple,23,User_23,Negative,Not worth the money.
25
+ 24,Apple,24,User_24,Negative,Had a bad experience.
26
+ 25,Apple,25,User_25,Negative,Would not recommend.
27
+ 26,Apple,26,User_26,Neutral,It was okay.
28
+ 27,Apple,27,User_27,Neutral,Nothing special but not bad.
29
+ 28,Apple,28,User_28,Neutral,Average experience.
30
+ 29,Apple,29,User_29,Neutral,Nothing to complain about.
31
+ 30,Apple,30,User_30,Neutral,Met my expectations.
32
+ 31,Walmart,31,User_31,Positive,Incredible service!
33
+ 32,Walmart,32,User_32,Positive,Loving the new product.
34
+ 33,Walmart,33,User_33,Positive,Fantastic experience!
35
+ 34,Walmart,34,User_34,Positive,Very satisfied with the results.
36
+ 35,Walmart,35,User_35,Positive,Exceeds my expectations.
37
+ 36,Walmart,36,User_36,Negative,Very disappointed!
38
+ 37,Walmart,37,User_37,Negative,Poor customer service.
39
+ 38,Walmart,38,User_38,Negative,Not worth the money.
40
+ 39,Walmart,39,User_39,Negative,Had a bad experience.
41
+ 40,Walmart,40,User_40,Negative,Would not recommend.
42
+ 41,Walmart,41,User_41,Neutral,It was okay.
43
+ 42,Walmart,42,User_42,Neutral,Nothing special but not bad.
44
+ 43,Walmart,43,User_43,Neutral,Average experience.
45
+ 44,Walmart,44,User_44,Neutral,Nothing to complain about.
46
+ 45,Walmart,45,User_45,Neutral,Met my expectations.
47
+ 46,Walmart,46,User_46,Positive,Incredible service!
48
+ 47,Walmart,47,User_47,Positive,Loving the new product.
49
+ 48,Walmart,48,User_48,Positive,Fantastic experience!
50
+ 49,Walmart,49,User_49,Positive,Very satisfied with the results.
51
+ 50,Walmart,50,User_50,Positive,Exceeds my expectations.
52
+ 51,Walmart,51,User_51,Negative,Very disappointed!
53
+ 52,Walmart,52,User_52,Negative,Poor customer service.
54
+ 53,Walmart,53,User_53,Negative,Not worth the money.
55
+ 54,Walmart,54,User_54,Negative,Had a bad experience.
56
+ 55,Walmart,55,User_55,Negative,Would not recommend.
57
+ 56,Walmart,56,User_56,Neutral,It was okay.
58
+ 57,Walmart,57,User_57,Neutral,Nothing special but not bad.
59
+ 58,Walmart,58,User_58,Neutral,Average experience.
60
+ 59,Walmart,59,User_59,Neutral,Nothing to complain about.
61
+ 60,Walmart,60,User_60,Neutral,Met my expectations.
62
+ 61,Amazon,61,User_61,Positive,Incredible service!
63
+ 62,Amazon,62,User_62,Positive,Loving the new product.
64
+ 63,Amazon,63,User_63,Positive,Fantastic experience!
65
+ 64,Amazon,64,User_64,Positive,Very satisfied with the results.
66
+ 65,Amazon,65,User_65,Positive,Exceeds my expectations.
67
+ 66,Amazon,66,User_66,Negative,Very disappointed!
68
+ 67,Amazon,67,User_67,Negative,Poor customer service.
69
+ 68,Amazon,68,User_68,Negative,Not worth the money.
70
+ 69,Amazon,69,User_69,Negative,Had a bad experience.
71
+ 70,Amazon,70,User_70,Negative,Would not recommend.
72
+ 71,Amazon,71,User_71,Neutral,It was okay.
73
+ 72,Amazon,72,User_72,Neutral,Nothing special but not bad.
74
+ 73,Amazon,73,User_73,Neutral,Average experience.
75
+ 74,Amazon,74,User_74,Neutral,Nothing to complain about.
76
+ 75,Amazon,75,User_75,Neutral,Met my expectations.
77
+ 76,Amazon,76,User_76,Positive,Incredible service!
78
+ 77,Amazon,77,User_77,Positive,Loving the new product.
79
+ 78,Amazon,78,User_78,Positive,Fantastic experience!
80
+ 79,Amazon,79,User_79,Positive,Very satisfied with the results.
81
+ 80,Amazon,80,User_80,Positive,Exceeds my expectations.
82
+ 81,Amazon,81,User_81,Negative,Very disappointed!
83
+ 82,Amazon,82,User_82,Negative,Poor customer service.
84
+ 83,Amazon,83,User_83,Negative,Not worth the money.
85
+ 84,Amazon,84,User_84,Negative,Had a bad experience.
86
+ 85,Amazon,85,User_85,Negative,Would not recommend.
87
+ 86,Amazon,86,User_86,Neutral,It was okay.
88
+ 87,Amazon,87,User_87,Neutral,Nothing special but not bad.
89
+ 88,Amazon,88,User_88,Neutral,Average experience.
90
+ 89,Amazon,89,User_89,Neutral,Nothing to complain about.
91
+ 90,Amazon,90,User_90,Neutral,Met my expectations.
92
+ 91,ExxonMobil,91,User_91,Positive,Incredible service!
93
+ 92,ExxonMobil,92,User_92,Positive,Loving the new product.
94
+ 93,ExxonMobil,93,User_93,Positive,Fantastic experience!
95
+ 94,ExxonMobil,94,User_94,Positive,Very satisfied with the results.
96
+ 95,ExxonMobil,95,User_95,Positive,Exceeds my expectations.
97
+ 96,ExxonMobil,96,User_96,Negative,Very disappointed!
98
+ 97,ExxonMobil,97,User_97,Negative,Poor customer service.
99
+ 98,ExxonMobil,98,User_98,Negative,Not worth the money.
100
+ 99,ExxonMobil,99,User_99,Negative,Had a bad experience.
101
+ 100,ExxonMobil,100,User_100,Negative,Would not recommend.
102
+ 101,ExxonMobil,101,User_101,Neutral,It was okay.
103
+ 102,ExxonMobil,102,User_102,Neutral,Nothing special but not bad.
104
+ 103,ExxonMobil,103,User_103,Neutral,Average experience.
105
+ 104,ExxonMobil,104,User_104,Neutral,Nothing to complain about.
106
+ 105,ExxonMobil,105,User_105,Neutral,Met my expectations.
107
+ 106,ExxonMobil,106,User_106,Positive,Incredible service!
108
+ 107,ExxonMobil,107,User_107,Positive,Loving the new product.
109
+ 108,ExxonMobil,108,User_108,Positive,Fantastic experience!
110
+ 109,ExxonMobil,109,User_109,Positive,Very satisfied with the results.
111
+ 110,ExxonMobil,110,User_110,Positive,Exceeds my expectations.
112
+ 111,ExxonMobil,111,User_111,Negative,Very disappointed!
113
+ 112,ExxonMobil,112,User_112,Negative,Poor customer service.
114
+ 113,ExxonMobil,113,User_113,Negative,Not worth the money.
115
+ 114,ExxonMobil,114,User_114,Negative,Had a bad experience.
116
+ 115,ExxonMobil,115,User_115,Negative,Would not recommend.
117
+ 116,ExxonMobil,116,User_116,Neutral,It was okay.
118
+ 117,ExxonMobil,117,User_117,Neutral,Nothing special but not bad.
119
+ 118,ExxonMobil,118,User_118,Neutral,Average experience.
120
+ 119,ExxonMobil,119,User_119,Neutral,Nothing to complain about.
121
+ 120,ExxonMobil,120,User_120,Neutral,Met my expectations.
122
+ 121,CVS Health,121,User_121,Positive,Incredible service!
123
+ 122,CVS Health,122,User_122,Positive,Loving the new product.
124
+ 123,CVS Health,123,User_123,Positive,Fantastic experience!
125
+ 124,CVS Health,124,User_124,Positive,Very satisfied with the results.
126
+ 125,CVS Health,125,User_125,Positive,Exceeds my expectations.
127
+ 126,CVS Health,126,User_126,Negative,Very disappointed!
128
+ 127,CVS Health,127,User_127,Negative,Poor customer service.
129
+ 128,CVS Health,128,User_128,Negative,Not worth the money.
130
+ 129,CVS Health,129,User_129,Negative,Had a bad experience.
131
+ 130,CVS Health,130,User_130,Negative,Would not recommend.
132
+ 131,CVS Health,131,User_131,Neutral,It was okay.
133
+ 132,CVS Health,132,User_132,Neutral,Nothing special but not bad.
134
+ 133,CVS Health,133,User_133,Neutral,Average experience.
135
+ 134,CVS Health,134,User_134,Neutral,Nothing to complain about.
136
+ 135,CVS Health,135,User_135,Neutral,Met my expectations.
137
+ 136,CVS Health,136,User_136,Positive,Incredible service!
138
+ 137,CVS Health,137,User_137,Positive,Loving the new product.
139
+ 138,CVS Health,138,User_138,Positive,Fantastic experience!
140
+ 139,CVS Health,139,User_139,Positive,Very satisfied with the results.
141
+ 140,CVS Health,140,User_140,Positive,Exceeds my expectations.
142
+ 141,CVS Health,141,User_141,Negative,Very disappointed!
143
+ 142,CVS Health,142,User_142,Negative,Poor customer service.
144
+ 143,CVS Health,143,User_143,Negative,Not worth the money.
145
+ 144,CVS Health,144,User_144,Negative,Had a bad experience.
146
+ 145,CVS Health,145,User_145,Negative,Would not recommend.
147
+ 146,CVS Health,146,User_146,Neutral,It was okay.
148
+ 147,CVS Health,147,User_147,Neutral,Nothing special but not bad.
149
+ 148,CVS Health,148,User_148,Neutral,Average experience.
150
+ 149,CVS Health,149,User_149,Neutral,Nothing to complain about.
151
+ 150,CVS Health,150,User_150,Neutral,Met my expectations.
152
+ 151,Berkshire Hathaway,151,User_151,Positive,Incredible service!
153
+ 152,Berkshire Hathaway,152,User_152,Positive,Loving the new product.
154
+ 153,Berkshire Hathaway,153,User_153,Positive,Fantastic experience!
155
+ 154,Berkshire Hathaway,154,User_154,Positive,Very satisfied with the results.
156
+ 155,Berkshire Hathaway,155,User_155,Positive,Exceeds my expectations.
157
+ 156,Berkshire Hathaway,156,User_156,Negative,Very disappointed!
158
+ 157,Berkshire Hathaway,157,User_157,Negative,Poor customer service.
159
+ 158,Berkshire Hathaway,158,User_158,Negative,Not worth the money.
160
+ 159,Berkshire Hathaway,159,User_159,Negative,Had a bad experience.
161
+ 160,Berkshire Hathaway,160,User_160,Negative,Would not recommend.
162
+ 161,Berkshire Hathaway,161,User_161,Neutral,It was okay.
163
+ 162,Berkshire Hathaway,162,User_162,Neutral,Nothing special but not bad.
164
+ 163,Berkshire Hathaway,163,User_163,Neutral,Average experience.
165
+ 164,Berkshire Hathaway,164,User_164,Neutral,Nothing to complain about.
166
+ 165,Berkshire Hathaway,165,User_165,Neutral,Met my expectations.
167
+ 166,Berkshire Hathaway,166,User_166,Positive,Incredible service!
168
+ 167,Berkshire Hathaway,167,User_167,Positive,Loving the new product.
169
+ 168,Berkshire Hathaway,168,User_168,Positive,Fantastic experience!
170
+ 169,Berkshire Hathaway,169,User_169,Positive,Very satisfied with the results.
171
+ 170,Berkshire Hathaway,170,User_170,Positive,Exceeds my expectations.
172
+ 171,Berkshire Hathaway,171,User_171,Negative,Very disappointed!
173
+ 172,Berkshire Hathaway,172,User_172,Negative,Poor customer service.
174
+ 173,Berkshire Hathaway,173,User_173,Negative,Not worth the money.
175
+ 174,Berkshire Hathaway,174,User_174,Negative,Had a bad experience.
176
+ 175,Berkshire Hathaway,175,User_175,Negative,Would not recommend.
177
+ 176,Berkshire Hathaway,176,User_176,Neutral,It was okay.
178
+ 177,Berkshire Hathaway,177,User_177,Neutral,Nothing special but not bad.
179
+ 178,Berkshire Hathaway,178,User_178,Neutral,Average experience.
180
+ 179,Berkshire Hathaway,179,User_179,Neutral,Nothing to complain about.
181
+ 180,Berkshire Hathaway,180,User_180,Neutral,Met my expectations.
182
+ 181,Alphabet (Google),181,User_181,Positive,Incredible service!
183
+ 182,Alphabet (Google),182,User_182,Positive,Loving the new product.
184
+ 183,Alphabet (Google),183,User_183,Positive,Fantastic experience!
185
+ 184,Alphabet (Google),184,User_184,Positive,Very satisfied with the results.
186
+ 185,Alphabet (Google),185,User_185,Positive,Exceeds my expectations.
187
+ 186,Alphabet (Google),186,User_186,Negative,Very disappointed!
188
+ 187,Alphabet (Google),187,User_187,Negative,Poor customer service.
189
+ 188,Alphabet (Google),188,User_188,Negative,Not worth the money.
190
+ 189,Alphabet (Google),189,User_189,Negative,Had a bad experience.
191
+ 190,Alphabet (Google),190,User_190,Negative,Would not recommend.
192
+ 191,Alphabet (Google),191,User_191,Neutral,It was okay.
193
+ 192,Alphabet (Google),192,User_192,Neutral,Nothing special but not bad.
194
+ 193,Alphabet (Google),193,User_193,Neutral,Average experience.
195
+ 194,Alphabet (Google),194,User_194,Neutral,Nothing to complain about.
196
+ 195,Alphabet (Google),195,User_195,Neutral,Met my expectations.
197
+ 196,Alphabet (Google),196,User_196,Positive,Incredible service!
198
+ 197,Alphabet (Google),197,User_197,Positive,Loving the new product.
199
+ 198,Alphabet (Google),198,User_198,Positive,Fantastic experience!
200
+ 199,Alphabet (Google),199,User_199,Positive,Very satisfied with the results.
201
+ 200,Alphabet (Google),200,User_200,Positive,Exceeds my expectations.
202
+ 201,Alphabet (Google),201,User_201,Negative,Very disappointed!
203
+ 202,Alphabet (Google),202,User_202,Negative,Poor customer service.
204
+ 203,Alphabet (Google),203,User_203,Negative,Not worth the money.
205
+ 204,Alphabet (Google),204,User_204,Negative,Had a bad experience.
206
+ 205,Alphabet (Google),205,User_205,Negative,Would not recommend.
207
+ 206,Alphabet (Google),206,User_206,Neutral,It was okay.
208
+ 207,Alphabet (Google),207,User_207,Neutral,Nothing special but not bad.
209
+ 208,Alphabet (Google),208,User_208,Neutral,Average experience.
210
+ 209,Alphabet (Google),209,User_209,Neutral,Nothing to complain about.
211
+ 210,Alphabet (Google),210,User_210,Neutral,Met my expectations.
212
+ 211,Facebook,211,User_211,Positive,Incredible service!
213
+ 212,Facebook,212,User_212,Positive,Loving the new product.
214
+ 213,Facebook,213,User_213,Positive,Fantastic experience!
215
+ 214,Facebook,214,User_214,Positive,Very satisfied with the results.
216
+ 215,Facebook,215,User_215,Positive,Exceeds my expectations.
217
+ 216,Facebook,216,User_216,Negative,Very disappointed!
218
+ 217,Facebook,217,User_217,Negative,Poor customer service.
219
+ 218,Facebook,218,User_218,Negative,Not worth the money.
220
+ 219,Facebook,219,User_219,Negative,Had a bad experience.
221
+ 220,Facebook,220,User_220,Negative,Would not recommend.
222
+ 221,Facebook,221,User_221,Neutral,It was okay.
223
+ 222,Facebook,222,User_222,Neutral,Nothing special but not bad.
224
+ 223,Facebook,223,User_223,Neutral,Average experience.
225
+ 224,Facebook,224,User_224,Neutral,Nothing to complain about.
226
+ 225,Facebook,225,User_225,Neutral,Met my expectations.
227
+ 226,Facebook,226,User_226,Positive,Incredible service!
228
+ 227,Facebook,227,User_227,Positive,Loving the new product.
229
+ 228,Facebook,228,User_228,Positive,Fantastic experience!
230
+ 229,Facebook,229,User_229,Positive,Very satisfied with the results.
231
+ 230,Facebook,230,User_230,Positive,Exceeds my expectations.
232
+ 231,Facebook,231,User_231,Negative,Very disappointed!
233
+ 232,Facebook,232,User_232,Negative,Poor customer service.
234
+ 233,Facebook,233,User_233,Negative,Not worth the money.
235
+ 234,Facebook,234,User_234,Negative,Had a bad experience.
236
+ 235,Facebook,235,User_235,Negative,Would not recommend.
237
+ 236,Facebook,236,User_236,Neutral,It was okay.
238
+ 237,Facebook,237,User_237,Neutral,Nothing special but not bad.
239
+ 238,Facebook,238,User_238,Neutral,Average experience.
240
+ 239,Facebook,239,User_239,Neutral,Nothing to complain about.
241
+ 240,Facebook,240,User_240,Neutral,Met my expectations.
242
+ 241,JPMorgan Chase,241,User_241,Positive,Incredible service!
243
+ 242,JPMorgan Chase,242,User_242,Positive,Loving the new product.
244
+ 243,JPMorgan Chase,243,User_243,Positive,Fantastic experience!
245
+ 244,JPMorgan Chase,244,User_244,Positive,Very satisfied with the results.
246
+ 245,JPMorgan Chase,245,User_245,Positive,Exceeds my expectations.
247
+ 246,JPMorgan Chase,246,User_246,Negative,Very disappointed!
248
+ 247,JPMorgan Chase,247,User_247,Negative,Poor customer service.
249
+ 248,JPMorgan Chase,248,User_248,Negative,Not worth the money.
250
+ 249,JPMorgan Chase,249,User_249,Negative,Had a bad experience.
251
+ 250,JPMorgan Chase,250,User_250,Negative,Would not recommend.
252
+ 251,JPMorgan Chase,251,User_251,Neutral,It was okay.
253
+ 252,JPMorgan Chase,252,User_252,Neutral,Nothing special but not bad.
254
+ 253,JPMorgan Chase,253,User_253,Neutral,Average experience.
255
+ 254,JPMorgan Chase,254,User_254,Neutral,Nothing to complain about.
256
+ 255,JPMorgan Chase,255,User_255,Neutral,Met my expectations.
257
+ 256,JPMorgan Chase,256,User_256,Positive,Incredible service!
258
+ 257,JPMorgan Chase,257,User_257,Positive,Loving the new product.
259
+ 258,JPMorgan Chase,258,User_258,Positive,Fantastic experience!
260
+ 259,JPMorgan Chase,259,User_259,Positive,Very satisfied with the results.
261
+ 260,JPMorgan Chase,260,User_260,Positive,Exceeds my expectations.
262
+ 261,JPMorgan Chase,261,User_261,Negative,Very disappointed!
263
+ 262,JPMorgan Chase,262,User_262,Negative,Poor customer service.
264
+ 263,JPMorgan Chase,263,User_263,Negative,Not worth the money.
265
+ 264,JPMorgan Chase,264,User_264,Negative,Had a bad experience.
266
+ 265,JPMorgan Chase,265,User_265,Negative,Would not recommend.
267
+ 266,JPMorgan Chase,266,User_266,Neutral,It was okay.
268
+ 267,JPMorgan Chase,267,User_267,Neutral,Nothing special but not bad.
269
+ 268,JPMorgan Chase,268,User_268,Neutral,Average experience.
270
+ 269,JPMorgan Chase,269,User_269,Neutral,Nothing to complain about.
271
+ 270,JPMorgan Chase,270,User_270,Neutral,Met my expectations.
272
+ 271,Johnson & Johnson,271,User_271,Positive,Incredible service!
273
+ 272,Johnson & Johnson,272,User_272,Positive,Loving the new product.
274
+ 273,Johnson & Johnson,273,User_273,Positive,Fantastic experience!
275
+ 274,Johnson & Johnson,274,User_274,Positive,Very satisfied with the results.
276
+ 275,Johnson & Johnson,275,User_275,Positive,Exceeds my expectations.
277
+ 276,Johnson & Johnson,276,User_276,Negative,Very disappointed!
278
+ 277,Johnson & Johnson,277,User_277,Negative,Poor customer service.
279
+ 278,Johnson & Johnson,278,User_278,Negative,Not worth the money.
280
+ 279,Johnson & Johnson,279,User_279,Negative,Had a bad experience.
281
+ 280,Johnson & Johnson,280,User_280,Negative,Would not recommend.
282
+ 281,Johnson & Johnson,281,User_281,Neutral,It was okay.
283
+ 282,Johnson & Johnson,282,User_282,Neutral,Nothing special but not bad.
284
+ 283,Johnson & Johnson,283,User_283,Neutral,Average experience.
285
+ 284,Johnson & Johnson,284,User_284,Neutral,Nothing to complain about.
286
+ 285,Johnson & Johnson,285,User_285,Neutral,Met my expectations.
287
+ 286,Johnson & Johnson,286,User_286,Positive,Incredible service!
288
+ 287,Johnson & Johnson,287,User_287,Positive,Loving the new product.
289
+ 288,Johnson & Johnson,288,User_288,Positive,Fantastic experience!
290
+ 289,Johnson & Johnson,289,User_289,Positive,Very satisfied with the results.
291
+ 290,Johnson & Johnson,290,User_290,Positive,Exceeds my expectations.
292
+ 291,Johnson & Johnson,291,User_291,Negative,Very disappointed!
293
+ 292,Johnson & Johnson,292,User_292,Negative,Poor customer service.
294
+ 293,Johnson & Johnson,293,User_293,Negative,Not worth the money.
295
+ 294,Johnson & Johnson,294,User_294,Negative,Had a bad experience.
296
+ 295,Johnson & Johnson,295,User_295,Negative,Would not recommend.
297
+ 296,Johnson & Johnson,296,User_296,Neutral,It was okay.
298
+ 297,Johnson & Johnson,297,User_297,Neutral,Nothing special but not bad.
299
+ 298,Johnson & Johnson,298,User_298,Neutral,Average experience.
300
+ 299,Johnson & Johnson,299,User_299,Neutral,Nothing to complain about.
301
+ 300,Johnson & Johnson,300,User_300,Neutral,Met my expectations.
evaluation.py ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from sklearn.metrics import accuracy_score, f1_score, classification_report
2
+ import pandas as pd
3
+
4
+ def evaluate_predictions(filename):
5
+ data = pd.read_csv(filename)
6
+
7
+ # Map sentiment classes to match between 'sentiment_score' and 'summary'
8
+ sentiment_mapping = {"Neutral": "Neutral", "Positive sentiment": "Positive", "Negative sentiment": "Negative"}
9
+ data['sentiment_score_mapped'] = data['sentiment_score'].map(sentiment_mapping)
10
+
11
+ accuracy = accuracy_score(data['summary'], data['sentiment_score_mapped'])
12
+ f1 = f1_score(data['summary'], data['sentiment_score_mapped'], average='weighted')
13
+ class_report = classification_report(data['summary'], data['sentiment_score_mapped'])
14
+
15
+ print(f"Accuracy: {accuracy}")
16
+ print(f"F1 Score: {f1}")
17
+ print("Classification Report:\n", class_report)
18
+
19
+ # Call the function with the path to your CSV file
20
+ evaluate_predictions('predictions.csv')
file.env ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Once you add your API key below, make sure to not share it with anyone! The API key should remain private.
2
+ OPENAI_API_KEY=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
irembo/irembo_1.mp3 ADDED
Binary file (85.3 kB). View file
 
irembo/irembo_2.mp3 ADDED
Binary file (63.8 kB). View file
 
irembo/irembo_3.mp3 ADDED
Binary file (55.1 kB). View file
 
irembo/irembo_4.mp3 ADDED
Binary file (75.1 kB). View file
 
irembo/irembo_5.mp3 ADDED
Binary file (76.1 kB). View file
 
irembo/irembo_6.mp3 ADDED
Binary file (59.4 kB). View file
 
kinya.csv ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tweet_id,english,translated_kinyarwanda_manual,translated_kinyarwanda_google
2
+ 301,Thrilled with MTN Rwanda's reliable service. Never had a dropped call! #ConnectivityMatters,"Twishimiye serivisi za MTN Rwanda, sinigeze narimwe ntakaza ikiganiro kuri telephone. #itumanaho ningenzi",
3
+ 302,MTN Rwanda now has over 7 million subscribers. Big numbers for the local market! #TelecomNews,"MTN Rwanda ubu ifite abayigana miliyoni 7, ni umubare munini kwisoko ryigihugu#Amkuru Yitumanaho",
4
+ 303,Frustrated with the data speeds on MTN Rwanda today. Anyone else experiencing this? #InternetWoes,"Njye nateshejwe umutwe numuvuduko wa internet wa MTN Rwanda, haba hari undi ufite iki kibazo ?# utubazo twa interineti",
5
+ 304,Impressive customer service at MTN Rwanda's Nyarutarama branch. Kudos to the team! #CustomerFirst, Nishimiye serivisi yo kwakira abakiriya ya MTN Rwanda ikicaro cya Nyarutarama #umukiriya nuwambere,
6
+ 305,MTN Rwanda's CEO announces plans to expand IT services. Interesting development. #TechUpdate,"Umuyobozi mukuru wa MTN Rwanda yatangaje imigambi yo kwagura serivisi zikoranabuhanga, iri ni iterambere rishimishije. #Ikoranbuhanga rigezweho",
7
+ 306,Why are MTN Rwanda's tariffs rising again? Hard for regular customers to keep up. #PriceHike,Kubera iki ibiciro bya Mtn Rwanda biri kuzamuka nanone? Biri kugora rubanda rugufi kubigeraho. ,
8
+ 307,MTN Rwanda's eco-friendly initiative is commendable. Love companies that care for the environment. #GreenTelecom,"Umubano wa MTN Rwanda nibidukikije urashimishije, nkunda ibigo byita kubidukikije. #GrrenTelecom",
9
+ 308,MTN Rwanda listed on the Rwanda Stock Exchange. A significant move for the company. #MarketWatch," MNT Rwanda yanditwe ku kigo cy'Isoko ry'Imari n'Imigabane ry'u Rwanda (RSE), ikibaba air intabwe ikomeye yiki kigo.",
10
+ 309,Experienced poor network coverage with MTN Rwanda in rural areas. Needs improvement. #ConnectivityIssues,Nahuye na network mbi ndi munkengero zumujyi (mu cyaro) . Ibi bikeye guhinduka,
11
+ 310,Great to see MTN Rwanda's investment in local communities. Corporate responsibility at its best! #GivingBack,Nishimiye kubona ishoramari rya MTN u Rwanda mubaturage. Inshingano rusange ziteye imbere.,
12
+ 311,MTN Rwanda celebrates 25 years in the business. A long journey since 1998! #TelecomHistory,"MTN Rwanda iri kwizihiza imyaka 25 imaze mu bucuruzi, urugendo rukomeye kuva muri 1998",
13
+ 312,Disappointed by MTN Rwanda's limited data packages. Other providers offer more. #DataDeals,"Natengushywe no kuba MTN Rwanda itanga udpfunyika twa interinete tutiyongera, abandi batanga ibyiyongereye",
14
+ 313,MTN Rwanda's mobile money service is a lifesaver. So convenient for transactions! #MobileMoney,"Serivisi ya MTN Rwanda yo kohereza no kwakira amafaranga kuri terefore ikiza ubuzima,",
15
+ 314,MTN Group's influence grows as MTN Rwanda gains market share. #TelecomTrends,Itsinda rya MTN ryiyongera uko MTN u Rwanda rwiyongera kwisoko.,
16
+ 315,MTN Rwanda needs to update their app. It's buggy and often crashes. #AppGlitch,"MYN Rwanda ikeneye gukosora aplikasiyo yayo, ifite utubazo kandi hari igihe ipha ",
17
+ 316,Loving the new MTN Rwanda data bundles. Great value for money! #DataForDays,"Nakunze amakuru mashya kuri MTN Rwanda, Ibiciro byiza ku mafaranga afatika.",
18
+ 317,Noticed MTN Rwanda is focusing more on IT services. A strategic pivot? #BusinessStrategy,"Mwabonye ko MTN Rwanda iri kwibanda cyane kuri srivisi z' ikoranabuhanga, intego ikomeye?",
19
+ 318,MTN Rwanda's signal strength in my area has been weak lately. Hope it's fixed soon. #SignalStrength,Imbaraga za MTN Rwanda mugace ntuyemo zaragabanutse vuba aha. Twizere ko bikosorwa vuba.,
20
+ 319,MTN Rwanda's contribution to digital education is impressive. They're shaping the future! #DigitalEducation,"Uruhare rwa MTN Rwanda mu burezi bwikoranabuhanga rurashimishije, Irimo gutegura ejo hazaza!",
21
+ 320,MTN Rwanda marks 25th anniversary with a significant subscriber base. A major player in Rwanda's telecom. #Anniversary,MTN Rwanda irizihiza isabukuru y'imyaka 25 hamwe nabafatabuguzi bakomeye. Umukinnyi ukomeye mu itumanaho ryu Rwanda.,
22
+ 321,Just connected to Liquid's fibre network in Kigali. The speed is incredible! #RwandaTech,"Majije gukoresha umuyoboro wa fibre ya Liquid muri Kigali, umuvuduko wayo uratngaje.",
23
+ 322,Liquid Technologies expands its network in Rwanda. Interesting times for telecom in Africa. #TechNews,"Liquid Telecom yaguriyr itumanaho ryayo mu Rwanda, Ibihe bitangaje mwitumanaho muri Africa",
24
+ 323,Experiencing connectivity issues with Liquid in Rwanda today. Anyone else? #InternetDown,"Ndi guhura nibibazo byo guhuza na Liquid mu Rwanda, Hari undi waba uri guhura nabyo?",
25
+ 324,Impressed by the customer service at Liquid's Kigali office. Quick and helpful! #CustomerService,"Nishimiye serivisi yo kwakira abakiriya ya Liquid ishami rya Kigali, Irihuta kandi irafasha.",
26
+ 325,Liquid's cybersecurity solutions in Rwanda could be a game changer for local businesses. #CyberSecurity,Ibisubizo bya Liquid mu kurinda umutekano wikoranabuhanga mu Rwanda ushobora guhindura umukino mu bucuruzi bwaho.,
27
+ 326,Why are Liquid's data plans in Rwanda more expensive than competitors? #PriceyInternet,Kubera iki ibiciro bya Liquid mu Rwanda buhenze kurusha ibyibindi bigo bihanganye.,
28
+ 327,Liquid's IoT solutions are helping transform Rwanda's tech landscape. #IoTInnovation,Ibisubizo bya Liquid muri Internet y'ibintu (IoT) biri guhindura ikoranabuhanga ry'u Rwanda,
29
+ 328,Liquid's recent expansion in Rwanda marks a significant investment in African tech. #TechGrowth,Kwagura ibyicaro bya Liquid mu Rwanda byerekana ishoramari rikomeye mu ikoranabuhanga rya Afurika.,
30
+ 329,Struggling with slow speeds on Liquid's network in rural Rwanda. #SlowInternet,Ndiguhura n'umuvuduko muke kumurongo wa Liquid mucyaro cy'u Rwanda. ,
31
+ 330,Liquid's contribution to digital education in Rwanda is commendable. #DigitalLearning,Uruhare rwa Liquid mu burezi bwikoranabuhanga rurashimishije.,
32
+ 331,Liquid is now a major player in Rwanda's telecom sector. Watching their next move. #TelecomTalk,Liquid ubu ifite uruhare runini mu rwego rwitumanaho mu Rwanda. Dutegereje kureba indi ntabwe yabo.,
33
+ 332,Frustrated by the lack of customer support from Liquid in Kigali. #CustomerServiceFail,Nababajwe nubufasha buke buhabwa abakiriya muri Liquid i Kigali.,
34
+ 333,Liquid's cloud services in Rwanda are top-notch. Great for businesses! #CloudComputing,Serivisi zububiko bwo kuri internet(cloud services) za Liquid ziri hejuru cyane. Ninziza kubucuruzi.,
35
+ 334,Liquid's network expansion in Rwanda could mean better connectivity across the country. #NetworkGrowth,Kwagura imiyoboro kwa Liquid mu Rwanda bishobora gutuma hanozwa imiyoboro yitumanaho mu Rwanda.,
36
+ 335,Disappointed by the limited coverage of Liquid's fibre network in my area. #CoverageIssues,Nababajwe no gukwirakwiza guke kwumuyoboro wa Liquid fibre mugace kajye.,
37
+ 336,Liquid's managed solutions are making IT easy for businesses in Rwanda. #TechSolutions,Ibisubizo bya Liquid byorohereza ikoranabuhanga ry' ubucuruzi mu Rwanda.,
38
+ 337,Liquid's role in Rwanda's digital landscape is growing. What's next for them? #DigitalRwanda,Uruhare rwa Liquid mu ikoranabuhanga ry'u Rwanda ruragenda wriyongera. Ni iki gikurikira kuri bo?,
39
+ 338,Experiencing frequent service interruptions with Liquid's network in Rwanda. #UnreliableService,Ndiguhura nikibazo cya serivise ya Liquid iri gucika mu Rwanda.,
40
+ 339,Liquid's investment in cybersecurity in Rwanda is boosting business confidence. #SecureTech,Ishoramari rya Liquid mu mutekano wa interineti mu Rwanda ritera icyizere mu bucuruzi.,
41
+ 340,Watching Liquid's journey in transforming Rwanda's digital infrastructure. #TechTransformation,Dukurikiranye urugendo rwa Liquid mu guhindura ibikorwaremezo by' ikoranabuhanga ryu Rwanda,
42
+ 341,Just used Irembo to renew my driving license. So convenient and quick! #DigitalRwanda,Majije gukoresha Irembo mvugurura uruhushya rwo gutwara. Biroroshye kandi birihuta!,
43
+ 342,Irembo now offers over 100 online public services. A big leap for digital governance in Rwanda. #GovTech,Irembo ubu itanga serivisi za leta zirenga 100 kuri interineti. Ni intambwe ikomeye mu miyoborere y'ikoranabuhanga mu Rwanda.,
44
+ 343,Had some issues navigating the Irembo site today. User interface could be more intuitive. #UXMatters,"Nahuye nutubazo nkoresha/ntambuka mu rubuga rwa Irembo, Ikoranabuhanga rigaragarira abayikoresha rishobora kongerwa.",
45
+ 344,Kudos to Irembo for digitizing public services in Rwanda. A true example of efficient e-governance. #TechProgress,Turashimira Irembo kubwo kushyira serivise za leta ku ikoranabuhanga. Ni urugero rwiza rwubutegetsi bwikoranabuhanga bwiza,
46
+ 345,Irembo's partnership with the Rwandan government is setting a new standard for public-private collaborations. #PPP,Ubufatanye bwa Irembo na Guverinoma y'u Rwanda burimo gushyiraho igipimo gishya cy'ubufatanye hagati ya leta n'abikorera.,
47
+ 346,Frustrating experience with delayed responses on Irembo's platform. Hope they improve their customer service. #CustomerSupport,Serivice yateshaga umutwe n'ibisubizo byatinze kuza ku rubuga rwa Irembo. Nizere ko baraza kunoza uburyo bafasha abakiriya.,
48
+ 347,Amazing how Irembo is revolutionizing access to government services in Rwanda. Digital transformation at its best! #DigitalInnovation,"Birattangaje ukuntu Irembo iri guhindura uburyo serivisi za leta zitangwa mu Rwanda, ihunduramatware mwikoranabuhanga rihambaye.",
49
+ 348,Irembo is playing a critical role in Rwanda's journey to becoming a digital society. #DigitalTransformation,Irembo ifite uruhare rukomeye mu rugendo rw'u Rwanda rwo kuba sosiyete ikoresha ikoranabuhanga,
50
+ 349,Encountered payment issues on Irembo today. Hope they fix these glitches soon. #PaymentGateway,"Nahuye nikibazo cyo kwishyura kuri Irembo uyu minsi, nizareko babikemura vuba. # umuyoboro wo kwishyura",
51
+ 350,"Irembo is a game-changer for entrepreneurs in Rwanda, simplifying government interactions. #EaseOfDoingBusiness","Irembo iri guhindura umukino kuri ba rwiyezamirimo mu Rwanda, iri koroshya imikoranire na leta",
52
+ 351,Irembo's growth reflects the rising trend of digital services in Africa. #AfricanTech,Ukwaguka kwa Irembo kugaragaza izamuka rya serivise zikoranabuhanga muri Afurika,
53
+ 352,The wait time for service completion on Irembo needs improvement. Efficiency is key! #ServiceDelay,"Igihe cyo gutegereza serivisi ko irangira kuri Irembo gikwiye kunozwa, ibikora neza nirwo rufunguzo ",
54
+ 353,Impressed by how Irembo is enhancing digital literacy in Rwanda through its services. #TechForGood,Nanejejwe nuburyo Irembo irimo irateza imbere ubumenyi bwibanze mu ikoranabuhanga binyuze muri serivisi zabo,
55
+ 354,Irembo's model could be a blueprint for other African countries aiming for digital governance. #TechModel,Irembo ni icyitegererezo kubindi bihugu by Afurika bigamije imiyoborere ikoresha ikoranabuhanga,
56
+ 355,The mobile version of Irembo's site could use some enhancements for a better user experience. #MobileUX,Verisiyo igendanwa y'urubuga rwa Irembo ishobora gukenera kongerwaho ibintu kugira ngo ikoreshwe neza n'abayikoresha.,
57
+ 356,Irembo's impact on reducing bureaucracy in Rwanda is commendable. #GovernmentInnovation,Ingaruka Irembo yagize mu kugabanya imikorere y'inzego z'ibanze mu Rwanda ni nziza.,
58
+ 357,Irembo's journey from a startup to a key player in Rwanda's digital landscape is inspiring. #StartupGrowth,Urugendo rwa Irembo kuva itangira kugeza ku kuba umukinnyi w'ingenzi mu ikoranabuhanga ry'u Rwanda rurashishikaje.,
59
+ 358,Experienced some technical issues on Irembo's platform today. Hoping for a quick resolution. #TechGlitches,Twahuye n'ibibazo mw'ikoranabuhanga ku rubuga rwa Irembo. Twizeye ko birakemuka mu buryo bwihuse.,
60
+ 359,Irembo is not just a platform but a catalyst for Rwanda's digital revolution. #DigitalRwanda,Irembo ntabwo ari urubuga gusa ahubwo ni umusemburo w'ihinduka ry'ikoranabuhanga mu Rwanda.,
61
+ 360,Watching Irembo's expansion and its role in transforming public service delivery in Rwanda. #PublicServiceInnovation,Kureba uko Irembo yaguka n'uruhare rwayo mu guhindura itangwa n'imikorere ya serivisi rusange mu Rwanda.,
liquid/l1.mp3 ADDED
Binary file (53.2 kB). View file
 
liquid/l2.mp3 ADDED
Binary file (62.3 kB). View file
 
liquid/l3.mp3 ADDED
Binary file (57.5 kB). View file
 
liquid/l4.mp3 ADDED
Binary file (43.6 kB). View file
 
liquid/l5.mp3 ADDED
Binary file (45.4 kB). View file
 
liquid/l6.mp3 ADDED
Binary file (65.7 kB). View file
 
liquid/l7.mp3 ADDED
Binary file (54.2 kB). View file
 
main.py ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import openai
2
+ import pandas as pd
3
+ import streamlit as st
4
+ import matplotlib.pyplot as plt
5
+ from wordcloud import WordCloud
6
+ from dotenv import load_dotenv
7
+ import os
8
+ import time
9
+ import glob
10
+ from audio_predictions import AudioTranslation
11
+ # Load environment variables from .env file
12
+ load_dotenv(dotenv_path='file.env')
13
+
14
+ # Retrieve API key from .env file
15
+ API_KEY = os.getenv('OPENAI_API_KEY')
16
+ # Set the API key for OpenAI
17
+ openai.api_key = API_KEY
18
+ dataset_path = 'updated_company_tweets.csv'
19
+
20
+ @st.cache_data
21
+ def load_data():
22
+ main_sentiment_df = pd.read_csv('main_sentiment_df.csv')
23
+ kinya_df = pd.read_csv('kinya.csv')
24
+ return pd.merge(main_sentiment_df, kinya_df, on='tweet_id', how='left')
25
+ def list_audio_files(directory):
26
+ return glob.glob(os.path.join(directory, '*.mp3'))
27
+ # Function to display audio player widgets
28
+ def display_audio_players(audio_files, column):
29
+ for file in audio_files:
30
+ with column:
31
+ st.audio(file)
32
+ st.text(os.path.basename(file))
33
+ def process_audio_files(directories):
34
+ audio_translator = AudioTranslation()
35
+ results = []
36
+ for directory in directories:
37
+ audio_files = list_audio_files(f"{directory}/")
38
+ for file_path in audio_files:
39
+ transc = audio_translator.transcribe_audio(file_path)
40
+ translation_result = audio_translator.translate_sentence("rw", "en", "MULTI-rw-en", "", transc)
41
+ translation_text = translation_result #.get('translatedText') if translation_result else "Translation Failed"
42
+
43
+ results.append({
44
+ "filename": os.path.basename(file_path),
45
+ "company": directory,
46
+ "transcription": transc,
47
+ "translation": translation_text["translation"]
48
+ })
49
+
50
+ results_df = pd.DataFrame(results)
51
+ return results_df
52
+ def audio_analysis_page():
53
+ st.header("Audio Analysis")
54
+
55
+ # Display audio files in columns
56
+ col1, col2, col3 = st.columns(3)
57
+ with col1:
58
+ st.subheader("MTN")
59
+ mtn_files = list_audio_files("mtn/")
60
+ display_audio_players(mtn_files, col1)
61
+
62
+ with col2:
63
+ st.subheader("Liquid")
64
+ liquid_files = list_audio_files("liquid/")
65
+ display_audio_players(liquid_files, col2)
66
+
67
+ with col3:
68
+ st.subheader("Irembo")
69
+ irembo_files = list_audio_files("irembo/")
70
+ display_audio_players(irembo_files, col3)
71
+
72
+ # Process button (functionality to be defined)
73
+ if st.button("Process"):
74
+ #st.write("Process function not yet implemented")
75
+ results_df = process_audio_files(["mtn", "liquid", "irembo"])
76
+ st.dataframe(results_df)
77
+ # Process dataset for each company and display visualizations
78
+ for company in ["mtn", "liquid", "irembo"]:
79
+ st.write(f"Company: {company.upper()}")
80
+ company_data = process_dataset_for_audio(results_df, company)
81
+ display_audio_visualizations(company_data)
82
+ def display_audio_visualizations(company_data):
83
+ col1, col2 = st.columns(2)
84
+ with col1:
85
+ st.write("Sentiment Distribution")
86
+ pie_chart = generate_audiopie(company_data)
87
+ st.pyplot(pie_chart)
88
+ with col2:
89
+ st.write("Word Cloud for Translations")
90
+ word_cloud = generate_audioword_cloud(company_data)
91
+ st.pyplot(word_cloud)
92
+ def generate_audiopie(data):
93
+ start_time = time.time()
94
+ # Filter data for the selected company
95
+ company_data = data#[data['company_id'] == selected_company]
96
+ sentiment_counts = company_data['sentiment_score'].value_counts()
97
+ # Define colors for different sentiments
98
+ colors = {'Positive sentiment': 'green', 'Negative sentiment': 'red', 'Neutral': 'blue'}
99
+ pie_colors = [colors.get(sentiment) for sentiment in sentiment_counts.index]
100
+
101
+ fig, ax = plt.subplots(figsize=(10, 6))
102
+ ax.pie(sentiment_counts, labels=sentiment_counts.index, autopct='%1.1f%%', startangle=90, colors=pie_colors)
103
+ ax.axis('equal') # Keeps the pie chart circular
104
+ end_time = time.time()
105
+ print(f'Pie chart execution time: {end_time - start_time} seconds')
106
+ return fig
107
+ def generate_audioword_cloud(data):
108
+ start_time = time.time()
109
+ # Filter data for the selected company
110
+ company_data = data#[data['company_id'] == selected_company]
111
+ # Choose the appropriate text column based on the selected company's data
112
+ text_column = 'transcription'
113
+ text_data = ' '.join(company_data[text_column].dropna())
114
+ wordcloud = WordCloud(width=1000, height=600, background_color='white').generate(text_data)
115
+ fig, ax = plt.subplots()
116
+ ax.imshow(wordcloud, interpolation='bilinear')
117
+ ax.axis('off')
118
+ end_time = time.time()
119
+ print(f'Word cloud execution time: {end_time - start_time} seconds')
120
+ return fig
121
+ def display_company_visualizations(company_data):
122
+ col1, col2 = st.columns(2)
123
+ with col1:
124
+ st.write("Sentiment Distribution")
125
+ pie_chart = generate_pie_chart(company_data, company_data['company'].iloc[0])
126
+ st.pyplot(pie_chart)
127
+ with col2:
128
+ st.write("Word Cloud for Translations")
129
+ word_cloud = generate_word_cloud(company_data, company_data['translation'].iloc[0])
130
+ st.pyplot(word_cloud)
131
+
132
+ def analyze_sentiment(texts):
133
+ """Analyze the sentiment of a batch of texts using the OpenAI API."""
134
+ try:
135
+ responses = []
136
+ for text in texts:
137
+ response = openai.ChatCompletion.create(
138
+ model="gpt-3.5-turbo",
139
+ messages=[
140
+ {"role": "system", "content": "You are a sentiment analysis model."},
141
+ {"role": "user", "content": text}
142
+ ]
143
+ )
144
+ sentiment_response = response.choices[0].message['content']
145
+ if "positive" in sentiment_response.lower():
146
+ responses.append("Positive sentiment")
147
+ elif "negative" in sentiment_response.lower():
148
+ responses.append("Negative sentiment")
149
+ else:
150
+ responses.append('Neutral')
151
+ return responses
152
+ except Exception as e:
153
+ print(f"An error occurred: {e}")
154
+ return ["Error"] * len(texts)
155
+
156
+ @st.cache_data()
157
+ def process_dataset(data):
158
+ start_time = time.time()
159
+ text_column = 'text' #if 'translated_kinyarwanda_manual' in data.columns and \
160
+ # data['translated_kinyarwanda_manual'].notna().any() else 'text'
161
+ texts = data[text_column].tolist()
162
+ data['sentiment_score'] = analyze_sentiment(texts)
163
+ end_time = time.time()
164
+ print(f'process dataset execution time : {end_time - start_time} seconds')
165
+ data.to_csv('predictions.csv')
166
+ return data
167
+
168
+ def generate_pie_chart(data, selected_company):
169
+ start_time = time.time()
170
+ # Filter data for the selected company
171
+ company_data = data[data['company_id'] == selected_company]
172
+ sentiment_counts = company_data['sentiment_score'].value_counts()
173
+ colors = {'Positive sentiment': 'green', 'Negative sentiment': 'red', 'Neutral': 'blue'}
174
+ pie_colors = [colors.get(sentiment) for sentiment in sentiment_counts.index]
175
+
176
+ fig, ax = plt.subplots(figsize=(10, 6))
177
+ ax.pie(sentiment_counts, labels=sentiment_counts.index, autopct='%1.1f%%', startangle=90, colors=pie_colors)
178
+ ax.axis('equal') # Keeps the pie chart circular
179
+ end_time = time.time()
180
+ print(f'Pie chart execution time: {end_time - start_time} seconds')
181
+ return fig
182
+
183
+ def generate_word_cloud(data, selected_company):
184
+ start_time = time.time()
185
+ # Filter data for the selected company
186
+ company_data = data[data['company_id'] == selected_company]
187
+ # Choose the appropriate text column based on the selected company's data
188
+ if 'translated_kinyarwanda_manual' in company_data.columns and company_data['translated_kinyarwanda_manual'].notna().any():
189
+ text_column = 'translated_kinyarwanda_manual'
190
+ else:
191
+ text_column = 'text'
192
+ text_data = ' '.join(company_data[text_column].dropna())
193
+ wordcloud = WordCloud(width=1000, height=600, background_color='white').generate(text_data)
194
+ fig, ax = plt.subplots()
195
+ ax.imshow(wordcloud, interpolation='bilinear')
196
+ ax.axis('off')
197
+ end_time = time.time()
198
+ print(f'Word cloud execution time: {end_time - start_time} seconds')
199
+ return fig
200
+
201
+ def generate_time_series_chart(data, selected_company):
202
+ start_time = time.time()
203
+ # Filter data for the selected company
204
+ company_data = data[data['company_id'] == selected_company]
205
+ company_data['date'] = pd.to_datetime(company_data['date'])
206
+ company_data.sort_values('date', inplace=True)
207
+ grouped = company_data.groupby([company_data['date'].dt.date, 'sentiment_score']).size().unstack().fillna(0)
208
+ # Define colors for different sentiments
209
+ colors = {'Positive sentiment': 'green', 'Negative sentiment': 'red', 'Neutral': 'blue'}
210
+
211
+ fig, ax = plt.subplots(figsize=(10, 6))
212
+ # Plot each sentiment score with its corresponding color
213
+ for sentiment in grouped.columns:
214
+ ax.plot(grouped.index, grouped[sentiment], label=sentiment, color=colors.get(sentiment, 'black'))
215
+
216
+ # grouped.plot(kind='line', ax=ax)
217
+ ax.set_title('Sentiment Over Time')
218
+ ax.set_xlabel('Date')
219
+ ax.set_ylabel('Count')
220
+ ax.legend()
221
+ end_time = time.time()
222
+ print(f'Time series chart execution time: {end_time - start_time} seconds')
223
+ return fig
224
+
225
+ @st.cache_data()
226
+ def process_dataset_for_company(company_data):
227
+ start_time = time.time()
228
+ # Determine the column to analyze based on 'translated_kinyarwanda_manual' availability
229
+ analyze_column = 'english' if 'translated_kinyarwanda_manual' in company_data.columns and \
230
+ company_data['translated_kinyarwanda_manual'].notna().any() else 'text'
231
+ texts = company_data[analyze_column].tolist()
232
+ company_data['sentiment_score'] = analyze_sentiment(texts)
233
+ end_time = time.time()
234
+ print(f'process_dataset_for_company execution time: {end_time - start_time} seconds')
235
+ return company_data
236
+ @st.cache_data()
237
+ def process_dataset_for_audio(company_data, company):
238
+ result = company_data[company_data.company==company]
239
+ start_time = time.time()
240
+ # Determine the column to analyze based on 'translated_kinyarwanda_manual' availability
241
+ analyze_column = 'translation'
242
+ texts = result[analyze_column].tolist()
243
+ result['sentiment_score'] = analyze_sentiment(texts)
244
+ end_time = time.time()
245
+ print(f'process_dataset_for_company execution time: {end_time - start_time} seconds')
246
+ return result
247
+
248
+ def display_charts(data, selected_company):
249
+ col1, col2 = st.columns(2)
250
+ with col1:
251
+ st.write("Sentiment Distribution")
252
+ pie_chart = generate_pie_chart(data, selected_company)
253
+ st.pyplot(pie_chart)
254
+ with col2:
255
+ st.write("Word Cloud for Text")
256
+ word_cloud = generate_word_cloud(data, selected_company)
257
+ st.pyplot(word_cloud)
258
+ st.write('Sentiment Trend Over Time')
259
+ time_series_chart = generate_time_series_chart(data, selected_company)
260
+ st.pyplot(time_series_chart)
261
+
262
+ def display_sampled_data(data):
263
+ sampled_data = pd.DataFrame()
264
+ for company in data['company_id'].unique():
265
+ company_data = data[data['company_id'] == company]
266
+ unique_profiles = company_data.drop_duplicates(subset='profile_name')
267
+ sampled_company_data = unique_profiles.sample(n=min(5, len(unique_profiles)), replace=False)
268
+ if 'translated_kinyarwanda_manual' in company_data.columns and company_data['translated_kinyarwanda_manual'].notna().any():
269
+ sampled_company_data['text'] = sampled_company_data['translated_kinyarwanda_manual']
270
+ sampled_data = pd.concat([sampled_data, sampled_company_data], ignore_index=True)
271
+ columns_to_display = ['tweet_id', 'company_id', 'user_id', 'profile_name', 'text', 'date']
272
+ st.dataframe(sampled_data[columns_to_display])
273
+
274
+ def run_online_mode(data):
275
+ company_list = data['company_id'].unique()
276
+ selected_company = st.selectbox('Select a Company', company_list)
277
+ if selected_company:
278
+ company_data = data[data['company_id'] == selected_company]
279
+ st.write(f'Sample of the collected data for {selected_company}')
280
+ st.dataframe(company_data.head(10))
281
+ processed_data = process_dataset_for_company(company_data)
282
+ display_charts(processed_data, selected_company)
283
+
284
+ def run_batch_processing_mode():
285
+ if os.path.exists('predictions.csv'):
286
+ processed_data = pd.read_csv('predictions.csv')
287
+ else:
288
+ data = load_data()
289
+ processed_data = process_dataset(data)
290
+ processed_data.to_csv('predictions.csv', index=False)
291
+ company_list = processed_data['company_id'].unique()
292
+ selected_company = st.selectbox('Select a Company', company_list)
293
+ if selected_company:
294
+ company_data = processed_data[processed_data['company_id'] == selected_company]
295
+ st.write(f'Sample of the collected data for {selected_company}')
296
+ st.dataframe(company_data.head(10))
297
+ display_charts(company_data, selected_company)
298
+ def sentiment_analysis_page():
299
+ st.title('Company Sentiment Analysis')
300
+ processing_mode = st.selectbox("Choose Processing Mode", ["Batch Processing", "Online"])
301
+ data = load_data()
302
+ display_sampled_data(data)
303
+ if processing_mode == "Online":
304
+ run_online_mode(data)
305
+ else:
306
+ run_batch_processing_mode()
307
+
308
+ def main():
309
+ st.sidebar.title('Navigation')
310
+ page = st.sidebar.radio("Select a Page", ["Sentiment Analysis", "Audio Analysis"])
311
+ if page == "Sentiment Analysis":
312
+ sentiment_analysis_page()
313
+ elif page =="Audio Analysis":
314
+ audio_analysis_page()
315
+
316
+ if __name__ == "__main__":
317
+ main()
main_sentiment_df.csv ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tweet_id,company_id,user_id,profile_name,summary,text,date
2
+ 1,Apple,1,User_1,Positive,Incredible service!,2023-06-26 10:01:53
3
+ 2,Apple,2,User_2,Positive,Loving the new product.,2023-02-21 10:01:53
4
+ 3,Apple,3,User_3,Positive,Fantastic experience!,2023-05-02 10:01:53
5
+ 4,Apple,4,User_4,Positive,Very satisfied with the results.,2023-07-16 10:01:53
6
+ 5,Apple,5,User_5,Positive,Exceeds my expectations.,2023-11-24 10:01:53
7
+ 6,Apple,6,User_6,Negative,Very disappointed!,2023-09-13 10:01:53
8
+ 7,Apple,7,User_7,Negative,Poor customer service.,2023-07-19 10:01:53
9
+ 8,Apple,8,User_8,Negative,Not worth the money.,2023-12-30 10:01:53
10
+ 9,Apple,9,User_9,Negative,Had a bad experience.,2023-01-14 10:01:53
11
+ 10,Apple,10,User_10,Negative,Would not recommend.,2023-08-04 10:01:53
12
+ 11,Apple,11,User_11,Neutral,It was okay.,2023-10-09 10:01:53
13
+ 12,Apple,12,User_12,Neutral,Nothing special but not bad.,2023-09-04 10:01:53
14
+ 13,Apple,13,User_13,Neutral,Average experience.,2023-10-24 10:01:53
15
+ 14,Apple,14,User_14,Neutral,Nothing to complain about.,2023-04-02 10:01:53
16
+ 15,Apple,15,User_15,Neutral,Met my expectations.,2023-03-16 10:01:53
17
+ 16,Apple,16,User_16,Positive,Incredible service!,2023-04-03 10:01:53
18
+ 17,Apple,17,User_17,Positive,Loving the new product.,2023-11-15 10:01:53
19
+ 18,Apple,18,User_18,Positive,Fantastic experience!,2023-07-17 10:01:53
20
+ 19,Apple,19,User_19,Positive,Very satisfied with the results.,2023-02-13 10:01:53
21
+ 20,Apple,20,User_20,Positive,Exceeds my expectations.,2023-04-02 10:01:53
22
+ 21,Apple,21,User_21,Negative,Very disappointed!,2023-06-28 10:01:53
23
+ 22,Apple,22,User_22,Negative,Poor customer service.,2023-04-03 10:01:53
24
+ 23,Apple,23,User_23,Negative,Not worth the money.,2023-12-08 10:01:53
25
+ 24,Apple,24,User_24,Negative,Had a bad experience.,2023-06-19 10:01:53
26
+ 25,Apple,25,User_25,Negative,Would not recommend.,2023-01-30 10:01:53
27
+ 26,Apple,26,User_26,Neutral,It was okay.,2023-12-04 10:01:53
28
+ 27,Apple,27,User_27,Neutral,Nothing special but not bad.,2023-03-18 10:01:53
29
+ 28,Apple,28,User_28,Neutral,Average experience.,2023-09-27 10:01:53
30
+ 29,Apple,29,User_29,Neutral,Nothing to complain about.,2023-04-30 10:01:53
31
+ 30,Apple,30,User_30,Neutral,Met my expectations.,2023-09-05 10:01:53
32
+ 31,Walmart,31,User_31,Positive,Incredible service!,2023-07-21 10:01:53
33
+ 32,Walmart,32,User_32,Positive,Loving the new product.,2023-12-06 10:01:53
34
+ 33,Walmart,33,User_33,Positive,Fantastic experience!,2023-12-09 10:01:53
35
+ 34,Walmart,34,User_34,Positive,Very satisfied with the results.,2023-04-14 10:01:53
36
+ 35,Walmart,35,User_35,Positive,Exceeds my expectations.,2023-07-01 10:01:53
37
+ 36,Walmart,36,User_36,Negative,Very disappointed!,2023-09-05 10:01:53
38
+ 37,Walmart,37,User_37,Negative,Poor customer service.,2023-10-17 10:01:53
39
+ 38,Walmart,38,User_38,Negative,Not worth the money.,2023-06-01 10:01:53
40
+ 39,Walmart,39,User_39,Negative,Had a bad experience.,2023-06-01 10:01:53
41
+ 40,Walmart,40,User_40,Negative,Would not recommend.,2023-10-20 10:01:53
42
+ 41,Walmart,41,User_41,Neutral,It was okay.,2023-09-27 10:01:53
43
+ 42,Walmart,42,User_42,Neutral,Nothing special but not bad.,2023-07-09 10:01:53
44
+ 43,Walmart,43,User_43,Neutral,Average experience.,2023-05-12 10:01:53
45
+ 44,Walmart,44,User_44,Neutral,Nothing to complain about.,2023-02-06 10:01:53
46
+ 45,Walmart,45,User_45,Neutral,Met my expectations.,2023-02-05 10:01:53
47
+ 46,Walmart,46,User_46,Positive,Incredible service!,2023-07-26 10:01:53
48
+ 47,Walmart,47,User_47,Positive,Loving the new product.,2023-09-06 10:01:53
49
+ 48,Walmart,48,User_48,Positive,Fantastic experience!,2023-06-05 10:01:53
50
+ 49,Walmart,49,User_49,Positive,Very satisfied with the results.,2023-06-17 10:01:53
51
+ 50,Walmart,50,User_50,Positive,Exceeds my expectations.,2023-07-07 10:01:53
52
+ 51,Walmart,51,User_51,Negative,Very disappointed!,2023-02-02 10:01:53
53
+ 52,Walmart,52,User_52,Negative,Poor customer service.,2023-10-22 10:01:53
54
+ 53,Walmart,53,User_53,Negative,Not worth the money.,2023-05-13 10:01:53
55
+ 54,Walmart,54,User_54,Negative,Had a bad experience.,2023-05-13 10:01:53
56
+ 55,Walmart,55,User_55,Negative,Would not recommend.,2023-02-27 10:01:53
57
+ 56,Walmart,56,User_56,Neutral,It was okay.,2023-02-12 10:01:53
58
+ 57,Walmart,57,User_57,Neutral,Nothing special but not bad.,2023-09-06 10:01:53
59
+ 58,Walmart,58,User_58,Neutral,Average experience.,2023-10-05 10:01:53
60
+ 59,Walmart,59,User_59,Neutral,Nothing to complain about.,2023-12-06 10:01:53
61
+ 60,Walmart,60,User_60,Neutral,Met my expectations.,2023-04-20 10:01:53
62
+ 61,Amazon,61,User_61,Positive,Incredible service!,2023-02-16 10:01:53
63
+ 62,Amazon,62,User_62,Positive,Loving the new product.,2023-02-05 10:01:53
64
+ 63,Amazon,63,User_63,Positive,Fantastic experience!,2023-09-19 10:01:53
65
+ 64,Amazon,64,User_64,Positive,Very satisfied with the results.,2023-11-22 10:01:53
66
+ 65,Amazon,65,User_65,Positive,Exceeds my expectations.,2023-03-03 10:01:53
67
+ 66,Amazon,66,User_66,Negative,Very disappointed!,2023-10-23 10:01:53
68
+ 67,Amazon,67,User_67,Negative,Poor customer service.,2023-12-29 10:01:53
69
+ 68,Amazon,68,User_68,Negative,Not worth the money.,2023-05-04 10:01:53
70
+ 69,Amazon,69,User_69,Negative,Had a bad experience.,2023-09-29 10:01:53
71
+ 70,Amazon,70,User_70,Negative,Would not recommend.,2023-03-28 10:01:53
72
+ 71,Amazon,71,User_71,Neutral,It was okay.,2023-04-06 10:01:53
73
+ 72,Amazon,72,User_72,Neutral,Nothing special but not bad.,2023-04-14 10:01:53
74
+ 73,Amazon,73,User_73,Neutral,Average experience.,2023-02-27 10:01:53
75
+ 74,Amazon,74,User_74,Neutral,Nothing to complain about.,2023-05-06 10:01:53
76
+ 75,Amazon,75,User_75,Neutral,Met my expectations.,2023-03-30 10:01:53
77
+ 76,Amazon,76,User_76,Positive,Incredible service!,2023-07-27 10:01:53
78
+ 77,Amazon,77,User_77,Positive,Loving the new product.,2023-11-25 10:01:53
79
+ 78,Amazon,78,User_78,Positive,Fantastic experience!,2023-09-24 10:01:53
80
+ 79,Amazon,79,User_79,Positive,Very satisfied with the results.,2023-02-21 10:01:53
81
+ 80,Amazon,80,User_80,Positive,Exceeds my expectations.,2023-05-12 10:01:53
82
+ 81,Amazon,81,User_81,Negative,Very disappointed!,2023-05-16 10:01:53
83
+ 82,Amazon,82,User_82,Negative,Poor customer service.,2023-12-27 10:01:53
84
+ 83,Amazon,83,User_83,Negative,Not worth the money.,2023-07-04 10:01:53
85
+ 84,Amazon,84,User_84,Negative,Had a bad experience.,2023-12-05 10:01:53
86
+ 85,Amazon,85,User_85,Negative,Would not recommend.,2023-05-28 10:01:53
87
+ 86,Amazon,86,User_86,Neutral,It was okay.,2023-06-02 10:01:53
88
+ 87,Amazon,87,User_87,Neutral,Nothing special but not bad.,2023-08-20 10:01:53
89
+ 88,Amazon,88,User_88,Neutral,Average experience.,2023-10-11 10:01:53
90
+ 89,Amazon,89,User_89,Neutral,Nothing to complain about.,2023-07-31 10:01:53
91
+ 90,Amazon,90,User_90,Neutral,Met my expectations.,2023-12-12 10:01:53
92
+ 91,ExxonMobil,91,User_91,Positive,Incredible service!,2023-02-22 10:01:53
93
+ 92,ExxonMobil,92,User_92,Positive,Loving the new product.,2023-11-06 10:01:53
94
+ 93,ExxonMobil,93,User_93,Positive,Fantastic experience!,2023-03-15 10:01:53
95
+ 94,ExxonMobil,94,User_94,Positive,Very satisfied with the results.,2023-06-23 10:01:53
96
+ 95,ExxonMobil,95,User_95,Positive,Exceeds my expectations.,2023-06-17 10:01:53
97
+ 96,ExxonMobil,96,User_96,Negative,Very disappointed!,2023-04-10 10:01:53
98
+ 97,ExxonMobil,97,User_97,Negative,Poor customer service.,2023-07-21 10:01:53
99
+ 98,ExxonMobil,98,User_98,Negative,Not worth the money.,2023-04-09 10:01:53
100
+ 99,ExxonMobil,99,User_99,Negative,Had a bad experience.,2023-09-18 10:01:53
101
+ 100,ExxonMobil,100,User_100,Negative,Would not recommend.,2023-07-02 10:01:53
102
+ 101,ExxonMobil,101,User_101,Neutral,It was okay.,2023-10-24 10:01:53
103
+ 102,ExxonMobil,102,User_102,Neutral,Nothing special but not bad.,2023-11-05 10:01:53
104
+ 103,ExxonMobil,103,User_103,Neutral,Average experience.,2023-12-20 10:01:53
105
+ 104,ExxonMobil,104,User_104,Neutral,Nothing to complain about.,2023-04-13 10:01:53
106
+ 105,ExxonMobil,105,User_105,Neutral,Met my expectations.,2023-02-16 10:01:53
107
+ 106,ExxonMobil,106,User_106,Positive,Incredible service!,2023-07-25 10:01:53
108
+ 107,ExxonMobil,107,User_107,Positive,Loving the new product.,2023-01-05 10:01:53
109
+ 108,ExxonMobil,108,User_108,Positive,Fantastic experience!,2023-02-17 10:01:53
110
+ 109,ExxonMobil,109,User_109,Positive,Very satisfied with the results.,2023-01-28 10:01:53
111
+ 110,ExxonMobil,110,User_110,Positive,Exceeds my expectations.,2023-07-11 10:01:53
112
+ 111,ExxonMobil,111,User_111,Negative,Very disappointed!,2023-05-15 10:01:53
113
+ 112,ExxonMobil,112,User_112,Negative,Poor customer service.,2023-04-13 10:01:53
114
+ 113,ExxonMobil,113,User_113,Negative,Not worth the money.,2023-03-08 10:01:53
115
+ 114,ExxonMobil,114,User_114,Negative,Had a bad experience.,2023-08-15 10:01:53
116
+ 115,ExxonMobil,115,User_115,Negative,Would not recommend.,2023-05-08 10:01:53
117
+ 116,ExxonMobil,116,User_116,Neutral,It was okay.,2023-03-28 10:01:53
118
+ 117,ExxonMobil,117,User_117,Neutral,Nothing special but not bad.,2023-08-20 10:01:53
119
+ 118,ExxonMobil,118,User_118,Neutral,Average experience.,2023-06-02 10:01:53
120
+ 119,ExxonMobil,119,User_119,Neutral,Nothing to complain about.,2023-08-02 10:01:53
121
+ 120,ExxonMobil,120,User_120,Neutral,Met my expectations.,2023-02-24 10:01:53
122
+ 121,CVS Health,121,User_121,Positive,Incredible service!,2023-10-02 10:01:53
123
+ 122,CVS Health,122,User_122,Positive,Loving the new product.,2023-02-15 10:01:53
124
+ 123,CVS Health,123,User_123,Positive,Fantastic experience!,2023-03-04 10:01:53
125
+ 124,CVS Health,124,User_124,Positive,Very satisfied with the results.,2023-07-17 10:01:53
126
+ 125,CVS Health,125,User_125,Positive,Exceeds my expectations.,2023-02-10 10:01:53
127
+ 126,CVS Health,126,User_126,Negative,Very disappointed!,2023-09-28 10:01:53
128
+ 127,CVS Health,127,User_127,Negative,Poor customer service.,2023-04-01 10:01:53
129
+ 128,CVS Health,128,User_128,Negative,Not worth the money.,2023-02-17 10:01:53
130
+ 129,CVS Health,129,User_129,Negative,Had a bad experience.,2023-12-31 10:01:53
131
+ 130,CVS Health,130,User_130,Negative,Would not recommend.,2023-01-16 10:01:53
132
+ 131,CVS Health,131,User_131,Neutral,It was okay.,2023-09-20 10:01:53
133
+ 132,CVS Health,132,User_132,Neutral,Nothing special but not bad.,2023-11-08 10:01:53
134
+ 133,CVS Health,133,User_133,Neutral,Average experience.,2023-03-26 10:01:53
135
+ 134,CVS Health,134,User_134,Neutral,Nothing to complain about.,2023-02-06 10:01:53
136
+ 135,CVS Health,135,User_135,Neutral,Met my expectations.,2023-07-06 10:01:53
137
+ 136,CVS Health,136,User_136,Positive,Incredible service!,2023-05-13 10:01:53
138
+ 137,CVS Health,137,User_137,Positive,Loving the new product.,2023-10-26 10:01:53
139
+ 138,CVS Health,138,User_138,Positive,Fantastic experience!,2023-10-07 10:01:53
140
+ 139,CVS Health,139,User_139,Positive,Very satisfied with the results.,2023-06-28 10:01:53
141
+ 140,CVS Health,140,User_140,Positive,Exceeds my expectations.,2023-02-16 10:01:53
142
+ 141,CVS Health,141,User_141,Negative,Very disappointed!,2023-07-08 10:01:53
143
+ 142,CVS Health,142,User_142,Negative,Poor customer service.,2023-03-23 10:01:53
144
+ 143,CVS Health,143,User_143,Negative,Not worth the money.,2023-10-18 10:01:53
145
+ 144,CVS Health,144,User_144,Negative,Had a bad experience.,2023-10-12 10:01:53
146
+ 145,CVS Health,145,User_145,Negative,Would not recommend.,2023-05-10 10:01:53
147
+ 146,CVS Health,146,User_146,Neutral,It was okay.,2023-09-20 10:01:53
148
+ 147,CVS Health,147,User_147,Neutral,Nothing special but not bad.,2023-01-08 10:01:53
149
+ 148,CVS Health,148,User_148,Neutral,Average experience.,2023-04-09 10:01:53
150
+ 149,CVS Health,149,User_149,Neutral,Nothing to complain about.,2023-08-19 10:01:53
151
+ 150,CVS Health,150,User_150,Neutral,Met my expectations.,2024-01-03 10:01:53
152
+ 151,Berkshire Hathaway,151,User_151,Positive,Incredible service!,2023-10-01 10:01:53
153
+ 152,Berkshire Hathaway,152,User_152,Positive,Loving the new product.,2023-10-28 10:01:53
154
+ 153,Berkshire Hathaway,153,User_153,Positive,Fantastic experience!,2023-11-29 10:01:53
155
+ 154,Berkshire Hathaway,154,User_154,Positive,Very satisfied with the results.,2023-01-24 10:01:53
156
+ 155,Berkshire Hathaway,155,User_155,Positive,Exceeds my expectations.,2023-04-10 10:01:53
157
+ 156,Berkshire Hathaway,156,User_156,Negative,Very disappointed!,2023-11-29 10:01:53
158
+ 157,Berkshire Hathaway,157,User_157,Negative,Poor customer service.,2023-09-10 10:01:53
159
+ 158,Berkshire Hathaway,158,User_158,Negative,Not worth the money.,2023-07-04 10:01:53
160
+ 159,Berkshire Hathaway,159,User_159,Negative,Had a bad experience.,2023-11-24 10:01:53
161
+ 160,Berkshire Hathaway,160,User_160,Negative,Would not recommend.,2023-11-18 10:01:53
162
+ 161,Berkshire Hathaway,161,User_161,Neutral,It was okay.,2023-10-02 10:01:53
163
+ 162,Berkshire Hathaway,162,User_162,Neutral,Nothing special but not bad.,2023-12-23 10:01:53
164
+ 163,Berkshire Hathaway,163,User_163,Neutral,Average experience.,2023-09-22 10:01:53
165
+ 164,Berkshire Hathaway,164,User_164,Neutral,Nothing to complain about.,2023-08-30 10:01:53
166
+ 165,Berkshire Hathaway,165,User_165,Neutral,Met my expectations.,2023-05-24 10:01:53
167
+ 166,Berkshire Hathaway,166,User_166,Positive,Incredible service!,2023-04-01 10:01:53
168
+ 167,Berkshire Hathaway,167,User_167,Positive,Loving the new product.,2023-04-24 10:01:53
169
+ 168,Berkshire Hathaway,168,User_168,Positive,Fantastic experience!,2023-12-02 10:01:53
170
+ 169,Berkshire Hathaway,169,User_169,Positive,Very satisfied with the results.,2023-07-08 10:01:53
171
+ 170,Berkshire Hathaway,170,User_170,Positive,Exceeds my expectations.,2023-01-21 10:01:53
172
+ 171,Berkshire Hathaway,171,User_171,Negative,Very disappointed!,2023-06-06 10:01:53
173
+ 172,Berkshire Hathaway,172,User_172,Negative,Poor customer service.,2023-06-03 10:01:53
174
+ 173,Berkshire Hathaway,173,User_173,Negative,Not worth the money.,2023-04-25 10:01:53
175
+ 174,Berkshire Hathaway,174,User_174,Negative,Had a bad experience.,2023-01-30 10:01:53
176
+ 175,Berkshire Hathaway,175,User_175,Negative,Would not recommend.,2023-05-02 10:01:53
177
+ 176,Berkshire Hathaway,176,User_176,Neutral,It was okay.,2023-03-29 10:01:53
178
+ 177,Berkshire Hathaway,177,User_177,Neutral,Nothing special but not bad.,2023-06-15 10:01:53
179
+ 178,Berkshire Hathaway,178,User_178,Neutral,Average experience.,2023-12-31 10:01:53
180
+ 179,Berkshire Hathaway,179,User_179,Neutral,Nothing to complain about.,2023-08-21 10:01:53
181
+ 180,Berkshire Hathaway,180,User_180,Neutral,Met my expectations.,2023-09-13 10:01:53
182
+ 181,Alphabet (Google),181,User_181,Positive,Incredible service!,2023-05-06 10:01:53
183
+ 182,Alphabet (Google),182,User_182,Positive,Loving the new product.,2023-11-27 10:01:53
184
+ 183,Alphabet (Google),183,User_183,Positive,Fantastic experience!,2023-10-19 10:01:53
185
+ 184,Alphabet (Google),184,User_184,Positive,Very satisfied with the results.,2023-01-18 10:01:53
186
+ 185,Alphabet (Google),185,User_185,Positive,Exceeds my expectations.,2023-11-28 10:01:53
187
+ 186,Alphabet (Google),186,User_186,Negative,Very disappointed!,2023-07-08 10:01:53
188
+ 187,Alphabet (Google),187,User_187,Negative,Poor customer service.,2023-06-06 10:01:53
189
+ 188,Alphabet (Google),188,User_188,Negative,Not worth the money.,2023-03-25 10:01:53
190
+ 189,Alphabet (Google),189,User_189,Negative,Had a bad experience.,2023-02-15 10:01:53
191
+ 190,Alphabet (Google),190,User_190,Negative,Would not recommend.,2023-10-06 10:01:53
192
+ 191,Alphabet (Google),191,User_191,Neutral,It was okay.,2023-02-14 10:01:53
193
+ 192,Alphabet (Google),192,User_192,Neutral,Nothing special but not bad.,2023-07-31 10:01:53
194
+ 193,Alphabet (Google),193,User_193,Neutral,Average experience.,2023-09-29 10:01:53
195
+ 194,Alphabet (Google),194,User_194,Neutral,Nothing to complain about.,2023-06-20 10:01:53
196
+ 195,Alphabet (Google),195,User_195,Neutral,Met my expectations.,2023-04-26 10:01:53
197
+ 196,Alphabet (Google),196,User_196,Positive,Incredible service!,2023-12-20 10:01:53
198
+ 197,Alphabet (Google),197,User_197,Positive,Loving the new product.,2023-05-14 10:01:53
199
+ 198,Alphabet (Google),198,User_198,Positive,Fantastic experience!,2023-08-16 10:01:53
200
+ 199,Alphabet (Google),199,User_199,Positive,Very satisfied with the results.,2023-11-01 10:01:53
201
+ 200,Alphabet (Google),200,User_200,Positive,Exceeds my expectations.,2023-08-09 10:01:53
202
+ 201,Alphabet (Google),201,User_201,Negative,Very disappointed!,2023-01-29 10:01:53
203
+ 202,Alphabet (Google),202,User_202,Negative,Poor customer service.,2023-03-13 10:01:53
204
+ 203,Alphabet (Google),203,User_203,Negative,Not worth the money.,2023-09-21 10:01:53
205
+ 204,Alphabet (Google),204,User_204,Negative,Had a bad experience.,2023-08-27 10:01:53
206
+ 205,Alphabet (Google),205,User_205,Negative,Would not recommend.,2023-07-28 10:01:53
207
+ 206,Alphabet (Google),206,User_206,Neutral,It was okay.,2023-10-23 10:01:53
208
+ 207,Alphabet (Google),207,User_207,Neutral,Nothing special but not bad.,2023-08-07 10:01:53
209
+ 208,Alphabet (Google),208,User_208,Neutral,Average experience.,2023-07-13 10:01:53
210
+ 209,Alphabet (Google),209,User_209,Neutral,Nothing to complain about.,2023-07-21 10:01:53
211
+ 210,Alphabet (Google),210,User_210,Neutral,Met my expectations.,2023-08-08 10:01:53
212
+ 211,Facebook,211,User_211,Positive,Incredible service!,2023-02-17 10:01:53
213
+ 212,Facebook,212,User_212,Positive,Loving the new product.,2023-02-06 10:01:53
214
+ 213,Facebook,213,User_213,Positive,Fantastic experience!,2023-01-16 10:01:53
215
+ 214,Facebook,214,User_214,Positive,Very satisfied with the results.,2023-04-19 10:01:53
216
+ 215,Facebook,215,User_215,Positive,Exceeds my expectations.,2023-08-05 10:01:53
217
+ 216,Facebook,216,User_216,Negative,Very disappointed!,2023-05-23 10:01:53
218
+ 217,Facebook,217,User_217,Negative,Poor customer service.,2023-07-06 10:01:53
219
+ 218,Facebook,218,User_218,Negative,Not worth the money.,2023-05-10 10:01:53
220
+ 219,Facebook,219,User_219,Negative,Had a bad experience.,2023-06-10 10:01:53
221
+ 220,Facebook,220,User_220,Negative,Would not recommend.,2023-04-26 10:01:53
222
+ 221,Facebook,221,User_221,Neutral,It was okay.,2023-09-20 10:01:53
223
+ 222,Facebook,222,User_222,Neutral,Nothing special but not bad.,2023-02-01 10:01:53
224
+ 223,Facebook,223,User_223,Neutral,Average experience.,2023-08-10 10:01:53
225
+ 224,Facebook,224,User_224,Neutral,Nothing to complain about.,2023-06-05 10:01:53
226
+ 225,Facebook,225,User_225,Neutral,Met my expectations.,2023-11-10 10:01:53
227
+ 226,Facebook,226,User_226,Positive,Incredible service!,2023-11-08 10:01:53
228
+ 227,Facebook,227,User_227,Positive,Loving the new product.,2023-06-28 10:01:53
229
+ 228,Facebook,228,User_228,Positive,Fantastic experience!,2023-06-02 10:01:53
230
+ 229,Facebook,229,User_229,Positive,Very satisfied with the results.,2023-02-03 10:01:53
231
+ 230,Facebook,230,User_230,Positive,Exceeds my expectations.,2023-03-13 10:01:53
232
+ 231,Facebook,231,User_231,Negative,Very disappointed!,2023-02-09 10:01:53
233
+ 232,Facebook,232,User_232,Negative,Poor customer service.,2023-10-27 10:01:53
234
+ 233,Facebook,233,User_233,Negative,Not worth the money.,2023-03-19 10:01:53
235
+ 234,Facebook,234,User_234,Negative,Had a bad experience.,2023-10-29 10:01:53
236
+ 235,Facebook,235,User_235,Negative,Would not recommend.,2023-11-03 10:01:53
237
+ 236,Facebook,236,User_236,Neutral,It was okay.,2023-08-11 10:01:53
238
+ 237,Facebook,237,User_237,Neutral,Nothing special but not bad.,2024-01-04 10:01:53
239
+ 238,Facebook,238,User_238,Neutral,Average experience.,2023-09-21 10:01:53
240
+ 239,Facebook,239,User_239,Neutral,Nothing to complain about.,2023-10-19 10:01:53
241
+ 240,Facebook,240,User_240,Neutral,Met my expectations.,2023-09-27 10:01:53
242
+ 241,JPMorgan Chase,241,User_241,Positive,Incredible service!,2023-02-01 10:01:53
243
+ 242,JPMorgan Chase,242,User_242,Positive,Loving the new product.,2023-07-23 10:01:53
244
+ 243,JPMorgan Chase,243,User_243,Positive,Fantastic experience!,2023-03-07 10:01:53
245
+ 244,JPMorgan Chase,244,User_244,Positive,Very satisfied with the results.,2023-12-12 10:01:53
246
+ 245,JPMorgan Chase,245,User_245,Positive,Exceeds my expectations.,2023-12-24 10:01:53
247
+ 246,JPMorgan Chase,246,User_246,Negative,Very disappointed!,2023-02-18 10:01:53
248
+ 247,JPMorgan Chase,247,User_247,Negative,Poor customer service.,2023-10-22 10:01:53
249
+ 248,JPMorgan Chase,248,User_248,Negative,Not worth the money.,2023-04-03 10:01:53
250
+ 249,JPMorgan Chase,249,User_249,Negative,Had a bad experience.,2023-02-07 10:01:53
251
+ 250,JPMorgan Chase,250,User_250,Negative,Would not recommend.,2023-05-18 10:01:53
252
+ 251,JPMorgan Chase,251,User_251,Neutral,It was okay.,2023-08-25 10:01:53
253
+ 252,JPMorgan Chase,252,User_252,Neutral,Nothing special but not bad.,2023-09-17 10:01:53
254
+ 253,JPMorgan Chase,253,User_253,Neutral,Average experience.,2023-02-10 10:01:53
255
+ 254,JPMorgan Chase,254,User_254,Neutral,Nothing to complain about.,2023-09-18 10:01:53
256
+ 255,JPMorgan Chase,255,User_255,Neutral,Met my expectations.,2023-10-22 10:01:53
257
+ 256,JPMorgan Chase,256,User_256,Positive,Incredible service!,2023-07-21 10:01:53
258
+ 257,JPMorgan Chase,257,User_257,Positive,Loving the new product.,2023-09-16 10:01:53
259
+ 258,JPMorgan Chase,258,User_258,Positive,Fantastic experience!,2023-03-26 10:01:53
260
+ 259,JPMorgan Chase,259,User_259,Positive,Very satisfied with the results.,2023-05-21 10:01:53
261
+ 260,JPMorgan Chase,260,User_260,Positive,Exceeds my expectations.,2023-07-13 10:01:53
262
+ 261,JPMorgan Chase,261,User_261,Negative,Very disappointed!,2023-05-14 10:01:53
263
+ 262,JPMorgan Chase,262,User_262,Negative,Poor customer service.,2023-08-02 10:01:53
264
+ 263,JPMorgan Chase,263,User_263,Negative,Not worth the money.,2023-10-23 10:01:53
265
+ 264,JPMorgan Chase,264,User_264,Negative,Had a bad experience.,2023-12-18 10:01:53
266
+ 265,JPMorgan Chase,265,User_265,Negative,Would not recommend.,2023-06-22 10:01:53
267
+ 266,JPMorgan Chase,266,User_266,Neutral,It was okay.,2023-10-24 10:01:53
268
+ 267,JPMorgan Chase,267,User_267,Neutral,Nothing special but not bad.,2023-06-30 10:01:53
269
+ 268,JPMorgan Chase,268,User_268,Neutral,Average experience.,2023-01-30 10:01:53
270
+ 269,JPMorgan Chase,269,User_269,Neutral,Nothing to complain about.,2023-11-24 10:01:53
271
+ 270,JPMorgan Chase,270,User_270,Neutral,Met my expectations.,2023-12-30 10:01:53
272
+ 271,Johnson & Johnson,271,User_271,Positive,Incredible service!,2023-10-23 10:01:53
273
+ 272,Johnson & Johnson,272,User_272,Positive,Loving the new product.,2023-04-29 10:01:53
274
+ 273,Johnson & Johnson,273,User_273,Positive,Fantastic experience!,2023-10-18 10:01:53
275
+ 274,Johnson & Johnson,274,User_274,Positive,Very satisfied with the results.,2023-02-03 10:01:53
276
+ 275,Johnson & Johnson,275,User_275,Positive,Exceeds my expectations.,2023-09-03 10:01:53
277
+ 276,Johnson & Johnson,276,User_276,Negative,Very disappointed!,2023-10-21 10:01:53
278
+ 277,Johnson & Johnson,277,User_277,Negative,Poor customer service.,2023-05-31 10:01:53
279
+ 278,Johnson & Johnson,278,User_278,Negative,Not worth the money.,2023-10-05 10:01:53
280
+ 279,Johnson & Johnson,279,User_279,Negative,Had a bad experience.,2023-08-14 10:01:53
281
+ 280,Johnson & Johnson,280,User_280,Negative,Would not recommend.,2023-12-11 10:01:53
282
+ 281,Johnson & Johnson,281,User_281,Neutral,It was okay.,2023-01-07 10:01:53
283
+ 282,Johnson & Johnson,282,User_282,Neutral,Nothing special but not bad.,2023-03-15 10:01:53
284
+ 283,Johnson & Johnson,283,User_283,Neutral,Average experience.,2023-12-28 10:01:53
285
+ 284,Johnson & Johnson,284,User_284,Neutral,Nothing to complain about.,2023-02-18 10:01:53
286
+ 285,Johnson & Johnson,285,User_285,Neutral,Met my expectations.,2023-09-15 10:01:53
287
+ 286,Johnson & Johnson,286,User_286,Positive,Incredible service!,2023-11-23 10:01:53
288
+ 287,Johnson & Johnson,287,User_287,Positive,Loving the new product.,2023-04-26 10:01:53
289
+ 288,Johnson & Johnson,288,User_288,Positive,Fantastic experience!,2023-04-06 10:01:53
290
+ 289,Johnson & Johnson,289,User_289,Positive,Very satisfied with the results.,2023-12-12 10:01:53
291
+ 290,Johnson & Johnson,290,User_290,Positive,Exceeds my expectations.,2023-02-13 10:01:53
292
+ 291,Johnson & Johnson,291,User_291,Negative,Very disappointed!,2023-06-04 10:01:53
293
+ 292,Johnson & Johnson,292,User_292,Negative,Poor customer service.,2023-05-30 10:01:53
294
+ 293,Johnson & Johnson,293,User_293,Negative,Not worth the money.,2023-07-22 10:01:53
295
+ 294,Johnson & Johnson,294,User_294,Negative,Had a bad experience.,2023-10-06 10:01:53
296
+ 295,Johnson & Johnson,295,User_295,Negative,Would not recommend.,2023-12-19 10:01:53
297
+ 296,Johnson & Johnson,296,User_296,Neutral,It was okay.,2023-02-17 10:01:53
298
+ 297,Johnson & Johnson,297,User_297,Neutral,Nothing special but not bad.,2023-03-29 10:01:53
299
+ 298,Johnson & Johnson,298,User_298,Neutral,Average experience.,2023-10-29 10:01:53
300
+ 299,Johnson & Johnson,299,User_299,Neutral,Nothing to complain about.,2023-04-08 10:01:53
301
+ 300,Johnson & Johnson,300,User_300,Neutral,Met my expectations.,2023-06-28 10:01:53
302
+ 301,MTN Rwanda,301,User_301,Positive,Thrilled with MTN Rwanda's reliable service. Never had a dropped call! #ConnectivityMatters,06/10/2023 15:30:19
303
+ 302,MTN Rwanda,302,User_302,Neutral,MTN Rwanda now has over 7 million subscribers. Big numbers for the local market! #TelecomNews,03/06/2023 11:12:03
304
+ 303,MTN Rwanda,303,User_303,Negative,Frustrated with the data speeds on MTN Rwanda today. Anyone else experiencing this? #InternetWoes,07/04/2023 18:50:08
305
+ 304,MTN Rwanda,304,User_304,Positive,Impressive customer service at MTN Rwanda's Nyarutarama branch. Kudos to the team! #CustomerFirst,05/28/2023 12:53:25
306
+ 305,MTN Rwanda,305,User_305,Neutral,MTN Rwanda's CEO announces plans to expand IT services. Interesting development. #TechUpdate,09/04/2023 19:27:46
307
+ 306,MTN Rwanda,306,User_306,Negative,Why are MTN Rwanda's tariffs rising again? Hard for regular customers to keep up. #PriceHike,05/10/2023 14:52:01
308
+ 307,MTN Rwanda,307,User_307,Positive,MTN Rwanda's eco-friendly initiative is commendable. Love companies that care for the environment. #GreenTelecom,06/16/2023 19:52:30
309
+ 308,MTN Rwanda,308,User_308,Neutral,MTN Rwanda listed on the Rwanda Stock Exchange. A significant move for the company. #MarketWatch,06/26/2023 12:17:01
310
+ 309,MTN Rwanda,309,User_309,Negative,Experienced poor network coverage with MTN Rwanda in rural areas. Needs improvement. #ConnectivityIssues,08/22/2023 21:07:35
311
+ 310,MTN Rwanda,310,User_310,Positive,Great to see MTN Rwanda's investment in local communities. Corporate responsibility at its best! #GivingBack,07/26/2023 9:42:14
312
+ 311,MTN Rwanda,311,User_311,Neutral,MTN Rwanda celebrates 25 years in the business. A long journey since 1998! #TelecomHistory,10/07/2023 4:55:17
313
+ 312,MTN Rwanda,312,User_312,Negative,Disappointed by MTN Rwanda's limited data packages. Other providers offer more. #DataDeals,08/11/2023 20:53:11
314
+ 313,MTN Rwanda,313,User_313,Positive,MTN Rwanda's mobile money service is a lifesaver. So convenient for transactions! #MobileMoney,05/28/2023 17:06:47
315
+ 314,MTN Rwanda,314,User_314,Neutral,MTN Group's influence grows as MTN Rwanda gains market share. #TelecomTrends,04/27/2023 6:17:29
316
+ 315,MTN Rwanda,315,User_315,Negative,MTN Rwanda needs to update their app. It's buggy and often crashes. #AppGlitch,11/28/2023 11:01:16
317
+ 316,MTN Rwanda,316,User_316,Positive,Loving the new MTN Rwanda data bundles. Great value for money! #DataForDays,07/21/2023 6:43:51
318
+ 317,MTN Rwanda,317,User_317,Neutral,Noticed MTN Rwanda is focusing more on IT services. A strategic pivot? #BusinessStrategy,06/05/2023 8:06:59
319
+ 318,MTN Rwanda,318,User_318,Negative,MTN Rwanda's signal strength in my area has been weak lately. Hope it's fixed soon. #SignalStrength,02/04/2023 20:34:48
320
+ 319,MTN Rwanda,319,User_319,Positive,MTN Rwanda's contribution to digital education is impressive. They're shaping the future! #DigitalEducation,07/19/2023 4:40:40
321
+ 320,MTN Rwanda,320,User_320,Neutral,MTN Rwanda marks 25th anniversary with a significant subscriber base. A major player in Rwanda's telecom. #Anniversary,07/03/2023 23:20:45
322
+ 321,Liquid Telecom,321,User_321,Positive,Just connected to Liquid's fibre network in Kigali. The speed is incredible! #RwandaTech,04/24/2023 14:53:46
323
+ 322,Liquid Telecom,322,User_322,Neutral,Liquid Technologies expands its network in Rwanda. Interesting times for telecom in Africa. #TechNews,11/09/2023 16:41:29
324
+ 323,Liquid Telecom,323,User_323,Negative,Experiencing connectivity issues with Liquid in Rwanda today. Anyone else? #InternetDown,01/07/2023 2:39:15
325
+ 324,Liquid Telecom,324,User_324,Positive,Impressed by the customer service at Liquid's Kigali office. Quick and helpful! #CustomerService,10/13/2023 21:29:07
326
+ 325,Liquid Telecom,325,User_325,Neutral,Liquid's cybersecurity solutions in Rwanda could be a game changer for local businesses. #CyberSecurity,05/10/2023 9:52:15
327
+ 326,Liquid Telecom,326,User_326,Negative,Why are Liquid's data plans in Rwanda more expensive than competitors? #PriceyInternet,05/04/2023 19:23:46
328
+ 327,Liquid Telecom,327,User_327,Positive,Liquid's IoT solutions are helping transform Rwanda's tech landscape. #IoTInnovation,08/28/2023 21:25:52
329
+ 328,Liquid Telecom,328,User_328,Neutral,Liquid's recent expansion in Rwanda marks a significant investment in African tech. #TechGrowth,01/12/2023 16:38:11
330
+ 329,Liquid Telecom,329,User_329,Negative,Struggling with slow speeds on Liquid's network in rural Rwanda. #SlowInternet,02/19/2023 22:51:18
331
+ 330,Liquid Telecom,330,User_330,Positive,Liquid's contribution to digital education in Rwanda is commendable. #DigitalLearning,10/10/2023 17:26:06
332
+ 331,Liquid Telecom,331,User_331,Neutral,Liquid is now a major player in Rwanda's telecom sector. Watching their next move. #TelecomTalk,06/30/2023 10:07:23
333
+ 332,Liquid Telecom,332,User_332,Negative,Frustrated by the lack of customer support from Liquid in Kigali. #CustomerServiceFail,06/25/2023 4:36:50
334
+ 333,Liquid Telecom,333,User_333,Positive,Liquid's cloud services in Rwanda are top-notch. Great for businesses! #CloudComputing,04/07/2023 19:50:35
335
+ 334,Liquid Telecom,334,User_334,Neutral,Liquid's network expansion in Rwanda could mean better connectivity across the country. #NetworkGrowth,10/25/2023 4:47:09
336
+ 335,Liquid Telecom,335,User_335,Negative,Disappointed by the limited coverage of Liquid's fibre network in my area. #CoverageIssues,06/19/2023 10:02:32
337
+ 336,Liquid Telecom,336,User_336,Positive,Liquid's managed solutions are making IT easy for businesses in Rwanda. #TechSolutions,12/20/2023 22:42:31
338
+ 337,Liquid Telecom,337,User_337,Neutral,Liquid's role in Rwanda's digital landscape is growing. What's next for them? #DigitalRwanda,05/25/2023 18:14:24
339
+ 338,Liquid Telecom,338,User_338,Negative,Experiencing frequent service interruptions with Liquid's network in Rwanda. #UnreliableService,08/11/2023 22:31:45
340
+ 339,Liquid Telecom,339,User_339,Positive,Liquid's investment in cybersecurity in Rwanda is boosting business confidence. #SecureTech,11/01/2023 14:14:47
341
+ 340,Liquid Telecom,340,User_340,Neutral,Watching Liquid's journey in transforming Rwanda's digital infrastructure. #TechTransformation,06/17/2023 3:04:13
342
+ 341,Irembo,341,User_341,Positive,Just used Irembo to renew my driving license. So convenient and quick! #DigitalRwanda,04/16/2023 21:03:43
343
+ 342,Irembo,342,User_342,Neutral,Irembo now offers over 100 online public services. A big leap for digital governance in Rwanda. #GovTech,04/09/2023 17:18:16
344
+ 343,Irembo,343,User_343,Negative,Had some issues navigating the Irembo site today. User interface could be more intuitive. #UXMatters,11/27/2023 8:36:05
345
+ 344,Irembo,344,User_344,Positive,Kudos to Irembo for digitizing public services in Rwanda. A true example of efficient e-governance. #TechProgress,3/17/2023 19:13:31
346
+ 345,Irembo,345,User_345,Neutral,Irembo's partnership with the Rwandan government is setting a new standard for public-private collaborations. #PPP,8/21/2023 6:44:36
347
+ 346,Irembo,346,User_346,Negative,Frustrating experience with delayed responses on Irembo's platform. Hope they improve their customer service. #CustomerSupport,9/23/2023 0:09:07
348
+ 347,Irembo,347,User_347,Positive,Amazing how Irembo is revolutionizing access to government services in Rwanda. Digital transformation at its best! #DigitalInnovation,07/18/2023 20:26:19
349
+ 348,Irembo,348,User_348,Neutral,Irembo is playing a critical role in Rwanda's journey to becoming a digital society. #DigitalTransformation,04/02/2023 22:56:03
350
+ 349,Irembo,349,User_349,Negative,Encountered payment issues on Irembo today. Hope they fix these glitches soon. #PaymentGateway,9/19/2023 8:43:05
351
+ 350,Irembo,350,User_350,Positive,"Irembo is a game-changer for entrepreneurs in Rwanda, simplifying government interactions. #EaseOfDoingBusiness",11/1/2023 10:43:33
352
+ 351,Irembo,351,User_351,Neutral,Irembo's growth reflects the rising trend of digital services in Africa. #AfricanTech,2/21/2023 5:59:09
353
+ 352,Irembo,352,User_352,Negative,The wait time for service completion on Irembo needs improvement. Efficiency is key! #ServiceDelay,05/03/2023 20:09:48
354
+ 353,Irembo,353,User_353,Positive,Impressed by how Irembo is enhancing digital literacy in Rwanda through its services. #TechForGood,01/03/2024 3:26:03
355
+ 354,Irembo,354,User_354,Neutral,Irembo's model could be a blueprint for other African countries aiming for digital governance. #TechModel,5/16/2023 1:24:02
356
+ 355,Irembo,355,User_355,Negative,The mobile version of Irembo's site could use some enhancements for a better user experience. #MobileUX,9/24/2023 14:16:20
357
+ 356,Irembo,356,User_356,Positive,Irembo's impact on reducing bureaucracy in Rwanda is commendable. #GovernmentInnovation,1/20/2023 7:00:29
358
+ 357,Irembo,357,User_357,Neutral,Irembo's journey from a startup to a key player in Rwanda's digital landscape is inspiring. #StartupGrowth,5/23/2023 3:16:34
359
+ 358,Irembo,358,User_358,Negative,Experienced some technical issues on Irembo's platform today. Hoping for a quick resolution. #TechGlitches,07/25/2023 21:47:42
360
+ 359,Irembo,359,User_359,Positive,Irembo is not just a platform but a catalyst for Rwanda's digital revolution. #DigitalRwanda,03/21/2023 12:03:18
361
+ 360,Irembo,360,User_360,Neutral,Watching Irembo's expansion and its role in transforming public service delivery in Rwanda. #PublicServiceInnovation,04/30/2023 7:30:12
mtn/mtn_v1.mp3 ADDED
Binary file (53.6 kB). View file
 
mtn/mtn_v2.mp3 ADDED
Binary file (51.9 kB). View file
 
mtn/mtn_v3.mp3 ADDED
Binary file (58.8 kB). View file
 
mtn/mtn_v4.mp3 ADDED
Binary file (43.1 kB). View file
 
mtn/mtn_v5.mp3 ADDED
Binary file (73.4 kB). View file
 
mtn/mtn_v6.mp3 ADDED
Binary file (54 kB). View file
 
mtn/mtn_v7.mp3 ADDED
Binary file (58 kB). View file
 
predictions.csv ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ,tweet_id,company_id,user_id,profile_name,summary,text,date,english,translated_kinyarwanda_manual,translated_kinyarwanda_google,sentiment_score
2
+ 0,1,Apple,1,User_1,Positive,Incredible service!,2023-06-26 10:01:53,,,,Neutral
3
+ 1,2,Apple,2,User_2,Positive,Loving the new product.,2023-02-21 10:01:53,,,,Positive sentiment
4
+ 2,3,Apple,3,User_3,Positive,Fantastic experience!,2023-05-02 10:01:53,,,,Positive sentiment
5
+ 3,4,Apple,4,User_4,Positive,Very satisfied with the results.,2023-07-16 10:01:53,,,,Neutral
6
+ 4,5,Apple,5,User_5,Positive,Exceeds my expectations.,2023-11-24 10:01:53,,,,Positive sentiment
7
+ 5,6,Apple,6,User_6,Negative,Very disappointed!,2023-09-13 10:01:53,,,,Neutral
8
+ 6,7,Apple,7,User_7,Negative,Poor customer service.,2023-07-19 10:01:53,,,,Negative sentiment
9
+ 7,8,Apple,8,User_8,Negative,Not worth the money.,2023-12-30 10:01:53,,,,Negative sentiment
10
+ 8,9,Apple,9,User_9,Negative,Had a bad experience.,2023-01-14 10:01:53,,,,Neutral
11
+ 9,10,Apple,10,User_10,Negative,Would not recommend.,2023-08-04 10:01:53,,,,Negative sentiment
12
+ 10,11,Apple,11,User_11,Neutral,It was okay.,2023-10-09 10:01:53,,,,Neutral
13
+ 11,12,Apple,12,User_12,Neutral,Nothing special but not bad.,2023-09-04 10:01:53,,,,Negative sentiment
14
+ 12,13,Apple,13,User_13,Neutral,Average experience.,2023-10-24 10:01:53,,,,Neutral
15
+ 13,14,Apple,14,User_14,Neutral,Nothing to complain about.,2023-04-02 10:01:53,,,,Positive sentiment
16
+ 14,15,Apple,15,User_15,Neutral,Met my expectations.,2023-03-16 10:01:53,,,,Positive sentiment
17
+ 15,16,Apple,16,User_16,Positive,Incredible service!,2023-04-03 10:01:53,,,,Positive sentiment
18
+ 16,17,Apple,17,User_17,Positive,Loving the new product.,2023-11-15 10:01:53,,,,Positive sentiment
19
+ 17,18,Apple,18,User_18,Positive,Fantastic experience!,2023-07-17 10:01:53,,,,Positive sentiment
20
+ 18,19,Apple,19,User_19,Positive,Very satisfied with the results.,2023-02-13 10:01:53,,,,Neutral
21
+ 19,20,Apple,20,User_20,Positive,Exceeds my expectations.,2023-04-02 10:01:53,,,,Positive sentiment
22
+ 20,21,Apple,21,User_21,Negative,Very disappointed!,2023-06-28 10:01:53,,,,Neutral
23
+ 21,22,Apple,22,User_22,Negative,Poor customer service.,2023-04-03 10:01:53,,,,Negative sentiment
24
+ 22,23,Apple,23,User_23,Negative,Not worth the money.,2023-12-08 10:01:53,,,,Negative sentiment
25
+ 23,24,Apple,24,User_24,Negative,Had a bad experience.,2023-06-19 10:01:53,,,,Neutral
26
+ 24,25,Apple,25,User_25,Negative,Would not recommend.,2023-01-30 10:01:53,,,,Negative sentiment
27
+ 25,26,Apple,26,User_26,Neutral,It was okay.,2023-12-04 10:01:53,,,,Neutral
28
+ 26,27,Apple,27,User_27,Neutral,Nothing special but not bad.,2023-03-18 10:01:53,,,,Neutral
29
+ 27,28,Apple,28,User_28,Neutral,Average experience.,2023-09-27 10:01:53,,,,Positive sentiment
30
+ 28,29,Apple,29,User_29,Neutral,Nothing to complain about.,2023-04-30 10:01:53,,,,Neutral
31
+ 29,30,Apple,30,User_30,Neutral,Met my expectations.,2023-09-05 10:01:53,,,,Neutral
32
+ 30,31,Walmart,31,User_31,Positive,Incredible service!,2023-07-21 10:01:53,,,,Positive sentiment
33
+ 31,32,Walmart,32,User_32,Positive,Loving the new product.,2023-12-06 10:01:53,,,,Positive sentiment
34
+ 32,33,Walmart,33,User_33,Positive,Fantastic experience!,2023-12-09 10:01:53,,,,Positive sentiment
35
+ 33,34,Walmart,34,User_34,Positive,Very satisfied with the results.,2023-04-14 10:01:53,,,,Neutral
36
+ 34,35,Walmart,35,User_35,Positive,Exceeds my expectations.,2023-07-01 10:01:53,,,,Positive sentiment
37
+ 35,36,Walmart,36,User_36,Negative,Very disappointed!,2023-09-05 10:01:53,,,,Neutral
38
+ 36,37,Walmart,37,User_37,Negative,Poor customer service.,2023-10-17 10:01:53,,,,Negative sentiment
39
+ 37,38,Walmart,38,User_38,Negative,Not worth the money.,2023-06-01 10:01:53,,,,Negative sentiment
40
+ 38,39,Walmart,39,User_39,Negative,Had a bad experience.,2023-06-01 10:01:53,,,,Neutral
41
+ 39,40,Walmart,40,User_40,Negative,Would not recommend.,2023-10-20 10:01:53,,,,Negative sentiment
42
+ 40,41,Walmart,41,User_41,Neutral,It was okay.,2023-09-27 10:01:53,,,,Neutral
43
+ 41,42,Walmart,42,User_42,Neutral,Nothing special but not bad.,2023-07-09 10:01:53,,,,Positive sentiment
44
+ 42,43,Walmart,43,User_43,Neutral,Average experience.,2023-05-12 10:01:53,,,,Positive sentiment
45
+ 43,44,Walmart,44,User_44,Neutral,Nothing to complain about.,2023-02-06 10:01:53,,,,Positive sentiment
46
+ 44,45,Walmart,45,User_45,Neutral,Met my expectations.,2023-02-05 10:01:53,,,,Positive sentiment
47
+ 45,46,Walmart,46,User_46,Positive,Incredible service!,2023-07-26 10:01:53,,,,Positive sentiment
48
+ 46,47,Walmart,47,User_47,Positive,Loving the new product.,2023-09-06 10:01:53,,,,Positive sentiment
49
+ 47,48,Walmart,48,User_48,Positive,Fantastic experience!,2023-06-05 10:01:53,,,,Positive sentiment
50
+ 48,49,Walmart,49,User_49,Positive,Very satisfied with the results.,2023-06-17 10:01:53,,,,Neutral
51
+ 49,50,Walmart,50,User_50,Positive,Exceeds my expectations.,2023-07-07 10:01:53,,,,Positive sentiment
52
+ 50,51,Walmart,51,User_51,Negative,Very disappointed!,2023-02-02 10:01:53,,,,Neutral
53
+ 51,52,Walmart,52,User_52,Negative,Poor customer service.,2023-10-22 10:01:53,,,,Negative sentiment
54
+ 52,53,Walmart,53,User_53,Negative,Not worth the money.,2023-05-13 10:01:53,,,,Negative sentiment
55
+ 53,54,Walmart,54,User_54,Negative,Had a bad experience.,2023-05-13 10:01:53,,,,Neutral
56
+ 54,55,Walmart,55,User_55,Negative,Would not recommend.,2023-02-27 10:01:53,,,,Negative sentiment
57
+ 55,56,Walmart,56,User_56,Neutral,It was okay.,2023-02-12 10:01:53,,,,Positive sentiment
58
+ 56,57,Walmart,57,User_57,Neutral,Nothing special but not bad.,2023-09-06 10:01:53,,,,Neutral
59
+ 57,58,Walmart,58,User_58,Neutral,Average experience.,2023-10-05 10:01:53,,,,Positive sentiment
60
+ 58,59,Walmart,59,User_59,Neutral,Nothing to complain about.,2023-12-06 10:01:53,,,,Positive sentiment
61
+ 59,60,Walmart,60,User_60,Neutral,Met my expectations.,2023-04-20 10:01:53,,,,Neutral
62
+ 60,61,Amazon,61,User_61,Positive,Incredible service!,2023-02-16 10:01:53,,,,Positive sentiment
63
+ 61,62,Amazon,62,User_62,Positive,Loving the new product.,2023-02-05 10:01:53,,,,Positive sentiment
64
+ 62,63,Amazon,63,User_63,Positive,Fantastic experience!,2023-09-19 10:01:53,,,,Positive sentiment
65
+ 63,64,Amazon,64,User_64,Positive,Very satisfied with the results.,2023-11-22 10:01:53,,,,Neutral
66
+ 64,65,Amazon,65,User_65,Positive,Exceeds my expectations.,2023-03-03 10:01:53,,,,Positive sentiment
67
+ 65,66,Amazon,66,User_66,Negative,Very disappointed!,2023-10-23 10:01:53,,,,Neutral
68
+ 66,67,Amazon,67,User_67,Negative,Poor customer service.,2023-12-29 10:01:53,,,,Negative sentiment
69
+ 67,68,Amazon,68,User_68,Negative,Not worth the money.,2023-05-04 10:01:53,,,,Negative sentiment
70
+ 68,69,Amazon,69,User_69,Negative,Had a bad experience.,2023-09-29 10:01:53,,,,Neutral
71
+ 69,70,Amazon,70,User_70,Negative,Would not recommend.,2023-03-28 10:01:53,,,,Negative sentiment
72
+ 70,71,Amazon,71,User_71,Neutral,It was okay.,2023-04-06 10:01:53,,,,Neutral
73
+ 71,72,Amazon,72,User_72,Neutral,Nothing special but not bad.,2023-04-14 10:01:53,,,,Positive sentiment
74
+ 72,73,Amazon,73,User_73,Neutral,Average experience.,2023-02-27 10:01:53,,,,Positive sentiment
75
+ 73,74,Amazon,74,User_74,Neutral,Nothing to complain about.,2023-05-06 10:01:53,,,,Positive sentiment
76
+ 74,75,Amazon,75,User_75,Neutral,Met my expectations.,2023-03-30 10:01:53,,,,Positive sentiment
77
+ 75,76,Amazon,76,User_76,Positive,Incredible service!,2023-07-27 10:01:53,,,,Positive sentiment
78
+ 76,77,Amazon,77,User_77,Positive,Loving the new product.,2023-11-25 10:01:53,,,,Positive sentiment
79
+ 77,78,Amazon,78,User_78,Positive,Fantastic experience!,2023-09-24 10:01:53,,,,Positive sentiment
80
+ 78,79,Amazon,79,User_79,Positive,Very satisfied with the results.,2023-02-21 10:01:53,,,,Neutral
81
+ 79,80,Amazon,80,User_80,Positive,Exceeds my expectations.,2023-05-12 10:01:53,,,,Positive sentiment
82
+ 80,81,Amazon,81,User_81,Negative,Very disappointed!,2023-05-16 10:01:53,,,,Neutral
83
+ 81,82,Amazon,82,User_82,Negative,Poor customer service.,2023-12-27 10:01:53,,,,Negative sentiment
84
+ 82,83,Amazon,83,User_83,Negative,Not worth the money.,2023-07-04 10:01:53,,,,Negative sentiment
85
+ 83,84,Amazon,84,User_84,Negative,Had a bad experience.,2023-12-05 10:01:53,,,,Neutral
86
+ 84,85,Amazon,85,User_85,Negative,Would not recommend.,2023-05-28 10:01:53,,,,Negative sentiment
87
+ 85,86,Amazon,86,User_86,Neutral,It was okay.,2023-06-02 10:01:53,,,,Neutral
88
+ 86,87,Amazon,87,User_87,Neutral,Nothing special but not bad.,2023-08-20 10:01:53,,,,Positive sentiment
89
+ 87,88,Amazon,88,User_88,Neutral,Average experience.,2023-10-11 10:01:53,,,,Positive sentiment
90
+ 88,89,Amazon,89,User_89,Neutral,Nothing to complain about.,2023-07-31 10:01:53,,,,Positive sentiment
91
+ 89,90,Amazon,90,User_90,Neutral,Met my expectations.,2023-12-12 10:01:53,,,,Neutral
92
+ 90,91,ExxonMobil,91,User_91,Positive,Incredible service!,2023-02-22 10:01:53,,,,Positive sentiment
93
+ 91,92,ExxonMobil,92,User_92,Positive,Loving the new product.,2023-11-06 10:01:53,,,,Positive sentiment
94
+ 92,93,ExxonMobil,93,User_93,Positive,Fantastic experience!,2023-03-15 10:01:53,,,,Positive sentiment
95
+ 93,94,ExxonMobil,94,User_94,Positive,Very satisfied with the results.,2023-06-23 10:01:53,,,,Neutral
96
+ 94,95,ExxonMobil,95,User_95,Positive,Exceeds my expectations.,2023-06-17 10:01:53,,,,Positive sentiment
97
+ 95,96,ExxonMobil,96,User_96,Negative,Very disappointed!,2023-04-10 10:01:53,,,,Neutral
98
+ 96,97,ExxonMobil,97,User_97,Negative,Poor customer service.,2023-07-21 10:01:53,,,,Negative sentiment
99
+ 97,98,ExxonMobil,98,User_98,Negative,Not worth the money.,2023-04-09 10:01:53,,,,Negative sentiment
100
+ 98,99,ExxonMobil,99,User_99,Negative,Had a bad experience.,2023-09-18 10:01:53,,,,Neutral
101
+ 99,100,ExxonMobil,100,User_100,Negative,Would not recommend.,2023-07-02 10:01:53,,,,Negative sentiment
102
+ 100,101,ExxonMobil,101,User_101,Neutral,It was okay.,2023-10-24 10:01:53,,,,Positive sentiment
103
+ 101,102,ExxonMobil,102,User_102,Neutral,Nothing special but not bad.,2023-11-05 10:01:53,,,,Neutral
104
+ 102,103,ExxonMobil,103,User_103,Neutral,Average experience.,2023-12-20 10:01:53,,,,Positive sentiment
105
+ 103,104,ExxonMobil,104,User_104,Neutral,Nothing to complain about.,2023-04-13 10:01:53,,,,Positive sentiment
106
+ 104,105,ExxonMobil,105,User_105,Neutral,Met my expectations.,2023-02-16 10:01:53,,,,Positive sentiment
107
+ 105,106,ExxonMobil,106,User_106,Positive,Incredible service!,2023-07-25 10:01:53,,,,Positive sentiment
108
+ 106,107,ExxonMobil,107,User_107,Positive,Loving the new product.,2023-01-05 10:01:53,,,,Positive sentiment
109
+ 107,108,ExxonMobil,108,User_108,Positive,Fantastic experience!,2023-02-17 10:01:53,,,,Positive sentiment
110
+ 108,109,ExxonMobil,109,User_109,Positive,Very satisfied with the results.,2023-01-28 10:01:53,,,,Neutral
111
+ 109,110,ExxonMobil,110,User_110,Positive,Exceeds my expectations.,2023-07-11 10:01:53,,,,Positive sentiment
112
+ 110,111,ExxonMobil,111,User_111,Negative,Very disappointed!,2023-05-15 10:01:53,,,,Neutral
113
+ 111,112,ExxonMobil,112,User_112,Negative,Poor customer service.,2023-04-13 10:01:53,,,,Negative sentiment
114
+ 112,113,ExxonMobil,113,User_113,Negative,Not worth the money.,2023-03-08 10:01:53,,,,Negative sentiment
115
+ 113,114,ExxonMobil,114,User_114,Negative,Had a bad experience.,2023-08-15 10:01:53,,,,Neutral
116
+ 114,115,ExxonMobil,115,User_115,Negative,Would not recommend.,2023-05-08 10:01:53,,,,Negative sentiment
117
+ 115,116,ExxonMobil,116,User_116,Neutral,It was okay.,2023-03-28 10:01:53,,,,Neutral
118
+ 116,117,ExxonMobil,117,User_117,Neutral,Nothing special but not bad.,2023-08-20 10:01:53,,,,Positive sentiment
119
+ 117,118,ExxonMobil,118,User_118,Neutral,Average experience.,2023-06-02 10:01:53,,,,Neutral
120
+ 118,119,ExxonMobil,119,User_119,Neutral,Nothing to complain about.,2023-08-02 10:01:53,,,,Positive sentiment
121
+ 119,120,ExxonMobil,120,User_120,Neutral,Met my expectations.,2023-02-24 10:01:53,,,,Positive sentiment
122
+ 120,121,CVS Health,121,User_121,Positive,Incredible service!,2023-10-02 10:01:53,,,,Positive sentiment
123
+ 121,122,CVS Health,122,User_122,Positive,Loving the new product.,2023-02-15 10:01:53,,,,Positive sentiment
124
+ 122,123,CVS Health,123,User_123,Positive,Fantastic experience!,2023-03-04 10:01:53,,,,Positive sentiment
125
+ 123,124,CVS Health,124,User_124,Positive,Very satisfied with the results.,2023-07-17 10:01:53,,,,Neutral
126
+ 124,125,CVS Health,125,User_125,Positive,Exceeds my expectations.,2023-02-10 10:01:53,,,,Positive sentiment
127
+ 125,126,CVS Health,126,User_126,Negative,Very disappointed!,2023-09-28 10:01:53,,,,Neutral
128
+ 126,127,CVS Health,127,User_127,Negative,Poor customer service.,2023-04-01 10:01:53,,,,Negative sentiment
129
+ 127,128,CVS Health,128,User_128,Negative,Not worth the money.,2023-02-17 10:01:53,,,,Neutral
130
+ 128,129,CVS Health,129,User_129,Negative,Had a bad experience.,2023-12-31 10:01:53,,,,Neutral
131
+ 129,130,CVS Health,130,User_130,Negative,Would not recommend.,2023-01-16 10:01:53,,,,Negative sentiment
132
+ 130,131,CVS Health,131,User_131,Neutral,It was okay.,2023-09-20 10:01:53,,,,Neutral
133
+ 131,132,CVS Health,132,User_132,Neutral,Nothing special but not bad.,2023-11-08 10:01:53,,,,Neutral
134
+ 132,133,CVS Health,133,User_133,Neutral,Average experience.,2023-03-26 10:01:53,,,,Neutral
135
+ 133,134,CVS Health,134,User_134,Neutral,Nothing to complain about.,2023-02-06 10:01:53,,,,Negative sentiment
136
+ 134,135,CVS Health,135,User_135,Neutral,Met my expectations.,2023-07-06 10:01:53,,,,Neutral
137
+ 135,136,CVS Health,136,User_136,Positive,Incredible service!,2023-05-13 10:01:53,,,,Neutral
138
+ 136,137,CVS Health,137,User_137,Positive,Loving the new product.,2023-10-26 10:01:53,,,,Positive sentiment
139
+ 137,138,CVS Health,138,User_138,Positive,Fantastic experience!,2023-10-07 10:01:53,,,,Positive sentiment
140
+ 138,139,CVS Health,139,User_139,Positive,Very satisfied with the results.,2023-06-28 10:01:53,,,,Neutral
141
+ 139,140,CVS Health,140,User_140,Positive,Exceeds my expectations.,2023-02-16 10:01:53,,,,Positive sentiment
142
+ 140,141,CVS Health,141,User_141,Negative,Very disappointed!,2023-07-08 10:01:53,,,,Neutral
143
+ 141,142,CVS Health,142,User_142,Negative,Poor customer service.,2023-03-23 10:01:53,,,,Negative sentiment
144
+ 142,143,CVS Health,143,User_143,Negative,Not worth the money.,2023-10-18 10:01:53,,,,Negative sentiment
145
+ 143,144,CVS Health,144,User_144,Negative,Had a bad experience.,2023-10-12 10:01:53,,,,Neutral
146
+ 144,145,CVS Health,145,User_145,Negative,Would not recommend.,2023-05-10 10:01:53,,,,Negative sentiment
147
+ 145,146,CVS Health,146,User_146,Neutral,It was okay.,2023-09-20 10:01:53,,,,Neutral
148
+ 146,147,CVS Health,147,User_147,Neutral,Nothing special but not bad.,2023-01-08 10:01:53,,,,Neutral
149
+ 147,148,CVS Health,148,User_148,Neutral,Average experience.,2023-04-09 10:01:53,,,,Positive sentiment
150
+ 148,149,CVS Health,149,User_149,Neutral,Nothing to complain about.,2023-08-19 10:01:53,,,,Positive sentiment
151
+ 149,150,CVS Health,150,User_150,Neutral,Met my expectations.,2024-01-03 10:01:53,,,,Positive sentiment
152
+ 150,151,Berkshire Hathaway,151,User_151,Positive,Incredible service!,2023-10-01 10:01:53,,,,Positive sentiment
153
+ 151,152,Berkshire Hathaway,152,User_152,Positive,Loving the new product.,2023-10-28 10:01:53,,,,Neutral
154
+ 152,153,Berkshire Hathaway,153,User_153,Positive,Fantastic experience!,2023-11-29 10:01:53,,,,Positive sentiment
155
+ 153,154,Berkshire Hathaway,154,User_154,Positive,Very satisfied with the results.,2023-01-24 10:01:53,,,,Neutral
156
+ 154,155,Berkshire Hathaway,155,User_155,Positive,Exceeds my expectations.,2023-04-10 10:01:53,,,,Positive sentiment
157
+ 155,156,Berkshire Hathaway,156,User_156,Negative,Very disappointed!,2023-11-29 10:01:53,,,,Neutral
158
+ 156,157,Berkshire Hathaway,157,User_157,Negative,Poor customer service.,2023-09-10 10:01:53,,,,Negative sentiment
159
+ 157,158,Berkshire Hathaway,158,User_158,Negative,Not worth the money.,2023-07-04 10:01:53,,,,Negative sentiment
160
+ 158,159,Berkshire Hathaway,159,User_159,Negative,Had a bad experience.,2023-11-24 10:01:53,,,,Neutral
161
+ 159,160,Berkshire Hathaway,160,User_160,Negative,Would not recommend.,2023-11-18 10:01:53,,,,Negative sentiment
162
+ 160,161,Berkshire Hathaway,161,User_161,Neutral,It was okay.,2023-10-02 10:01:53,,,,Neutral
163
+ 161,162,Berkshire Hathaway,162,User_162,Neutral,Nothing special but not bad.,2023-12-23 10:01:53,,,,Positive sentiment
164
+ 162,163,Berkshire Hathaway,163,User_163,Neutral,Average experience.,2023-09-22 10:01:53,,,,Positive sentiment
165
+ 163,164,Berkshire Hathaway,164,User_164,Neutral,Nothing to complain about.,2023-08-30 10:01:53,,,,Positive sentiment
166
+ 164,165,Berkshire Hathaway,165,User_165,Neutral,Met my expectations.,2023-05-24 10:01:53,,,,Positive sentiment
167
+ 165,166,Berkshire Hathaway,166,User_166,Positive,Incredible service!,2023-04-01 10:01:53,,,,Positive sentiment
168
+ 166,167,Berkshire Hathaway,167,User_167,Positive,Loving the new product.,2023-04-24 10:01:53,,,,Positive sentiment
169
+ 167,168,Berkshire Hathaway,168,User_168,Positive,Fantastic experience!,2023-12-02 10:01:53,,,,Positive sentiment
170
+ 168,169,Berkshire Hathaway,169,User_169,Positive,Very satisfied with the results.,2023-07-08 10:01:53,,,,Neutral
171
+ 169,170,Berkshire Hathaway,170,User_170,Positive,Exceeds my expectations.,2023-01-21 10:01:53,,,,Positive sentiment
172
+ 170,171,Berkshire Hathaway,171,User_171,Negative,Very disappointed!,2023-06-06 10:01:53,,,,Neutral
173
+ 171,172,Berkshire Hathaway,172,User_172,Negative,Poor customer service.,2023-06-03 10:01:53,,,,Negative sentiment
174
+ 172,173,Berkshire Hathaway,173,User_173,Negative,Not worth the money.,2023-04-25 10:01:53,,,,Negative sentiment
175
+ 173,174,Berkshire Hathaway,174,User_174,Negative,Had a bad experience.,2023-01-30 10:01:53,,,,Neutral
176
+ 174,175,Berkshire Hathaway,175,User_175,Negative,Would not recommend.,2023-05-02 10:01:53,,,,Negative sentiment
177
+ 175,176,Berkshire Hathaway,176,User_176,Neutral,It was okay.,2023-03-29 10:01:53,,,,Neutral
178
+ 176,177,Berkshire Hathaway,177,User_177,Neutral,Nothing special but not bad.,2023-06-15 10:01:53,,,,Positive sentiment
179
+ 177,178,Berkshire Hathaway,178,User_178,Neutral,Average experience.,2023-12-31 10:01:53,,,,Neutral
180
+ 178,179,Berkshire Hathaway,179,User_179,Neutral,Nothing to complain about.,2023-08-21 10:01:53,,,,Positive sentiment
181
+ 179,180,Berkshire Hathaway,180,User_180,Neutral,Met my expectations.,2023-09-13 10:01:53,,,,Positive sentiment
182
+ 180,181,Alphabet (Google),181,User_181,Positive,Incredible service!,2023-05-06 10:01:53,,,,Positive sentiment
183
+ 181,182,Alphabet (Google),182,User_182,Positive,Loving the new product.,2023-11-27 10:01:53,,,,Positive sentiment
184
+ 182,183,Alphabet (Google),183,User_183,Positive,Fantastic experience!,2023-10-19 10:01:53,,,,Positive sentiment
185
+ 183,184,Alphabet (Google),184,User_184,Positive,Very satisfied with the results.,2023-01-18 10:01:53,,,,Neutral
186
+ 184,185,Alphabet (Google),185,User_185,Positive,Exceeds my expectations.,2023-11-28 10:01:53,,,,Positive sentiment
187
+ 185,186,Alphabet (Google),186,User_186,Negative,Very disappointed!,2023-07-08 10:01:53,,,,Neutral
188
+ 186,187,Alphabet (Google),187,User_187,Negative,Poor customer service.,2023-06-06 10:01:53,,,,Negative sentiment
189
+ 187,188,Alphabet (Google),188,User_188,Negative,Not worth the money.,2023-03-25 10:01:53,,,,Negative sentiment
190
+ 188,189,Alphabet (Google),189,User_189,Negative,Had a bad experience.,2023-02-15 10:01:53,,,,Neutral
191
+ 189,190,Alphabet (Google),190,User_190,Negative,Would not recommend.,2023-10-06 10:01:53,,,,Negative sentiment
192
+ 190,191,Alphabet (Google),191,User_191,Neutral,It was okay.,2023-02-14 10:01:53,,,,Neutral
193
+ 191,192,Alphabet (Google),192,User_192,Neutral,Nothing special but not bad.,2023-07-31 10:01:53,,,,Positive sentiment
194
+ 192,193,Alphabet (Google),193,User_193,Neutral,Average experience.,2023-09-29 10:01:53,,,,Neutral
195
+ 193,194,Alphabet (Google),194,User_194,Neutral,Nothing to complain about.,2023-06-20 10:01:53,,,,Neutral
196
+ 194,195,Alphabet (Google),195,User_195,Neutral,Met my expectations.,2023-04-26 10:01:53,,,,Positive sentiment
197
+ 195,196,Alphabet (Google),196,User_196,Positive,Incredible service!,2023-12-20 10:01:53,,,,Positive sentiment
198
+ 196,197,Alphabet (Google),197,User_197,Positive,Loving the new product.,2023-05-14 10:01:53,,,,Positive sentiment
199
+ 197,198,Alphabet (Google),198,User_198,Positive,Fantastic experience!,2023-08-16 10:01:53,,,,Positive sentiment
200
+ 198,199,Alphabet (Google),199,User_199,Positive,Very satisfied with the results.,2023-11-01 10:01:53,,,,Neutral
201
+ 199,200,Alphabet (Google),200,User_200,Positive,Exceeds my expectations.,2023-08-09 10:01:53,,,,Positive sentiment
202
+ 200,201,Alphabet (Google),201,User_201,Negative,Very disappointed!,2023-01-29 10:01:53,,,,Neutral
203
+ 201,202,Alphabet (Google),202,User_202,Negative,Poor customer service.,2023-03-13 10:01:53,,,,Negative sentiment
204
+ 202,203,Alphabet (Google),203,User_203,Negative,Not worth the money.,2023-09-21 10:01:53,,,,Negative sentiment
205
+ 203,204,Alphabet (Google),204,User_204,Negative,Had a bad experience.,2023-08-27 10:01:53,,,,Neutral
206
+ 204,205,Alphabet (Google),205,User_205,Negative,Would not recommend.,2023-07-28 10:01:53,,,,Negative sentiment
207
+ 205,206,Alphabet (Google),206,User_206,Neutral,It was okay.,2023-10-23 10:01:53,,,,Neutral
208
+ 206,207,Alphabet (Google),207,User_207,Neutral,Nothing special but not bad.,2023-08-07 10:01:53,,,,Neutral
209
+ 207,208,Alphabet (Google),208,User_208,Neutral,Average experience.,2023-07-13 10:01:53,,,,Positive sentiment
210
+ 208,209,Alphabet (Google),209,User_209,Neutral,Nothing to complain about.,2023-07-21 10:01:53,,,,Neutral
211
+ 209,210,Alphabet (Google),210,User_210,Neutral,Met my expectations.,2023-08-08 10:01:53,,,,Positive sentiment
212
+ 210,211,Facebook,211,User_211,Positive,Incredible service!,2023-02-17 10:01:53,,,,Positive sentiment
213
+ 211,212,Facebook,212,User_212,Positive,Loving the new product.,2023-02-06 10:01:53,,,,Positive sentiment
214
+ 212,213,Facebook,213,User_213,Positive,Fantastic experience!,2023-01-16 10:01:53,,,,Positive sentiment
215
+ 213,214,Facebook,214,User_214,Positive,Very satisfied with the results.,2023-04-19 10:01:53,,,,Neutral
216
+ 214,215,Facebook,215,User_215,Positive,Exceeds my expectations.,2023-08-05 10:01:53,,,,Positive sentiment
217
+ 215,216,Facebook,216,User_216,Negative,Very disappointed!,2023-05-23 10:01:53,,,,Neutral
218
+ 216,217,Facebook,217,User_217,Negative,Poor customer service.,2023-07-06 10:01:53,,,,Negative sentiment
219
+ 217,218,Facebook,218,User_218,Negative,Not worth the money.,2023-05-10 10:01:53,,,,Negative sentiment
220
+ 218,219,Facebook,219,User_219,Negative,Had a bad experience.,2023-06-10 10:01:53,,,,Neutral
221
+ 219,220,Facebook,220,User_220,Negative,Would not recommend.,2023-04-26 10:01:53,,,,Negative sentiment
222
+ 220,221,Facebook,221,User_221,Neutral,It was okay.,2023-09-20 10:01:53,,,,Neutral
223
+ 221,222,Facebook,222,User_222,Neutral,Nothing special but not bad.,2023-02-01 10:01:53,,,,Positive sentiment
224
+ 222,223,Facebook,223,User_223,Neutral,Average experience.,2023-08-10 10:01:53,,,,Positive sentiment
225
+ 223,224,Facebook,224,User_224,Neutral,Nothing to complain about.,2023-06-05 10:01:53,,,,Neutral
226
+ 224,225,Facebook,225,User_225,Neutral,Met my expectations.,2023-11-10 10:01:53,,,,Positive sentiment
227
+ 225,226,Facebook,226,User_226,Positive,Incredible service!,2023-11-08 10:01:53,,,,Positive sentiment
228
+ 226,227,Facebook,227,User_227,Positive,Loving the new product.,2023-06-28 10:01:53,,,,Positive sentiment
229
+ 227,228,Facebook,228,User_228,Positive,Fantastic experience!,2023-06-02 10:01:53,,,,Positive sentiment
230
+ 228,229,Facebook,229,User_229,Positive,Very satisfied with the results.,2023-02-03 10:01:53,,,,Neutral
231
+ 229,230,Facebook,230,User_230,Positive,Exceeds my expectations.,2023-03-13 10:01:53,,,,Positive sentiment
232
+ 230,231,Facebook,231,User_231,Negative,Very disappointed!,2023-02-09 10:01:53,,,,Neutral
233
+ 231,232,Facebook,232,User_232,Negative,Poor customer service.,2023-10-27 10:01:53,,,,Negative sentiment
234
+ 232,233,Facebook,233,User_233,Negative,Not worth the money.,2023-03-19 10:01:53,,,,Negative sentiment
235
+ 233,234,Facebook,234,User_234,Negative,Had a bad experience.,2023-10-29 10:01:53,,,,Neutral
236
+ 234,235,Facebook,235,User_235,Negative,Would not recommend.,2023-11-03 10:01:53,,,,Negative sentiment
237
+ 235,236,Facebook,236,User_236,Neutral,It was okay.,2023-08-11 10:01:53,,,,Neutral
238
+ 236,237,Facebook,237,User_237,Neutral,Nothing special but not bad.,2024-01-04 10:01:53,,,,Neutral
239
+ 237,238,Facebook,238,User_238,Neutral,Average experience.,2023-09-21 10:01:53,,,,Neutral
240
+ 238,239,Facebook,239,User_239,Neutral,Nothing to complain about.,2023-10-19 10:01:53,,,,Neutral
241
+ 239,240,Facebook,240,User_240,Neutral,Met my expectations.,2023-09-27 10:01:53,,,,Positive sentiment
242
+ 240,241,JPMorgan Chase,241,User_241,Positive,Incredible service!,2023-02-01 10:01:53,,,,Positive sentiment
243
+ 241,242,JPMorgan Chase,242,User_242,Positive,Loving the new product.,2023-07-23 10:01:53,,,,Neutral
244
+ 242,243,JPMorgan Chase,243,User_243,Positive,Fantastic experience!,2023-03-07 10:01:53,,,,Positive sentiment
245
+ 243,244,JPMorgan Chase,244,User_244,Positive,Very satisfied with the results.,2023-12-12 10:01:53,,,,Neutral
246
+ 244,245,JPMorgan Chase,245,User_245,Positive,Exceeds my expectations.,2023-12-24 10:01:53,,,,Positive sentiment
247
+ 245,246,JPMorgan Chase,246,User_246,Negative,Very disappointed!,2023-02-18 10:01:53,,,,Neutral
248
+ 246,247,JPMorgan Chase,247,User_247,Negative,Poor customer service.,2023-10-22 10:01:53,,,,Negative sentiment
249
+ 247,248,JPMorgan Chase,248,User_248,Negative,Not worth the money.,2023-04-03 10:01:53,,,,Negative sentiment
250
+ 248,249,JPMorgan Chase,249,User_249,Negative,Had a bad experience.,2023-02-07 10:01:53,,,,Neutral
251
+ 249,250,JPMorgan Chase,250,User_250,Negative,Would not recommend.,2023-05-18 10:01:53,,,,Negative sentiment
252
+ 250,251,JPMorgan Chase,251,User_251,Neutral,It was okay.,2023-08-25 10:01:53,,,,Neutral
253
+ 251,252,JPMorgan Chase,252,User_252,Neutral,Nothing special but not bad.,2023-09-17 10:01:53,,,,Neutral
254
+ 252,253,JPMorgan Chase,253,User_253,Neutral,Average experience.,2023-02-10 10:01:53,,,,Positive sentiment
255
+ 253,254,JPMorgan Chase,254,User_254,Neutral,Nothing to complain about.,2023-09-18 10:01:53,,,,Neutral
256
+ 254,255,JPMorgan Chase,255,User_255,Neutral,Met my expectations.,2023-10-22 10:01:53,,,,Positive sentiment
257
+ 255,256,JPMorgan Chase,256,User_256,Positive,Incredible service!,2023-07-21 10:01:53,,,,Positive sentiment
258
+ 256,257,JPMorgan Chase,257,User_257,Positive,Loving the new product.,2023-09-16 10:01:53,,,,Positive sentiment
259
+ 257,258,JPMorgan Chase,258,User_258,Positive,Fantastic experience!,2023-03-26 10:01:53,,,,Positive sentiment
260
+ 258,259,JPMorgan Chase,259,User_259,Positive,Very satisfied with the results.,2023-05-21 10:01:53,,,,Neutral
261
+ 259,260,JPMorgan Chase,260,User_260,Positive,Exceeds my expectations.,2023-07-13 10:01:53,,,,Positive sentiment
262
+ 260,261,JPMorgan Chase,261,User_261,Negative,Very disappointed!,2023-05-14 10:01:53,,,,Neutral
263
+ 261,262,JPMorgan Chase,262,User_262,Negative,Poor customer service.,2023-08-02 10:01:53,,,,Negative sentiment
264
+ 262,263,JPMorgan Chase,263,User_263,Negative,Not worth the money.,2023-10-23 10:01:53,,,,Negative sentiment
265
+ 263,264,JPMorgan Chase,264,User_264,Negative,Had a bad experience.,2023-12-18 10:01:53,,,,Neutral
266
+ 264,265,JPMorgan Chase,265,User_265,Negative,Would not recommend.,2023-06-22 10:01:53,,,,Negative sentiment
267
+ 265,266,JPMorgan Chase,266,User_266,Neutral,It was okay.,2023-10-24 10:01:53,,,,Neutral
268
+ 266,267,JPMorgan Chase,267,User_267,Neutral,Nothing special but not bad.,2023-06-30 10:01:53,,,,Neutral
269
+ 267,268,JPMorgan Chase,268,User_268,Neutral,Average experience.,2023-01-30 10:01:53,,,,Neutral
270
+ 268,269,JPMorgan Chase,269,User_269,Neutral,Nothing to complain about.,2023-11-24 10:01:53,,,,Positive sentiment
271
+ 269,270,JPMorgan Chase,270,User_270,Neutral,Met my expectations.,2023-12-30 10:01:53,,,,Positive sentiment
272
+ 270,271,Johnson & Johnson,271,User_271,Positive,Incredible service!,2023-10-23 10:01:53,,,,Neutral
273
+ 271,272,Johnson & Johnson,272,User_272,Positive,Loving the new product.,2023-04-29 10:01:53,,,,Positive sentiment
274
+ 272,273,Johnson & Johnson,273,User_273,Positive,Fantastic experience!,2023-10-18 10:01:53,,,,Positive sentiment
275
+ 273,274,Johnson & Johnson,274,User_274,Positive,Very satisfied with the results.,2023-02-03 10:01:53,,,,Neutral
276
+ 274,275,Johnson & Johnson,275,User_275,Positive,Exceeds my expectations.,2023-09-03 10:01:53,,,,Positive sentiment
277
+ 275,276,Johnson & Johnson,276,User_276,Negative,Very disappointed!,2023-10-21 10:01:53,,,,Neutral
278
+ 276,277,Johnson & Johnson,277,User_277,Negative,Poor customer service.,2023-05-31 10:01:53,,,,Negative sentiment
279
+ 277,278,Johnson & Johnson,278,User_278,Negative,Not worth the money.,2023-10-05 10:01:53,,,,Negative sentiment
280
+ 278,279,Johnson & Johnson,279,User_279,Negative,Had a bad experience.,2023-08-14 10:01:53,,,,Neutral
281
+ 279,280,Johnson & Johnson,280,User_280,Negative,Would not recommend.,2023-12-11 10:01:53,,,,Negative sentiment
282
+ 280,281,Johnson & Johnson,281,User_281,Neutral,It was okay.,2023-01-07 10:01:53,,,,Neutral
283
+ 281,282,Johnson & Johnson,282,User_282,Neutral,Nothing special but not bad.,2023-03-15 10:01:53,,,,Positive sentiment
284
+ 282,283,Johnson & Johnson,283,User_283,Neutral,Average experience.,2023-12-28 10:01:53,,,,Neutral
285
+ 283,284,Johnson & Johnson,284,User_284,Neutral,Nothing to complain about.,2023-02-18 10:01:53,,,,Positive sentiment
286
+ 284,285,Johnson & Johnson,285,User_285,Neutral,Met my expectations.,2023-09-15 10:01:53,,,,Positive sentiment
287
+ 285,286,Johnson & Johnson,286,User_286,Positive,Incredible service!,2023-11-23 10:01:53,,,,Positive sentiment
288
+ 286,287,Johnson & Johnson,287,User_287,Positive,Loving the new product.,2023-04-26 10:01:53,,,,Neutral
289
+ 287,288,Johnson & Johnson,288,User_288,Positive,Fantastic experience!,2023-04-06 10:01:53,,,,Positive sentiment
290
+ 288,289,Johnson & Johnson,289,User_289,Positive,Very satisfied with the results.,2023-12-12 10:01:53,,,,Neutral
291
+ 289,290,Johnson & Johnson,290,User_290,Positive,Exceeds my expectations.,2023-02-13 10:01:53,,,,Positive sentiment
292
+ 290,291,Johnson & Johnson,291,User_291,Negative,Very disappointed!,2023-06-04 10:01:53,,,,Neutral
293
+ 291,292,Johnson & Johnson,292,User_292,Negative,Poor customer service.,2023-05-30 10:01:53,,,,Negative sentiment
294
+ 292,293,Johnson & Johnson,293,User_293,Negative,Not worth the money.,2023-07-22 10:01:53,,,,Negative sentiment
295
+ 293,294,Johnson & Johnson,294,User_294,Negative,Had a bad experience.,2023-10-06 10:01:53,,,,Neutral
296
+ 294,295,Johnson & Johnson,295,User_295,Negative,Would not recommend.,2023-12-19 10:01:53,,,,Negative sentiment
297
+ 295,296,Johnson & Johnson,296,User_296,Neutral,It was okay.,2023-02-17 10:01:53,,,,Neutral
298
+ 296,297,Johnson & Johnson,297,User_297,Neutral,Nothing special but not bad.,2023-03-29 10:01:53,,,,Positive sentiment
299
+ 297,298,Johnson & Johnson,298,User_298,Neutral,Average experience.,2023-10-29 10:01:53,,,,Positive sentiment
300
+ 298,299,Johnson & Johnson,299,User_299,Neutral,Nothing to complain about.,2023-04-08 10:01:53,,,,Positive sentiment
301
+ 299,300,Johnson & Johnson,300,User_300,Neutral,Met my expectations.,2023-06-28 10:01:53,,,,Positive sentiment
302
+ 300,301,MTN Rwanda,301,User_301,Positive,Thrilled with MTN Rwanda's reliable service. Never had a dropped call! #ConnectivityMatters,06/10/2023 15:30:19,Thrilled with MTN Rwanda's reliable service. Never had a dropped call! #ConnectivityMatters,"Twishimiye serivisi za MTN Rwanda, sinigeze narimwe ntakaza ikiganiro kuri telephone. #itumanaho ningenzi",,Positive sentiment
303
+ 301,302,MTN Rwanda,302,User_302,Neutral,MTN Rwanda now has over 7 million subscribers. Big numbers for the local market! #TelecomNews,03/06/2023 11:12:03,MTN Rwanda now has over 7 million subscribers. Big numbers for the local market! #TelecomNews,"MTN Rwanda ubu ifite abayigana miliyoni 7, ni umubare munini kwisoko ryigihugu#Amkuru Yitumanaho",,Positive sentiment
304
+ 302,303,MTN Rwanda,303,User_303,Negative,Frustrated with the data speeds on MTN Rwanda today. Anyone else experiencing this? #InternetWoes,07/04/2023 18:50:08,Frustrated with the data speeds on MTN Rwanda today. Anyone else experiencing this? #InternetWoes,"Njye nateshejwe umutwe numuvuduko wa internet wa MTN Rwanda, haba hari undi ufite iki kibazo ?# utubazo twa interineti",,Neutral
305
+ 303,304,MTN Rwanda,304,User_304,Positive,Impressive customer service at MTN Rwanda's Nyarutarama branch. Kudos to the team! #CustomerFirst,05/28/2023 12:53:25,Impressive customer service at MTN Rwanda's Nyarutarama branch. Kudos to the team! #CustomerFirst, Nishimiye serivisi yo kwakira abakiriya ya MTN Rwanda ikicaro cya Nyarutarama #umukiriya nuwambere,,Positive sentiment
306
+ 304,305,MTN Rwanda,305,User_305,Neutral,MTN Rwanda's CEO announces plans to expand IT services. Interesting development. #TechUpdate,09/04/2023 19:27:46,MTN Rwanda's CEO announces plans to expand IT services. Interesting development. #TechUpdate,"Umuyobozi mukuru wa MTN Rwanda yatangaje imigambi yo kwagura serivisi zikoranabuhanga, iri ni iterambere rishimishije. #Ikoranbuhanga rigezweho",,Positive sentiment
307
+ 305,306,MTN Rwanda,306,User_306,Negative,Why are MTN Rwanda's tariffs rising again? Hard for regular customers to keep up. #PriceHike,05/10/2023 14:52:01,Why are MTN Rwanda's tariffs rising again? Hard for regular customers to keep up. #PriceHike,Kubera iki ibiciro bya Mtn Rwanda biri kuzamuka nanone? Biri kugora rubanda rugufi kubigeraho. ,,Negative sentiment
308
+ 306,307,MTN Rwanda,307,User_307,Positive,MTN Rwanda's eco-friendly initiative is commendable. Love companies that care for the environment. #GreenTelecom,06/16/2023 19:52:30,MTN Rwanda's eco-friendly initiative is commendable. Love companies that care for the environment. #GreenTelecom,"Umubano wa MTN Rwanda nibidukikije urashimishije, nkunda ibigo byita kubidukikije. #GrrenTelecom",,Neutral
309
+ 307,308,MTN Rwanda,308,User_308,Neutral,MTN Rwanda listed on the Rwanda Stock Exchange. A significant move for the company. #MarketWatch,06/26/2023 12:17:01,MTN Rwanda listed on the Rwanda Stock Exchange. A significant move for the company. #MarketWatch," MNT Rwanda yanditwe ku kigo cy'Isoko ry'Imari n'Imigabane ry'u Rwanda (RSE), ikibaba air intabwe ikomeye yiki kigo.",,Positive sentiment
310
+ 308,309,MTN Rwanda,309,User_309,Negative,Experienced poor network coverage with MTN Rwanda in rural areas. Needs improvement. #ConnectivityIssues,08/22/2023 21:07:35,Experienced poor network coverage with MTN Rwanda in rural areas. Needs improvement. #ConnectivityIssues,Nahuye na network mbi ndi munkengero zumujyi (mu cyaro) . Ibi bikeye guhinduka,,Neutral
311
+ 309,310,MTN Rwanda,310,User_310,Positive,Great to see MTN Rwanda's investment in local communities. Corporate responsibility at its best! #GivingBack,07/26/2023 9:42:14,Great to see MTN Rwanda's investment in local communities. Corporate responsibility at its best! #GivingBack,Nishimiye kubona ishoramari rya MTN u Rwanda mubaturage. Inshingano rusange ziteye imbere.,,Positive sentiment
312
+ 310,311,MTN Rwanda,311,User_311,Neutral,MTN Rwanda celebrates 25 years in the business. A long journey since 1998! #TelecomHistory,10/07/2023 4:55:17,MTN Rwanda celebrates 25 years in the business. A long journey since 1998! #TelecomHistory,"MTN Rwanda iri kwizihiza imyaka 25 imaze mu bucuruzi, urugendo rukomeye kuva muri 1998",,Positive sentiment
313
+ 311,312,MTN Rwanda,312,User_312,Negative,Disappointed by MTN Rwanda's limited data packages. Other providers offer more. #DataDeals,08/11/2023 20:53:11,Disappointed by MTN Rwanda's limited data packages. Other providers offer more. #DataDeals,"Natengushywe no kuba MTN Rwanda itanga udpfunyika twa interinete tutiyongera, abandi batanga ibyiyongereye",,Neutral
314
+ 312,313,MTN Rwanda,313,User_313,Positive,MTN Rwanda's mobile money service is a lifesaver. So convenient for transactions! #MobileMoney,05/28/2023 17:06:47,MTN Rwanda's mobile money service is a lifesaver. So convenient for transactions! #MobileMoney,"Serivisi ya MTN Rwanda yo kohereza no kwakira amafaranga kuri terefore ikiza ubuzima,",,Positive sentiment
315
+ 313,314,MTN Rwanda,314,User_314,Neutral,MTN Group's influence grows as MTN Rwanda gains market share. #TelecomTrends,04/27/2023 6:17:29,MTN Group's influence grows as MTN Rwanda gains market share. #TelecomTrends,Itsinda rya MTN ryiyongera uko MTN u Rwanda rwiyongera kwisoko.,,Positive sentiment
316
+ 314,315,MTN Rwanda,315,User_315,Negative,MTN Rwanda needs to update their app. It's buggy and often crashes. #AppGlitch,11/28/2023 11:01:16,MTN Rwanda needs to update their app. It's buggy and often crashes. #AppGlitch,"MYN Rwanda ikeneye gukosora aplikasiyo yayo, ifite utubazo kandi hari igihe ipha ",,Negative sentiment
317
+ 315,316,MTN Rwanda,316,User_316,Positive,Loving the new MTN Rwanda data bundles. Great value for money! #DataForDays,07/21/2023 6:43:51,Loving the new MTN Rwanda data bundles. Great value for money! #DataForDays,"Nakunze amakuru mashya kuri MTN Rwanda, Ibiciro byiza ku mafaranga afatika.",,Positive sentiment
318
+ 316,317,MTN Rwanda,317,User_317,Neutral,Noticed MTN Rwanda is focusing more on IT services. A strategic pivot? #BusinessStrategy,06/05/2023 8:06:59,Noticed MTN Rwanda is focusing more on IT services. A strategic pivot? #BusinessStrategy,"Mwabonye ko MTN Rwanda iri kwibanda cyane kuri srivisi z' ikoranabuhanga, intego ikomeye?",,Neutral
319
+ 317,318,MTN Rwanda,318,User_318,Negative,MTN Rwanda's signal strength in my area has been weak lately. Hope it's fixed soon. #SignalStrength,02/04/2023 20:34:48,MTN Rwanda's signal strength in my area has been weak lately. Hope it's fixed soon. #SignalStrength,Imbaraga za MTN Rwanda mugace ntuyemo zaragabanutse vuba aha. Twizere ko bikosorwa vuba.,,Negative sentiment
320
+ 318,319,MTN Rwanda,319,User_319,Positive,MTN Rwanda's contribution to digital education is impressive. They're shaping the future! #DigitalEducation,07/19/2023 4:40:40,MTN Rwanda's contribution to digital education is impressive. They're shaping the future! #DigitalEducation,"Uruhare rwa MTN Rwanda mu burezi bwikoranabuhanga rurashimishije, Irimo gutegura ejo hazaza!",,Positive sentiment
321
+ 319,320,MTN Rwanda,320,User_320,Neutral,MTN Rwanda marks 25th anniversary with a significant subscriber base. A major player in Rwanda's telecom. #Anniversary,07/03/2023 23:20:45,MTN Rwanda marks 25th anniversary with a significant subscriber base. A major player in Rwanda's telecom. #Anniversary,MTN Rwanda irizihiza isabukuru y'imyaka 25 hamwe nabafatabuguzi bakomeye. Umukinnyi ukomeye mu itumanaho ryu Rwanda.,,Positive sentiment
322
+ 320,321,Liquid Telecom,321,User_321,Positive,Just connected to Liquid's fibre network in Kigali. The speed is incredible! #RwandaTech,04/24/2023 14:53:46,Just connected to Liquid's fibre network in Kigali. The speed is incredible! #RwandaTech,"Majije gukoresha umuyoboro wa fibre ya Liquid muri Kigali, umuvuduko wayo uratngaje.",,Neutral
323
+ 321,322,Liquid Telecom,322,User_322,Neutral,Liquid Technologies expands its network in Rwanda. Interesting times for telecom in Africa. #TechNews,11/09/2023 16:41:29,Liquid Technologies expands its network in Rwanda. Interesting times for telecom in Africa. #TechNews,"Liquid Telecom yaguriyr itumanaho ryayo mu Rwanda, Ibihe bitangaje mwitumanaho muri Africa",,Positive sentiment
324
+ 322,323,Liquid Telecom,323,User_323,Negative,Experiencing connectivity issues with Liquid in Rwanda today. Anyone else? #InternetDown,01/07/2023 2:39:15,Experiencing connectivity issues with Liquid in Rwanda today. Anyone else? #InternetDown,"Ndi guhura nibibazo byo guhuza na Liquid mu Rwanda, Hari undi waba uri guhura nabyo?",,Neutral
325
+ 323,324,Liquid Telecom,324,User_324,Positive,Impressed by the customer service at Liquid's Kigali office. Quick and helpful! #CustomerService,10/13/2023 21:29:07,Impressed by the customer service at Liquid's Kigali office. Quick and helpful! #CustomerService,"Nishimiye serivisi yo kwakira abakiriya ya Liquid ishami rya Kigali, Irihuta kandi irafasha.",,Positive sentiment
326
+ 324,325,Liquid Telecom,325,User_325,Neutral,Liquid's cybersecurity solutions in Rwanda could be a game changer for local businesses. #CyberSecurity,05/10/2023 9:52:15,Liquid's cybersecurity solutions in Rwanda could be a game changer for local businesses. #CyberSecurity,Ibisubizo bya Liquid mu kurinda umutekano wikoranabuhanga mu Rwanda ushobora guhindura umukino mu bucuruzi bwaho.,,Positive sentiment
327
+ 325,326,Liquid Telecom,326,User_326,Negative,Why are Liquid's data plans in Rwanda more expensive than competitors? #PriceyInternet,05/04/2023 19:23:46,Why are Liquid's data plans in Rwanda more expensive than competitors? #PriceyInternet,Kubera iki ibiciro bya Liquid mu Rwanda buhenze kurusha ibyibindi bigo bihanganye.,,Neutral
328
+ 326,327,Liquid Telecom,327,User_327,Positive,Liquid's IoT solutions are helping transform Rwanda's tech landscape. #IoTInnovation,08/28/2023 21:25:52,Liquid's IoT solutions are helping transform Rwanda's tech landscape. #IoTInnovation,Ibisubizo bya Liquid muri Internet y'ibintu (IoT) biri guhindura ikoranabuhanga ry'u Rwanda,,Positive sentiment
329
+ 327,328,Liquid Telecom,328,User_328,Neutral,Liquid's recent expansion in Rwanda marks a significant investment in African tech. #TechGrowth,01/12/2023 16:38:11,Liquid's recent expansion in Rwanda marks a significant investment in African tech. #TechGrowth,Kwagura ibyicaro bya Liquid mu Rwanda byerekana ishoramari rikomeye mu ikoranabuhanga rya Afurika.,,Positive sentiment
330
+ 328,329,Liquid Telecom,329,User_329,Negative,Struggling with slow speeds on Liquid's network in rural Rwanda. #SlowInternet,02/19/2023 22:51:18,Struggling with slow speeds on Liquid's network in rural Rwanda. #SlowInternet,Ndiguhura n'umuvuduko muke kumurongo wa Liquid mucyaro cy'u Rwanda. ,,Neutral
331
+ 329,330,Liquid Telecom,330,User_330,Positive,Liquid's contribution to digital education in Rwanda is commendable. #DigitalLearning,10/10/2023 17:26:06,Liquid's contribution to digital education in Rwanda is commendable. #DigitalLearning,Uruhare rwa Liquid mu burezi bwikoranabuhanga rurashimishije.,,Positive sentiment
332
+ 330,331,Liquid Telecom,331,User_331,Neutral,Liquid is now a major player in Rwanda's telecom sector. Watching their next move. #TelecomTalk,06/30/2023 10:07:23,Liquid is now a major player in Rwanda's telecom sector. Watching their next move. #TelecomTalk,Liquid ubu ifite uruhare runini mu rwego rwitumanaho mu Rwanda. Dutegereje kureba indi ntabwe yabo.,,Positive sentiment
333
+ 331,332,Liquid Telecom,332,User_332,Negative,Frustrated by the lack of customer support from Liquid in Kigali. #CustomerServiceFail,06/25/2023 4:36:50,Frustrated by the lack of customer support from Liquid in Kigali. #CustomerServiceFail,Nababajwe nubufasha buke buhabwa abakiriya muri Liquid i Kigali.,,Neutral
334
+ 332,333,Liquid Telecom,333,User_333,Positive,Liquid's cloud services in Rwanda are top-notch. Great for businesses! #CloudComputing,04/07/2023 19:50:35,Liquid's cloud services in Rwanda are top-notch. Great for businesses! #CloudComputing,Serivisi zububiko bwo kuri internet(cloud services) za Liquid ziri hejuru cyane. Ninziza kubucuruzi.,,Positive sentiment
335
+ 333,334,Liquid Telecom,334,User_334,Neutral,Liquid's network expansion in Rwanda could mean better connectivity across the country. #NetworkGrowth,10/25/2023 4:47:09,Liquid's network expansion in Rwanda could mean better connectivity across the country. #NetworkGrowth,Kwagura imiyoboro kwa Liquid mu Rwanda bishobora gutuma hanozwa imiyoboro yitumanaho mu Rwanda.,,Positive sentiment
336
+ 334,335,Liquid Telecom,335,User_335,Negative,Disappointed by the limited coverage of Liquid's fibre network in my area. #CoverageIssues,06/19/2023 10:02:32,Disappointed by the limited coverage of Liquid's fibre network in my area. #CoverageIssues,Nababajwe no gukwirakwiza guke kwumuyoboro wa Liquid fibre mugace kajye.,,Neutral
337
+ 335,336,Liquid Telecom,336,User_336,Positive,Liquid's managed solutions are making IT easy for businesses in Rwanda. #TechSolutions,12/20/2023 22:42:31,Liquid's managed solutions are making IT easy for businesses in Rwanda. #TechSolutions,Ibisubizo bya Liquid byorohereza ikoranabuhanga ry' ubucuruzi mu Rwanda.,,Positive sentiment
338
+ 336,337,Liquid Telecom,337,User_337,Neutral,Liquid's role in Rwanda's digital landscape is growing. What's next for them? #DigitalRwanda,05/25/2023 18:14:24,Liquid's role in Rwanda's digital landscape is growing. What's next for them? #DigitalRwanda,Uruhare rwa Liquid mu ikoranabuhanga ry'u Rwanda ruragenda wriyongera. Ni iki gikurikira kuri bo?,,Neutral
339
+ 337,338,Liquid Telecom,338,User_338,Negative,Experiencing frequent service interruptions with Liquid's network in Rwanda. #UnreliableService,08/11/2023 22:31:45,Experiencing frequent service interruptions with Liquid's network in Rwanda. #UnreliableService,Ndiguhura nikibazo cya serivise ya Liquid iri gucika mu Rwanda.,,Neutral
340
+ 338,339,Liquid Telecom,339,User_339,Positive,Liquid's investment in cybersecurity in Rwanda is boosting business confidence. #SecureTech,11/01/2023 14:14:47,Liquid's investment in cybersecurity in Rwanda is boosting business confidence. #SecureTech,Ishoramari rya Liquid mu mutekano wa interineti mu Rwanda ritera icyizere mu bucuruzi.,,Positive sentiment
341
+ 339,340,Liquid Telecom,340,User_340,Neutral,Watching Liquid's journey in transforming Rwanda's digital infrastructure. #TechTransformation,06/17/2023 3:04:13,Watching Liquid's journey in transforming Rwanda's digital infrastructure. #TechTransformation,Dukurikiranye urugendo rwa Liquid mu guhindura ibikorwaremezo by' ikoranabuhanga ryu Rwanda,,Positive sentiment
342
+ 340,341,Irembo,341,User_341,Positive,Just used Irembo to renew my driving license. So convenient and quick! #DigitalRwanda,04/16/2023 21:03:43,Just used Irembo to renew my driving license. So convenient and quick! #DigitalRwanda,Majije gukoresha Irembo mvugurura uruhushya rwo gutwara. Biroroshye kandi birihuta!,,Positive sentiment
343
+ 341,342,Irembo,342,User_342,Neutral,Irembo now offers over 100 online public services. A big leap for digital governance in Rwanda. #GovTech,04/09/2023 17:18:16,Irembo now offers over 100 online public services. A big leap for digital governance in Rwanda. #GovTech,Irembo ubu itanga serivisi za leta zirenga 100 kuri interineti. Ni intambwe ikomeye mu miyoborere y'ikoranabuhanga mu Rwanda.,,Positive sentiment
344
+ 342,343,Irembo,343,User_343,Negative,Had some issues navigating the Irembo site today. User interface could be more intuitive. #UXMatters,11/27/2023 8:36:05,Had some issues navigating the Irembo site today. User interface could be more intuitive. #UXMatters,"Nahuye nutubazo nkoresha/ntambuka mu rubuga rwa Irembo, Ikoranabuhanga rigaragarira abayikoresha rishobora kongerwa.",,Negative sentiment
345
+ 343,344,Irembo,344,User_344,Positive,Kudos to Irembo for digitizing public services in Rwanda. A true example of efficient e-governance. #TechProgress,3/17/2023 19:13:31,Kudos to Irembo for digitizing public services in Rwanda. A true example of efficient e-governance. #TechProgress,Turashimira Irembo kubwo kushyira serivise za leta ku ikoranabuhanga. Ni urugero rwiza rwubutegetsi bwikoranabuhanga bwiza,,Positive sentiment
346
+ 344,345,Irembo,345,User_345,Neutral,Irembo's partnership with the Rwandan government is setting a new standard for public-private collaborations. #PPP,8/21/2023 6:44:36,Irembo's partnership with the Rwandan government is setting a new standard for public-private collaborations. #PPP,Ubufatanye bwa Irembo na Guverinoma y'u Rwanda burimo gushyiraho igipimo gishya cy'ubufatanye hagati ya leta n'abikorera.,,Positive sentiment
347
+ 345,346,Irembo,346,User_346,Negative,Frustrating experience with delayed responses on Irembo's platform. Hope they improve their customer service. #CustomerSupport,9/23/2023 0:09:07,Frustrating experience with delayed responses on Irembo's platform. Hope they improve their customer service. #CustomerSupport,Serivice yateshaga umutwe n'ibisubizo byatinze kuza ku rubuga rwa Irembo. Nizere ko baraza kunoza uburyo bafasha abakiriya.,,Neutral
348
+ 346,347,Irembo,347,User_347,Positive,Amazing how Irembo is revolutionizing access to government services in Rwanda. Digital transformation at its best! #DigitalInnovation,07/18/2023 20:26:19,Amazing how Irembo is revolutionizing access to government services in Rwanda. Digital transformation at its best! #DigitalInnovation,"Birattangaje ukuntu Irembo iri guhindura uburyo serivisi za leta zitangwa mu Rwanda, ihunduramatware mwikoranabuhanga rihambaye.",,Positive sentiment
349
+ 347,348,Irembo,348,User_348,Neutral,Irembo is playing a critical role in Rwanda's journey to becoming a digital society. #DigitalTransformation,04/02/2023 22:56:03,Irembo is playing a critical role in Rwanda's journey to becoming a digital society. #DigitalTransformation,Irembo ifite uruhare rukomeye mu rugendo rw'u Rwanda rwo kuba sosiyete ikoresha ikoranabuhanga,,Positive sentiment
350
+ 348,349,Irembo,349,User_349,Negative,Encountered payment issues on Irembo today. Hope they fix these glitches soon. #PaymentGateway,9/19/2023 8:43:05,Encountered payment issues on Irembo today. Hope they fix these glitches soon. #PaymentGateway,"Nahuye nikibazo cyo kwishyura kuri Irembo uyu minsi, nizareko babikemura vuba. # umuyoboro wo kwishyura",,Negative sentiment
351
+ 349,350,Irembo,350,User_350,Positive,"Irembo is a game-changer for entrepreneurs in Rwanda, simplifying government interactions. #EaseOfDoingBusiness",11/1/2023 10:43:33,"Irembo is a game-changer for entrepreneurs in Rwanda, simplifying government interactions. #EaseOfDoingBusiness","Irembo iri guhindura umukino kuri ba rwiyezamirimo mu Rwanda, iri koroshya imikoranire na leta",,Positive sentiment
352
+ 350,351,Irembo,351,User_351,Neutral,Irembo's growth reflects the rising trend of digital services in Africa. #AfricanTech,2/21/2023 5:59:09,Irembo's growth reflects the rising trend of digital services in Africa. #AfricanTech,Ukwaguka kwa Irembo kugaragaza izamuka rya serivise zikoranabuhanga muri Afurika,,Positive sentiment
353
+ 351,352,Irembo,352,User_352,Negative,The wait time for service completion on Irembo needs improvement. Efficiency is key! #ServiceDelay,05/03/2023 20:09:48,The wait time for service completion on Irembo needs improvement. Efficiency is key! #ServiceDelay,"Igihe cyo gutegereza serivisi ko irangira kuri Irembo gikwiye kunozwa, ibikora neza nirwo rufunguzo ",,Negative sentiment
354
+ 352,353,Irembo,353,User_353,Positive,Impressed by how Irembo is enhancing digital literacy in Rwanda through its services. #TechForGood,01/03/2024 3:26:03,Impressed by how Irembo is enhancing digital literacy in Rwanda through its services. #TechForGood,Nanejejwe nuburyo Irembo irimo irateza imbere ubumenyi bwibanze mu ikoranabuhanga binyuze muri serivisi zabo,,Positive sentiment
355
+ 353,354,Irembo,354,User_354,Neutral,Irembo's model could be a blueprint for other African countries aiming for digital governance. #TechModel,5/16/2023 1:24:02,Irembo's model could be a blueprint for other African countries aiming for digital governance. #TechModel,Irembo ni icyitegererezo kubindi bihugu by Afurika bigamije imiyoborere ikoresha ikoranabuhanga,,Positive sentiment
356
+ 354,355,Irembo,355,User_355,Negative,The mobile version of Irembo's site could use some enhancements for a better user experience. #MobileUX,9/24/2023 14:16:20,The mobile version of Irembo's site could use some enhancements for a better user experience. #MobileUX,Verisiyo igendanwa y'urubuga rwa Irembo ishobora gukenera kongerwaho ibintu kugira ngo ikoreshwe neza n'abayikoresha.,,Neutral
357
+ 355,356,Irembo,356,User_356,Positive,Irembo's impact on reducing bureaucracy in Rwanda is commendable. #GovernmentInnovation,1/20/2023 7:00:29,Irembo's impact on reducing bureaucracy in Rwanda is commendable. #GovernmentInnovation,Ingaruka Irembo yagize mu kugabanya imikorere y'inzego z'ibanze mu Rwanda ni nziza.,,Positive sentiment
358
+ 356,357,Irembo,357,User_357,Neutral,Irembo's journey from a startup to a key player in Rwanda's digital landscape is inspiring. #StartupGrowth,5/23/2023 3:16:34,Irembo's journey from a startup to a key player in Rwanda's digital landscape is inspiring. #StartupGrowth,Urugendo rwa Irembo kuva itangira kugeza ku kuba umukinnyi w'ingenzi mu ikoranabuhanga ry'u Rwanda rurashishikaje.,,Positive sentiment
359
+ 357,358,Irembo,358,User_358,Negative,Experienced some technical issues on Irembo's platform today. Hoping for a quick resolution. #TechGlitches,07/25/2023 21:47:42,Experienced some technical issues on Irembo's platform today. Hoping for a quick resolution. #TechGlitches,Twahuye n'ibibazo mw'ikoranabuhanga ku rubuga rwa Irembo. Twizeye ko birakemuka mu buryo bwihuse.,,Negative sentiment
360
+ 358,359,Irembo,359,User_359,Positive,Irembo is not just a platform but a catalyst for Rwanda's digital revolution. #DigitalRwanda,03/21/2023 12:03:18,Irembo is not just a platform but a catalyst for Rwanda's digital revolution. #DigitalRwanda,Irembo ntabwo ari urubuga gusa ahubwo ni umusemburo w'ihinduka ry'ikoranabuhanga mu Rwanda.,,Positive sentiment
361
+ 359,360,Irembo,360,User_360,Neutral,Watching Irembo's expansion and its role in transforming public service delivery in Rwanda. #PublicServiceInnovation,04/30/2023 7:30:12,Watching Irembo's expansion and its role in transforming public service delivery in Rwanda. #PublicServiceInnovation,Kureba uko Irembo yaguka n'uruhare rwayo mu guhindura itangwa n'imikorere ya serivisi rusange mu Rwanda.,,Positive sentiment
requirements.txt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==4.2.0
6
+ async-timeout==4.0.3
7
+ attrs==23.2.0
8
+ blinker==1.7.0
9
+ cachetools==5.3.2
10
+ certifi==2023.11.17
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ contourpy==1.2.0
15
+ cycler==0.12.1
16
+ distro==1.9.0
17
+ exceptiongroup==1.2.0
18
+ fonttools==4.47.0
19
+ frozenlist==1.4.1
20
+ gitdb==4.0.11
21
+ GitPython==3.1.40
22
+ h11==0.14.0
23
+ httpcore==1.0.2
24
+ httpx==0.26.0
25
+ idna==3.6
26
+ importlib-metadata==6.11.0
27
+ importlib-resources==6.1.1
28
+ Jinja2==3.1.2
29
+ joblib==1.3.2
30
+ jsonschema==4.20.0
31
+ jsonschema-specifications==2023.12.1
32
+ kiwisolver==1.4.5
33
+ markdown-it-py==3.0.0
34
+ MarkupSafe==2.1.3
35
+ matplotlib==3.8.2
36
+ mdurl==0.1.2
37
+ multidict==6.0.4
38
+ numpy==1.26.3
39
+ openai==0.28.0
40
+ packaging==23.2
41
+ pandas==2.1.4
42
+ pillow==10.2.0
43
+ protobuf==4.25.1
44
+ pyarrow==14.0.2
45
+ pydantic==2.5.3
46
+ pydantic_core==2.14.6
47
+ pydeck==0.8.1b0
48
+ pydub==0.25.1
49
+ Pygments==2.17.2
50
+ pyparsing==3.1.1
51
+ python-dateutil==2.8.2
52
+ python-dotenv==1.0.0
53
+ pytz==2023.3.post1
54
+ referencing==0.32.0
55
+ requests==2.31.0
56
+ rich==13.7.0
57
+ rpds-py==0.16.2
58
+ scikit-learn==1.3.2
59
+ scipy==1.11.4
60
+ six==1.16.0
61
+ smmap==5.0.1
62
+ sniffio==1.3.0
63
+ streamlit==1.29.0
64
+ tenacity==8.2.3
65
+ threadpoolctl==3.2.0
66
+ toml==0.10.2
67
+ toolz==0.12.0
68
+ tornado==6.4
69
+ tqdm==4.66.1
70
+ typing_extensions==4.9.0
71
+ tzdata==2023.4
72
+ tzlocal==5.2
73
+ urllib3==2.1.0
74
+ validators==0.22.0
75
+ watchdog==3.0.0
76
+ wordcloud==1.9.3
77
+ yarl==1.9.4
78
+ zipp==3.17.0
updated_company_tweets.csv ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,company_id,user_id,profile_name,summary,text,date
2
+ 1,Apple,1,User_1,Positive,Incredible service!,2023-06-26 10:01:53.412559
3
+ 2,Apple,2,User_2,Positive,Loving the new product.,2023-02-21 10:01:53.412559
4
+ 3,Apple,3,User_3,Positive,Fantastic experience!,2023-05-02 10:01:53.412559
5
+ 4,Apple,4,User_4,Positive,Very satisfied with the results.,2023-07-16 10:01:53.412559
6
+ 5,Apple,5,User_5,Positive,Exceeds my expectations.,2023-11-24 10:01:53.412559
7
+ 6,Apple,6,User_6,Negative,Very disappointed!,2023-09-13 10:01:53.412559
8
+ 7,Apple,7,User_7,Negative,Poor customer service.,2023-07-19 10:01:53.412559
9
+ 8,Apple,8,User_8,Negative,Not worth the money.,2023-12-30 10:01:53.412559
10
+ 9,Apple,9,User_9,Negative,Had a bad experience.,2023-01-14 10:01:53.412559
11
+ 10,Apple,10,User_10,Negative,Would not recommend.,2023-08-04 10:01:53.412559
12
+ 11,Apple,11,User_11,Neutral,It was okay.,2023-10-09 10:01:53.412559
13
+ 12,Apple,12,User_12,Neutral,Nothing special but not bad.,2023-09-04 10:01:53.412559
14
+ 13,Apple,13,User_13,Neutral,Average experience.,2023-10-24 10:01:53.412559
15
+ 14,Apple,14,User_14,Neutral,Nothing to complain about.,2023-04-02 10:01:53.412559
16
+ 15,Apple,15,User_15,Neutral,Met my expectations.,2023-03-16 10:01:53.412559
17
+ 16,Apple,16,User_16,Positive,Incredible service!,2023-04-03 10:01:53.412559
18
+ 17,Apple,17,User_17,Positive,Loving the new product.,2023-11-15 10:01:53.412559
19
+ 18,Apple,18,User_18,Positive,Fantastic experience!,2023-07-17 10:01:53.412559
20
+ 19,Apple,19,User_19,Positive,Very satisfied with the results.,2023-02-13 10:01:53.412559
21
+ 20,Apple,20,User_20,Positive,Exceeds my expectations.,2023-04-02 10:01:53.412559
22
+ 21,Apple,21,User_21,Negative,Very disappointed!,2023-06-28 10:01:53.412559
23
+ 22,Apple,22,User_22,Negative,Poor customer service.,2023-04-03 10:01:53.412559
24
+ 23,Apple,23,User_23,Negative,Not worth the money.,2023-12-08 10:01:53.412559
25
+ 24,Apple,24,User_24,Negative,Had a bad experience.,2023-06-19 10:01:53.412559
26
+ 25,Apple,25,User_25,Negative,Would not recommend.,2023-01-30 10:01:53.412559
27
+ 26,Apple,26,User_26,Neutral,It was okay.,2023-12-04 10:01:53.412559
28
+ 27,Apple,27,User_27,Neutral,Nothing special but not bad.,2023-03-18 10:01:53.412559
29
+ 28,Apple,28,User_28,Neutral,Average experience.,2023-09-27 10:01:53.412559
30
+ 29,Apple,29,User_29,Neutral,Nothing to complain about.,2023-04-30 10:01:53.412559
31
+ 30,Apple,30,User_30,Neutral,Met my expectations.,2023-09-05 10:01:53.412559
32
+ 31,Walmart,31,User_31,Positive,Incredible service!,2023-07-21 10:01:53.412559
33
+ 32,Walmart,32,User_32,Positive,Loving the new product.,2023-12-06 10:01:53.412559
34
+ 33,Walmart,33,User_33,Positive,Fantastic experience!,2023-12-09 10:01:53.412559
35
+ 34,Walmart,34,User_34,Positive,Very satisfied with the results.,2023-04-14 10:01:53.412559
36
+ 35,Walmart,35,User_35,Positive,Exceeds my expectations.,2023-07-01 10:01:53.412559
37
+ 36,Walmart,36,User_36,Negative,Very disappointed!,2023-09-05 10:01:53.412559
38
+ 37,Walmart,37,User_37,Negative,Poor customer service.,2023-10-17 10:01:53.412559
39
+ 38,Walmart,38,User_38,Negative,Not worth the money.,2023-06-01 10:01:53.412559
40
+ 39,Walmart,39,User_39,Negative,Had a bad experience.,2023-06-01 10:01:53.412559
41
+ 40,Walmart,40,User_40,Negative,Would not recommend.,2023-10-20 10:01:53.412559
42
+ 41,Walmart,41,User_41,Neutral,It was okay.,2023-09-27 10:01:53.412559
43
+ 42,Walmart,42,User_42,Neutral,Nothing special but not bad.,2023-07-09 10:01:53.412559
44
+ 43,Walmart,43,User_43,Neutral,Average experience.,2023-05-12 10:01:53.412559
45
+ 44,Walmart,44,User_44,Neutral,Nothing to complain about.,2023-02-06 10:01:53.412559
46
+ 45,Walmart,45,User_45,Neutral,Met my expectations.,2023-02-05 10:01:53.412559
47
+ 46,Walmart,46,User_46,Positive,Incredible service!,2023-07-26 10:01:53.412559
48
+ 47,Walmart,47,User_47,Positive,Loving the new product.,2023-09-06 10:01:53.412559
49
+ 48,Walmart,48,User_48,Positive,Fantastic experience!,2023-06-05 10:01:53.412559
50
+ 49,Walmart,49,User_49,Positive,Very satisfied with the results.,2023-06-17 10:01:53.412559
51
+ 50,Walmart,50,User_50,Positive,Exceeds my expectations.,2023-07-07 10:01:53.412559
52
+ 51,Walmart,51,User_51,Negative,Very disappointed!,2023-02-02 10:01:53.412559
53
+ 52,Walmart,52,User_52,Negative,Poor customer service.,2023-10-22 10:01:53.412559
54
+ 53,Walmart,53,User_53,Negative,Not worth the money.,2023-05-13 10:01:53.412559
55
+ 54,Walmart,54,User_54,Negative,Had a bad experience.,2023-05-13 10:01:53.412559
56
+ 55,Walmart,55,User_55,Negative,Would not recommend.,2023-02-27 10:01:53.412559
57
+ 56,Walmart,56,User_56,Neutral,It was okay.,2023-02-12 10:01:53.412559
58
+ 57,Walmart,57,User_57,Neutral,Nothing special but not bad.,2023-09-06 10:01:53.412559
59
+ 58,Walmart,58,User_58,Neutral,Average experience.,2023-10-05 10:01:53.412559
60
+ 59,Walmart,59,User_59,Neutral,Nothing to complain about.,2023-12-06 10:01:53.412559
61
+ 60,Walmart,60,User_60,Neutral,Met my expectations.,2023-04-20 10:01:53.412559
62
+ 61,Amazon,61,User_61,Positive,Incredible service!,2023-02-16 10:01:53.412559
63
+ 62,Amazon,62,User_62,Positive,Loving the new product.,2023-02-05 10:01:53.412559
64
+ 63,Amazon,63,User_63,Positive,Fantastic experience!,2023-09-19 10:01:53.412559
65
+ 64,Amazon,64,User_64,Positive,Very satisfied with the results.,2023-11-22 10:01:53.412559
66
+ 65,Amazon,65,User_65,Positive,Exceeds my expectations.,2023-03-03 10:01:53.412559
67
+ 66,Amazon,66,User_66,Negative,Very disappointed!,2023-10-23 10:01:53.412559
68
+ 67,Amazon,67,User_67,Negative,Poor customer service.,2023-12-29 10:01:53.412559
69
+ 68,Amazon,68,User_68,Negative,Not worth the money.,2023-05-04 10:01:53.412559
70
+ 69,Amazon,69,User_69,Negative,Had a bad experience.,2023-09-29 10:01:53.412559
71
+ 70,Amazon,70,User_70,Negative,Would not recommend.,2023-03-28 10:01:53.412559
72
+ 71,Amazon,71,User_71,Neutral,It was okay.,2023-04-06 10:01:53.412559
73
+ 72,Amazon,72,User_72,Neutral,Nothing special but not bad.,2023-04-14 10:01:53.412559
74
+ 73,Amazon,73,User_73,Neutral,Average experience.,2023-02-27 10:01:53.412559
75
+ 74,Amazon,74,User_74,Neutral,Nothing to complain about.,2023-05-06 10:01:53.412559
76
+ 75,Amazon,75,User_75,Neutral,Met my expectations.,2023-03-30 10:01:53.412559
77
+ 76,Amazon,76,User_76,Positive,Incredible service!,2023-07-27 10:01:53.412559
78
+ 77,Amazon,77,User_77,Positive,Loving the new product.,2023-11-25 10:01:53.412559
79
+ 78,Amazon,78,User_78,Positive,Fantastic experience!,2023-09-24 10:01:53.412559
80
+ 79,Amazon,79,User_79,Positive,Very satisfied with the results.,2023-02-21 10:01:53.412559
81
+ 80,Amazon,80,User_80,Positive,Exceeds my expectations.,2023-05-12 10:01:53.412559
82
+ 81,Amazon,81,User_81,Negative,Very disappointed!,2023-05-16 10:01:53.412559
83
+ 82,Amazon,82,User_82,Negative,Poor customer service.,2023-12-27 10:01:53.412559
84
+ 83,Amazon,83,User_83,Negative,Not worth the money.,2023-07-04 10:01:53.412559
85
+ 84,Amazon,84,User_84,Negative,Had a bad experience.,2023-12-05 10:01:53.412559
86
+ 85,Amazon,85,User_85,Negative,Would not recommend.,2023-05-28 10:01:53.412559
87
+ 86,Amazon,86,User_86,Neutral,It was okay.,2023-06-02 10:01:53.412559
88
+ 87,Amazon,87,User_87,Neutral,Nothing special but not bad.,2023-08-20 10:01:53.412559
89
+ 88,Amazon,88,User_88,Neutral,Average experience.,2023-10-11 10:01:53.412559
90
+ 89,Amazon,89,User_89,Neutral,Nothing to complain about.,2023-07-31 10:01:53.412559
91
+ 90,Amazon,90,User_90,Neutral,Met my expectations.,2023-12-12 10:01:53.412559
92
+ 91,ExxonMobil,91,User_91,Positive,Incredible service!,2023-02-22 10:01:53.412559
93
+ 92,ExxonMobil,92,User_92,Positive,Loving the new product.,2023-11-06 10:01:53.412559
94
+ 93,ExxonMobil,93,User_93,Positive,Fantastic experience!,2023-03-15 10:01:53.412559
95
+ 94,ExxonMobil,94,User_94,Positive,Very satisfied with the results.,2023-06-23 10:01:53.412559
96
+ 95,ExxonMobil,95,User_95,Positive,Exceeds my expectations.,2023-06-17 10:01:53.412559
97
+ 96,ExxonMobil,96,User_96,Negative,Very disappointed!,2023-04-10 10:01:53.412559
98
+ 97,ExxonMobil,97,User_97,Negative,Poor customer service.,2023-07-21 10:01:53.412559
99
+ 98,ExxonMobil,98,User_98,Negative,Not worth the money.,2023-04-09 10:01:53.412559
100
+ 99,ExxonMobil,99,User_99,Negative,Had a bad experience.,2023-09-18 10:01:53.412559
101
+ 100,ExxonMobil,100,User_100,Negative,Would not recommend.,2023-07-02 10:01:53.412559
102
+ 101,ExxonMobil,101,User_101,Neutral,It was okay.,2023-10-24 10:01:53.412559
103
+ 102,ExxonMobil,102,User_102,Neutral,Nothing special but not bad.,2023-11-05 10:01:53.412559
104
+ 103,ExxonMobil,103,User_103,Neutral,Average experience.,2023-12-20 10:01:53.412559
105
+ 104,ExxonMobil,104,User_104,Neutral,Nothing to complain about.,2023-04-13 10:01:53.412559
106
+ 105,ExxonMobil,105,User_105,Neutral,Met my expectations.,2023-02-16 10:01:53.412559
107
+ 106,ExxonMobil,106,User_106,Positive,Incredible service!,2023-07-25 10:01:53.412559
108
+ 107,ExxonMobil,107,User_107,Positive,Loving the new product.,2023-01-05 10:01:53.412559
109
+ 108,ExxonMobil,108,User_108,Positive,Fantastic experience!,2023-02-17 10:01:53.412559
110
+ 109,ExxonMobil,109,User_109,Positive,Very satisfied with the results.,2023-01-28 10:01:53.412559
111
+ 110,ExxonMobil,110,User_110,Positive,Exceeds my expectations.,2023-07-11 10:01:53.412559
112
+ 111,ExxonMobil,111,User_111,Negative,Very disappointed!,2023-05-15 10:01:53.412559
113
+ 112,ExxonMobil,112,User_112,Negative,Poor customer service.,2023-04-13 10:01:53.412559
114
+ 113,ExxonMobil,113,User_113,Negative,Not worth the money.,2023-03-08 10:01:53.412559
115
+ 114,ExxonMobil,114,User_114,Negative,Had a bad experience.,2023-08-15 10:01:53.412559
116
+ 115,ExxonMobil,115,User_115,Negative,Would not recommend.,2023-05-08 10:01:53.412559
117
+ 116,ExxonMobil,116,User_116,Neutral,It was okay.,2023-03-28 10:01:53.412559
118
+ 117,ExxonMobil,117,User_117,Neutral,Nothing special but not bad.,2023-08-20 10:01:53.412559
119
+ 118,ExxonMobil,118,User_118,Neutral,Average experience.,2023-06-02 10:01:53.412559
120
+ 119,ExxonMobil,119,User_119,Neutral,Nothing to complain about.,2023-08-02 10:01:53.412559
121
+ 120,ExxonMobil,120,User_120,Neutral,Met my expectations.,2023-02-24 10:01:53.412559
122
+ 121,CVS Health,121,User_121,Positive,Incredible service!,2023-10-02 10:01:53.412559
123
+ 122,CVS Health,122,User_122,Positive,Loving the new product.,2023-02-15 10:01:53.412559
124
+ 123,CVS Health,123,User_123,Positive,Fantastic experience!,2023-03-04 10:01:53.412559
125
+ 124,CVS Health,124,User_124,Positive,Very satisfied with the results.,2023-07-17 10:01:53.412559
126
+ 125,CVS Health,125,User_125,Positive,Exceeds my expectations.,2023-02-10 10:01:53.412559
127
+ 126,CVS Health,126,User_126,Negative,Very disappointed!,2023-09-28 10:01:53.412559
128
+ 127,CVS Health,127,User_127,Negative,Poor customer service.,2023-04-01 10:01:53.412559
129
+ 128,CVS Health,128,User_128,Negative,Not worth the money.,2023-02-17 10:01:53.412559
130
+ 129,CVS Health,129,User_129,Negative,Had a bad experience.,2023-12-31 10:01:53.412559
131
+ 130,CVS Health,130,User_130,Negative,Would not recommend.,2023-01-16 10:01:53.412559
132
+ 131,CVS Health,131,User_131,Neutral,It was okay.,2023-09-20 10:01:53.412559
133
+ 132,CVS Health,132,User_132,Neutral,Nothing special but not bad.,2023-11-08 10:01:53.412559
134
+ 133,CVS Health,133,User_133,Neutral,Average experience.,2023-03-26 10:01:53.412559
135
+ 134,CVS Health,134,User_134,Neutral,Nothing to complain about.,2023-02-06 10:01:53.412559
136
+ 135,CVS Health,135,User_135,Neutral,Met my expectations.,2023-07-06 10:01:53.412559
137
+ 136,CVS Health,136,User_136,Positive,Incredible service!,2023-05-13 10:01:53.412559
138
+ 137,CVS Health,137,User_137,Positive,Loving the new product.,2023-10-26 10:01:53.412559
139
+ 138,CVS Health,138,User_138,Positive,Fantastic experience!,2023-10-07 10:01:53.412559
140
+ 139,CVS Health,139,User_139,Positive,Very satisfied with the results.,2023-06-28 10:01:53.412559
141
+ 140,CVS Health,140,User_140,Positive,Exceeds my expectations.,2023-02-16 10:01:53.412559
142
+ 141,CVS Health,141,User_141,Negative,Very disappointed!,2023-07-08 10:01:53.412559
143
+ 142,CVS Health,142,User_142,Negative,Poor customer service.,2023-03-23 10:01:53.412559
144
+ 143,CVS Health,143,User_143,Negative,Not worth the money.,2023-10-18 10:01:53.412559
145
+ 144,CVS Health,144,User_144,Negative,Had a bad experience.,2023-10-12 10:01:53.412559
146
+ 145,CVS Health,145,User_145,Negative,Would not recommend.,2023-05-10 10:01:53.412559
147
+ 146,CVS Health,146,User_146,Neutral,It was okay.,2023-09-20 10:01:53.412559
148
+ 147,CVS Health,147,User_147,Neutral,Nothing special but not bad.,2023-01-08 10:01:53.412559
149
+ 148,CVS Health,148,User_148,Neutral,Average experience.,2023-04-09 10:01:53.412559
150
+ 149,CVS Health,149,User_149,Neutral,Nothing to complain about.,2023-08-19 10:01:53.412559
151
+ 150,CVS Health,150,User_150,Neutral,Met my expectations.,2024-01-03 10:01:53.412559
152
+ 151,Berkshire Hathaway,151,User_151,Positive,Incredible service!,2023-10-01 10:01:53.412559
153
+ 152,Berkshire Hathaway,152,User_152,Positive,Loving the new product.,2023-10-28 10:01:53.412559
154
+ 153,Berkshire Hathaway,153,User_153,Positive,Fantastic experience!,2023-11-29 10:01:53.412559
155
+ 154,Berkshire Hathaway,154,User_154,Positive,Very satisfied with the results.,2023-01-24 10:01:53.412559
156
+ 155,Berkshire Hathaway,155,User_155,Positive,Exceeds my expectations.,2023-04-10 10:01:53.412559
157
+ 156,Berkshire Hathaway,156,User_156,Negative,Very disappointed!,2023-11-29 10:01:53.412559
158
+ 157,Berkshire Hathaway,157,User_157,Negative,Poor customer service.,2023-09-10 10:01:53.412559
159
+ 158,Berkshire Hathaway,158,User_158,Negative,Not worth the money.,2023-07-04 10:01:53.412559
160
+ 159,Berkshire Hathaway,159,User_159,Negative,Had a bad experience.,2023-11-24 10:01:53.412559
161
+ 160,Berkshire Hathaway,160,User_160,Negative,Would not recommend.,2023-11-18 10:01:53.412559
162
+ 161,Berkshire Hathaway,161,User_161,Neutral,It was okay.,2023-10-02 10:01:53.412559
163
+ 162,Berkshire Hathaway,162,User_162,Neutral,Nothing special but not bad.,2023-12-23 10:01:53.412559
164
+ 163,Berkshire Hathaway,163,User_163,Neutral,Average experience.,2023-09-22 10:01:53.412559
165
+ 164,Berkshire Hathaway,164,User_164,Neutral,Nothing to complain about.,2023-08-30 10:01:53.412559
166
+ 165,Berkshire Hathaway,165,User_165,Neutral,Met my expectations.,2023-05-24 10:01:53.412559
167
+ 166,Berkshire Hathaway,166,User_166,Positive,Incredible service!,2023-04-01 10:01:53.412559
168
+ 167,Berkshire Hathaway,167,User_167,Positive,Loving the new product.,2023-04-24 10:01:53.412559
169
+ 168,Berkshire Hathaway,168,User_168,Positive,Fantastic experience!,2023-12-02 10:01:53.412559
170
+ 169,Berkshire Hathaway,169,User_169,Positive,Very satisfied with the results.,2023-07-08 10:01:53.412559
171
+ 170,Berkshire Hathaway,170,User_170,Positive,Exceeds my expectations.,2023-01-21 10:01:53.412559
172
+ 171,Berkshire Hathaway,171,User_171,Negative,Very disappointed!,2023-06-06 10:01:53.412559
173
+ 172,Berkshire Hathaway,172,User_172,Negative,Poor customer service.,2023-06-03 10:01:53.412559
174
+ 173,Berkshire Hathaway,173,User_173,Negative,Not worth the money.,2023-04-25 10:01:53.412559
175
+ 174,Berkshire Hathaway,174,User_174,Negative,Had a bad experience.,2023-01-30 10:01:53.412559
176
+ 175,Berkshire Hathaway,175,User_175,Negative,Would not recommend.,2023-05-02 10:01:53.412559
177
+ 176,Berkshire Hathaway,176,User_176,Neutral,It was okay.,2023-03-29 10:01:53.412559
178
+ 177,Berkshire Hathaway,177,User_177,Neutral,Nothing special but not bad.,2023-06-15 10:01:53.412559
179
+ 178,Berkshire Hathaway,178,User_178,Neutral,Average experience.,2023-12-31 10:01:53.412559
180
+ 179,Berkshire Hathaway,179,User_179,Neutral,Nothing to complain about.,2023-08-21 10:01:53.412559
181
+ 180,Berkshire Hathaway,180,User_180,Neutral,Met my expectations.,2023-09-13 10:01:53.412559
182
+ 181,Alphabet (Google),181,User_181,Positive,Incredible service!,2023-05-06 10:01:53.412559
183
+ 182,Alphabet (Google),182,User_182,Positive,Loving the new product.,2023-11-27 10:01:53.412559
184
+ 183,Alphabet (Google),183,User_183,Positive,Fantastic experience!,2023-10-19 10:01:53.412559
185
+ 184,Alphabet (Google),184,User_184,Positive,Very satisfied with the results.,2023-01-18 10:01:53.412559
186
+ 185,Alphabet (Google),185,User_185,Positive,Exceeds my expectations.,2023-11-28 10:01:53.412559
187
+ 186,Alphabet (Google),186,User_186,Negative,Very disappointed!,2023-07-08 10:01:53.412559
188
+ 187,Alphabet (Google),187,User_187,Negative,Poor customer service.,2023-06-06 10:01:53.412559
189
+ 188,Alphabet (Google),188,User_188,Negative,Not worth the money.,2023-03-25 10:01:53.412559
190
+ 189,Alphabet (Google),189,User_189,Negative,Had a bad experience.,2023-02-15 10:01:53.412559
191
+ 190,Alphabet (Google),190,User_190,Negative,Would not recommend.,2023-10-06 10:01:53.412559
192
+ 191,Alphabet (Google),191,User_191,Neutral,It was okay.,2023-02-14 10:01:53.412559
193
+ 192,Alphabet (Google),192,User_192,Neutral,Nothing special but not bad.,2023-07-31 10:01:53.412559
194
+ 193,Alphabet (Google),193,User_193,Neutral,Average experience.,2023-09-29 10:01:53.412559
195
+ 194,Alphabet (Google),194,User_194,Neutral,Nothing to complain about.,2023-06-20 10:01:53.412559
196
+ 195,Alphabet (Google),195,User_195,Neutral,Met my expectations.,2023-04-26 10:01:53.412559
197
+ 196,Alphabet (Google),196,User_196,Positive,Incredible service!,2023-12-20 10:01:53.412559
198
+ 197,Alphabet (Google),197,User_197,Positive,Loving the new product.,2023-05-14 10:01:53.412559
199
+ 198,Alphabet (Google),198,User_198,Positive,Fantastic experience!,2023-08-16 10:01:53.412559
200
+ 199,Alphabet (Google),199,User_199,Positive,Very satisfied with the results.,2023-11-01 10:01:53.412559
201
+ 200,Alphabet (Google),200,User_200,Positive,Exceeds my expectations.,2023-08-09 10:01:53.412559
202
+ 201,Alphabet (Google),201,User_201,Negative,Very disappointed!,2023-01-29 10:01:53.412559
203
+ 202,Alphabet (Google),202,User_202,Negative,Poor customer service.,2023-03-13 10:01:53.412559
204
+ 203,Alphabet (Google),203,User_203,Negative,Not worth the money.,2023-09-21 10:01:53.412559
205
+ 204,Alphabet (Google),204,User_204,Negative,Had a bad experience.,2023-08-27 10:01:53.412559
206
+ 205,Alphabet (Google),205,User_205,Negative,Would not recommend.,2023-07-28 10:01:53.412559
207
+ 206,Alphabet (Google),206,User_206,Neutral,It was okay.,2023-10-23 10:01:53.412559
208
+ 207,Alphabet (Google),207,User_207,Neutral,Nothing special but not bad.,2023-08-07 10:01:53.412559
209
+ 208,Alphabet (Google),208,User_208,Neutral,Average experience.,2023-07-13 10:01:53.412559
210
+ 209,Alphabet (Google),209,User_209,Neutral,Nothing to complain about.,2023-07-21 10:01:53.412559
211
+ 210,Alphabet (Google),210,User_210,Neutral,Met my expectations.,2023-08-08 10:01:53.412559
212
+ 211,Facebook,211,User_211,Positive,Incredible service!,2023-02-17 10:01:53.412559
213
+ 212,Facebook,212,User_212,Positive,Loving the new product.,2023-02-06 10:01:53.412559
214
+ 213,Facebook,213,User_213,Positive,Fantastic experience!,2023-01-16 10:01:53.412559
215
+ 214,Facebook,214,User_214,Positive,Very satisfied with the results.,2023-04-19 10:01:53.412559
216
+ 215,Facebook,215,User_215,Positive,Exceeds my expectations.,2023-08-05 10:01:53.412559
217
+ 216,Facebook,216,User_216,Negative,Very disappointed!,2023-05-23 10:01:53.412559
218
+ 217,Facebook,217,User_217,Negative,Poor customer service.,2023-07-06 10:01:53.412559
219
+ 218,Facebook,218,User_218,Negative,Not worth the money.,2023-05-10 10:01:53.412559
220
+ 219,Facebook,219,User_219,Negative,Had a bad experience.,2023-06-10 10:01:53.412559
221
+ 220,Facebook,220,User_220,Negative,Would not recommend.,2023-04-26 10:01:53.412559
222
+ 221,Facebook,221,User_221,Neutral,It was okay.,2023-09-20 10:01:53.412559
223
+ 222,Facebook,222,User_222,Neutral,Nothing special but not bad.,2023-02-01 10:01:53.412559
224
+ 223,Facebook,223,User_223,Neutral,Average experience.,2023-08-10 10:01:53.412559
225
+ 224,Facebook,224,User_224,Neutral,Nothing to complain about.,2023-06-05 10:01:53.412559
226
+ 225,Facebook,225,User_225,Neutral,Met my expectations.,2023-11-10 10:01:53.412559
227
+ 226,Facebook,226,User_226,Positive,Incredible service!,2023-11-08 10:01:53.412559
228
+ 227,Facebook,227,User_227,Positive,Loving the new product.,2023-06-28 10:01:53.412559
229
+ 228,Facebook,228,User_228,Positive,Fantastic experience!,2023-06-02 10:01:53.412559
230
+ 229,Facebook,229,User_229,Positive,Very satisfied with the results.,2023-02-03 10:01:53.412559
231
+ 230,Facebook,230,User_230,Positive,Exceeds my expectations.,2023-03-13 10:01:53.412559
232
+ 231,Facebook,231,User_231,Negative,Very disappointed!,2023-02-09 10:01:53.412559
233
+ 232,Facebook,232,User_232,Negative,Poor customer service.,2023-10-27 10:01:53.412559
234
+ 233,Facebook,233,User_233,Negative,Not worth the money.,2023-03-19 10:01:53.412559
235
+ 234,Facebook,234,User_234,Negative,Had a bad experience.,2023-10-29 10:01:53.412559
236
+ 235,Facebook,235,User_235,Negative,Would not recommend.,2023-11-03 10:01:53.412559
237
+ 236,Facebook,236,User_236,Neutral,It was okay.,2023-08-11 10:01:53.412559
238
+ 237,Facebook,237,User_237,Neutral,Nothing special but not bad.,2024-01-04 10:01:53.412559
239
+ 238,Facebook,238,User_238,Neutral,Average experience.,2023-09-21 10:01:53.412559
240
+ 239,Facebook,239,User_239,Neutral,Nothing to complain about.,2023-10-19 10:01:53.412559
241
+ 240,Facebook,240,User_240,Neutral,Met my expectations.,2023-09-27 10:01:53.412559
242
+ 241,JPMorgan Chase,241,User_241,Positive,Incredible service!,2023-02-01 10:01:53.412559
243
+ 242,JPMorgan Chase,242,User_242,Positive,Loving the new product.,2023-07-23 10:01:53.412559
244
+ 243,JPMorgan Chase,243,User_243,Positive,Fantastic experience!,2023-03-07 10:01:53.412559
245
+ 244,JPMorgan Chase,244,User_244,Positive,Very satisfied with the results.,2023-12-12 10:01:53.412559
246
+ 245,JPMorgan Chase,245,User_245,Positive,Exceeds my expectations.,2023-12-24 10:01:53.412559
247
+ 246,JPMorgan Chase,246,User_246,Negative,Very disappointed!,2023-02-18 10:01:53.412559
248
+ 247,JPMorgan Chase,247,User_247,Negative,Poor customer service.,2023-10-22 10:01:53.412559
249
+ 248,JPMorgan Chase,248,User_248,Negative,Not worth the money.,2023-04-03 10:01:53.412559
250
+ 249,JPMorgan Chase,249,User_249,Negative,Had a bad experience.,2023-02-07 10:01:53.412559
251
+ 250,JPMorgan Chase,250,User_250,Negative,Would not recommend.,2023-05-18 10:01:53.412559
252
+ 251,JPMorgan Chase,251,User_251,Neutral,It was okay.,2023-08-25 10:01:53.412559
253
+ 252,JPMorgan Chase,252,User_252,Neutral,Nothing special but not bad.,2023-09-17 10:01:53.412559
254
+ 253,JPMorgan Chase,253,User_253,Neutral,Average experience.,2023-02-10 10:01:53.412559
255
+ 254,JPMorgan Chase,254,User_254,Neutral,Nothing to complain about.,2023-09-18 10:01:53.412559
256
+ 255,JPMorgan Chase,255,User_255,Neutral,Met my expectations.,2023-10-22 10:01:53.412559
257
+ 256,JPMorgan Chase,256,User_256,Positive,Incredible service!,2023-07-21 10:01:53.412559
258
+ 257,JPMorgan Chase,257,User_257,Positive,Loving the new product.,2023-09-16 10:01:53.412559
259
+ 258,JPMorgan Chase,258,User_258,Positive,Fantastic experience!,2023-03-26 10:01:53.412559
260
+ 259,JPMorgan Chase,259,User_259,Positive,Very satisfied with the results.,2023-05-21 10:01:53.412559
261
+ 260,JPMorgan Chase,260,User_260,Positive,Exceeds my expectations.,2023-07-13 10:01:53.412559
262
+ 261,JPMorgan Chase,261,User_261,Negative,Very disappointed!,2023-05-14 10:01:53.412559
263
+ 262,JPMorgan Chase,262,User_262,Negative,Poor customer service.,2023-08-02 10:01:53.412559
264
+ 263,JPMorgan Chase,263,User_263,Negative,Not worth the money.,2023-10-23 10:01:53.412559
265
+ 264,JPMorgan Chase,264,User_264,Negative,Had a bad experience.,2023-12-18 10:01:53.412559
266
+ 265,JPMorgan Chase,265,User_265,Negative,Would not recommend.,2023-06-22 10:01:53.412559
267
+ 266,JPMorgan Chase,266,User_266,Neutral,It was okay.,2023-10-24 10:01:53.412559
268
+ 267,JPMorgan Chase,267,User_267,Neutral,Nothing special but not bad.,2023-06-30 10:01:53.412559
269
+ 268,JPMorgan Chase,268,User_268,Neutral,Average experience.,2023-01-30 10:01:53.412559
270
+ 269,JPMorgan Chase,269,User_269,Neutral,Nothing to complain about.,2023-11-24 10:01:53.412559
271
+ 270,JPMorgan Chase,270,User_270,Neutral,Met my expectations.,2023-12-30 10:01:53.412559
272
+ 271,Johnson & Johnson,271,User_271,Positive,Incredible service!,2023-10-23 10:01:53.412559
273
+ 272,Johnson & Johnson,272,User_272,Positive,Loving the new product.,2023-04-29 10:01:53.412559
274
+ 273,Johnson & Johnson,273,User_273,Positive,Fantastic experience!,2023-10-18 10:01:53.412559
275
+ 274,Johnson & Johnson,274,User_274,Positive,Very satisfied with the results.,2023-02-03 10:01:53.412559
276
+ 275,Johnson & Johnson,275,User_275,Positive,Exceeds my expectations.,2023-09-03 10:01:53.412559
277
+ 276,Johnson & Johnson,276,User_276,Negative,Very disappointed!,2023-10-21 10:01:53.412559
278
+ 277,Johnson & Johnson,277,User_277,Negative,Poor customer service.,2023-05-31 10:01:53.412559
279
+ 278,Johnson & Johnson,278,User_278,Negative,Not worth the money.,2023-10-05 10:01:53.412559
280
+ 279,Johnson & Johnson,279,User_279,Negative,Had a bad experience.,2023-08-14 10:01:53.412559
281
+ 280,Johnson & Johnson,280,User_280,Negative,Would not recommend.,2023-12-11 10:01:53.412559
282
+ 281,Johnson & Johnson,281,User_281,Neutral,It was okay.,2023-01-07 10:01:53.412559
283
+ 282,Johnson & Johnson,282,User_282,Neutral,Nothing special but not bad.,2023-03-15 10:01:53.412559
284
+ 283,Johnson & Johnson,283,User_283,Neutral,Average experience.,2023-12-28 10:01:53.412559
285
+ 284,Johnson & Johnson,284,User_284,Neutral,Nothing to complain about.,2023-02-18 10:01:53.412559
286
+ 285,Johnson & Johnson,285,User_285,Neutral,Met my expectations.,2023-09-15 10:01:53.412559
287
+ 286,Johnson & Johnson,286,User_286,Positive,Incredible service!,2023-11-23 10:01:53.412559
288
+ 287,Johnson & Johnson,287,User_287,Positive,Loving the new product.,2023-04-26 10:01:53.412559
289
+ 288,Johnson & Johnson,288,User_288,Positive,Fantastic experience!,2023-04-06 10:01:53.412559
290
+ 289,Johnson & Johnson,289,User_289,Positive,Very satisfied with the results.,2023-12-12 10:01:53.412559
291
+ 290,Johnson & Johnson,290,User_290,Positive,Exceeds my expectations.,2023-02-13 10:01:53.412559
292
+ 291,Johnson & Johnson,291,User_291,Negative,Very disappointed!,2023-06-04 10:01:53.412559
293
+ 292,Johnson & Johnson,292,User_292,Negative,Poor customer service.,2023-05-30 10:01:53.412559
294
+ 293,Johnson & Johnson,293,User_293,Negative,Not worth the money.,2023-07-22 10:01:53.412559
295
+ 294,Johnson & Johnson,294,User_294,Negative,Had a bad experience.,2023-10-06 10:01:53.412559
296
+ 295,Johnson & Johnson,295,User_295,Negative,Would not recommend.,2023-12-19 10:01:53.412559
297
+ 296,Johnson & Johnson,296,User_296,Neutral,It was okay.,2023-02-17 10:01:53.412559
298
+ 297,Johnson & Johnson,297,User_297,Neutral,Nothing special but not bad.,2023-03-29 10:01:53.412559
299
+ 298,Johnson & Johnson,298,User_298,Neutral,Average experience.,2023-10-29 10:01:53.412559
300
+ 299,Johnson & Johnson,299,User_299,Neutral,Nothing to complain about.,2023-04-08 10:01:53.412559
301
+ 300,Johnson & Johnson,300,User_300,Neutral,Met my expectations.,2023-06-28 10:01:53.412559
v.ogg ADDED
Binary file (16.9 kB). View file
 
voice_test_1.mp3 ADDED
Binary file (34.8 kB). View file