Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py
CHANGED
@@ -207,8 +207,8 @@ plt.axis('off')
|
|
207 |
plt.show()
|
208 |
""", language='python')
|
209 |
|
210 |
-
|
211 |
-
|
212 |
A color space is a mathematical model for representing colors. In machine learning, different color spaces can be used for preprocessing and analyzing image data, depending on the task.
|
213 |
|
214 |
Common Color Spaces:
|
@@ -226,6 +226,9 @@ Common Color Spaces:
|
|
226 |
if st.button("Back to Data Collection"):
|
227 |
st.session_state.page = "data_collection"
|
228 |
|
|
|
|
|
|
|
229 |
# ----------------- Semi-Structured Data Page -----------------
|
230 |
def semi_structured_data_page():
|
231 |
st.title(":orange[Semi-Structured Data]")
|
|
|
207 |
plt.show()
|
208 |
""", language='python')
|
209 |
|
210 |
+
st.header("Color Spaces in Machine Learning") # Fixed indentation
|
211 |
+
st.markdown("""
|
212 |
A color space is a mathematical model for representing colors. In machine learning, different color spaces can be used for preprocessing and analyzing image data, depending on the task.
|
213 |
|
214 |
Common Color Spaces:
|
|
|
226 |
if st.button("Back to Data Collection"):
|
227 |
st.session_state.page = "data_collection"
|
228 |
|
229 |
+
|
230 |
+
|
231 |
+
|
232 |
# ----------------- Semi-Structured Data Page -----------------
|
233 |
def semi_structured_data_page():
|
234 |
st.title(":orange[Semi-Structured Data]")
|