Sadiksmart0 commited on
Commit
f2a89bd
1 Parent(s): e84e121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -116,13 +116,15 @@ with st.expander("PROJECT 1: Analysis of Ligue 1 From 2010-2021"):
116
  st.subheader('Analysis of Ligue 1 From 2010-2021')
117
  st.write("This project intends to ...")
118
  st.markdown("""
119
- - Collaborated and developed a state-of-the-art deep learning model using BERT and gensims Doc2Vec for recognizing song emotion and give recommendations based on that given lyrics, song title and artist name.
120
- - Deployed the model on Heroku and serve the it using FastApi.
121
- - Develop and deployed the app on streamlit.
122
- - Presented the work as part of our masters thesis.
123
  """)
124
- # # st.image("https://static.streamlit.io/examples/dice.jpg")
125
  st.markdown("[Project CODE](https://github.com/sadiksmart0/DataVisualizationProject)")
 
 
 
126
 
127
 
128
  with st.expander("PROJECT 1: Analysis of Google play Apps"):
 
116
  st.subheader('Analysis of Ligue 1 From 2010-2021')
117
  st.write("This project intends to ...")
118
  st.markdown("""
119
+ - Analyzed 12 season for Ligue 1
120
+ - Used plotly express and dash for visualization.
121
+ - Pandas to load and analyes
122
+ - Streamlit for the web app.
123
  """)
 
124
  st.markdown("[Project CODE](https://github.com/sadiksmart0/DataVisualizationProject)")
125
+ video_file = open('videos/ligue1.mp4', 'rb')
126
+ video_bytes = video_file.read()
127
+ st.video(video_bytes)
128
 
129
 
130
  with st.expander("PROJECT 1: Analysis of Google play Apps"):