Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ elif selected == 'Tools and Experience':
|
|
| 108 |
st.button('\n \t MySQL \t \n')
|
| 109 |
|
| 110 |
st.write('# Machine Learning Frameworks')
|
| 111 |
-
col1,col2,col3 = st.columns(
|
| 112 |
|
| 113 |
with col1:
|
| 114 |
st.button('\n \t Tensorflow \t \n')
|
|
@@ -116,6 +116,10 @@ elif selected == 'Tools and Experience':
|
|
| 116 |
st.button('\n \t Keras \t \n')
|
| 117 |
with col3:
|
| 118 |
st.button('\n \t Scikit-Learn \t \n')
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
|
| 120 |
st.write('# Machine Learning Algorithim')
|
| 121 |
col1,col2 = st.columns(2)
|
|
@@ -170,6 +174,15 @@ elif selected == 'Tools and Experience':
|
|
| 170 |
with col4:
|
| 171 |
st.button("Recurrent Neural Network(RNN) and Long Stort Term Memory(LSTM)")
|
| 172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
st.write('# Data Preprocessing and Visualisation')
|
| 174 |
col1,col2,col3,col4 = st.columns(4)
|
| 175 |
with col1:
|
|
|
|
| 108 |
st.button('\n \t MySQL \t \n')
|
| 109 |
|
| 110 |
st.write('# Machine Learning Frameworks')
|
| 111 |
+
col1,col2,col3,col4,col5 = st.columns(5)
|
| 112 |
|
| 113 |
with col1:
|
| 114 |
st.button('\n \t Tensorflow \t \n')
|
|
|
|
| 116 |
st.button('\n \t Keras \t \n')
|
| 117 |
with col3:
|
| 118 |
st.button('\n \t Scikit-Learn \t \n')
|
| 119 |
+
with col3:
|
| 120 |
+
st.button('\n \t Mediapipe \t \n')
|
| 121 |
+
with col3:
|
| 122 |
+
st.button('\n \t CVzone \t \n')
|
| 123 |
|
| 124 |
st.write('# Machine Learning Algorithim')
|
| 125 |
col1,col2 = st.columns(2)
|
|
|
|
| 174 |
with col4:
|
| 175 |
st.button("Recurrent Neural Network(RNN) and Long Stort Term Memory(LSTM)")
|
| 176 |
|
| 177 |
+
col2,col3,col4 = st.columns(3)
|
| 178 |
+
|
| 179 |
+
with col2:
|
| 180 |
+
st.button("Hand Landmarks detection")
|
| 181 |
+
with col3:
|
| 182 |
+
st.button("Body Landmarks detection")
|
| 183 |
+
with col4:
|
| 184 |
+
st.button("Face Landmarks detction")
|
| 185 |
+
|
| 186 |
st.write('# Data Preprocessing and Visualisation')
|
| 187 |
col1,col2,col3,col4 = st.columns(4)
|
| 188 |
with col1:
|