BesottenJenny commited on
Commit
ecee205
·
verified ·
1 Parent(s): c7b15fe

Upload 15 files

Browse files
.gitattributes CHANGED
@@ -34,4 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  src/Negative[[:space:]]-[[:space:]]Topic[[:space:]]Activities[[:space:]]Over[[:space:]]Time.png filter=lfs diff=lfs merge=lfs -text
 
37
  src/Positive[[:space:]]-[[:space:]]Topic[[:space:]]Activities[[:space:]]Over[[:space:]]Time.png filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  src/Negative[[:space:]]-[[:space:]]Topic[[:space:]]Activities[[:space:]]Over[[:space:]]Time.png filter=lfs diff=lfs merge=lfs -text
37
+ src/Negative[[:space:]]-[[:space:]]Wordcloud.png filter=lfs diff=lfs merge=lfs -text
38
  src/Positive[[:space:]]-[[:space:]]Topic[[:space:]]Activities[[:space:]]Over[[:space:]]Time.png filter=lfs diff=lfs merge=lfs -text
39
+ src/Positive[[:space:]]-[[:space:]]Wordcloud.png filter=lfs diff=lfs merge=lfs -text
src/EDA.py CHANGED
@@ -67,6 +67,14 @@ def run():
67
  fig = px.histogram(df, x='text_length', nbins=50, title='Review Length Distribution')
68
  st.plotly_chart(fig, use_container_width=True)
69
 
 
 
 
 
 
 
 
 
70
  # ===============================
71
  # Topic Modeling Results (Images)
72
  # ===============================
@@ -78,7 +86,7 @@ def run():
78
  st.image("./src/Negative - Top Words Distributions.png", caption="Negative - Top Words Distributions")
79
  with col2:
80
  st.image("./src/Positive - Top Words Distributions.png", caption="Positive - Top Words Distributions")
81
- st.write("Lorem ipsum explanation for Top Words Distributions.")
82
 
83
  # 2. Topic Activities Over Time
84
  col1, col2 = st.columns(2)
@@ -86,23 +94,15 @@ def run():
86
  st.image("./src/Negative - Topic Activities Over Time.png", caption="Negative - Topic Activities Over Time")
87
  with col2:
88
  st.image("./src/Positive - Topic Activities Over Time.png", caption="Positive - Topic Activities Over Time")
89
- st.write("Lorem ipsum explanation for Topic Activities Over Time.")
90
-
91
- # 3. Topics Hierarchy
92
- col1, col2 = st.columns(2)
93
- with col1:
94
- st.image("./src/Negative - Topics Hierarchy.png", caption="Negative - Topics Hierarchy")
95
- with col2:
96
- st.image("./src/Positive - Topics Hierarchy.png", caption="Positive - Topics Hierarchy")
97
- st.write("Lorem ipsum explanation for Topics Hierarchy.")
98
 
99
- # 4. Topics Weights
100
  col1, col2 = st.columns(2)
101
  with col1:
102
  st.image("./src/Negative - Topics Weights.png", caption="Negative - Topics Weights")
103
  with col2:
104
  st.image("./src/Positive - Topics Weights.png", caption="Positive - Topics Weights")
105
- st.write("Lorem ipsum explanation for Topics Weights.")
106
 
107
  # =============================================
108
  # Run Script
 
67
  fig = px.histogram(df, x='text_length', nbins=50, title='Review Length Distribution')
68
  st.plotly_chart(fig, use_container_width=True)
69
 
70
+ # Wordcloud
71
+ col1, col2 = st.columns(2)
72
+ with col1:
73
+ st.image("./src/Negative - Wordcloud.png", caption="Negative - Wordcloud")
74
+ with col2:
75
+ st.image("./src/Positive - Wordcloud.png", caption="Positive - Wordcloud")
76
+ # st.write("Lorem ipsum explanation for Topics Hierarchy.")
77
+
78
  # ===============================
79
  # Topic Modeling Results (Images)
80
  # ===============================
 
86
  st.image("./src/Negative - Top Words Distributions.png", caption="Negative - Top Words Distributions")
87
  with col2:
88
  st.image("./src/Positive - Top Words Distributions.png", caption="Positive - Top Words Distributions")
89
+ # st.write("Lorem ipsum explanation for Top Words Distributions.")
90
 
91
  # 2. Topic Activities Over Time
92
  col1, col2 = st.columns(2)
 
94
  st.image("./src/Negative - Topic Activities Over Time.png", caption="Negative - Topic Activities Over Time")
95
  with col2:
96
  st.image("./src/Positive - Topic Activities Over Time.png", caption="Positive - Topic Activities Over Time")
97
+ # st.write("Lorem ipsum explanation for Topic Activities Over Time.")
 
 
 
 
 
 
 
 
98
 
99
+ # 3. Topics Weights
100
  col1, col2 = st.columns(2)
101
  with col1:
102
  st.image("./src/Negative - Topics Weights.png", caption="Negative - Topics Weights")
103
  with col2:
104
  st.image("./src/Positive - Topics Weights.png", caption="Positive - Topics Weights")
105
+ # st.write("Lorem ipsum explanation for Topics Weights.")
106
 
107
  # =============================================
108
  # Run Script
src/Negative - Wordcloud.png ADDED

Git LFS Details

  • SHA256: 7a899012e1cee65f0d4f7a137f8b5e25c3d3cc8fc09bb814a768bfc6c3bf68ea
  • Pointer size: 131 Bytes
  • Size of remote file: 282 kB
src/Positive - Wordcloud.png ADDED

Git LFS Details

  • SHA256: a0e0d0c36a41c744070fe168978381c744e40e717efa1d69926b48f1e89548b0
  • Pointer size: 131 Bytes
  • Size of remote file: 308 kB