Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -166,8 +166,7 @@ print(df.head())
|
|
166 |
st.write(
|
167 |
"Photos, medical scans, satellite images. "
|
168 |
)
|
169 |
-
|
170 |
-
st.write("*How to Read IMAGE Files?*")
|
171 |
st.code(
|
172 |
"""
|
173 |
|
@@ -188,11 +187,6 @@ cv2.destroyAllWindows()
|
|
188 |
""",
|
189 |
language="python"
|
190 |
)
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
st.write("*Common Issues When Handling image Files*")
|
197 |
st.write(
|
198 |
"""
|
@@ -203,6 +197,7 @@ cv2.destroyAllWindows()
|
|
203 |
"""
|
204 |
)
|
205 |
|
|
|
206 |
st.write("*How to Overcome These Errors/Issues?*")
|
207 |
st.write(
|
208 |
"""
|
@@ -212,6 +207,16 @@ cv2.destroyAllWindows()
|
|
212 |
- Dimensionality Reduction and Feature Extraction
|
213 |
"""
|
214 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
|
216 |
|
217 |
|
|
|
166 |
st.write(
|
167 |
"Photos, medical scans, satellite images. "
|
168 |
)
|
169 |
+
st.write("*How to Read IMAGE Files?*")
|
|
|
170 |
st.code(
|
171 |
"""
|
172 |
|
|
|
187 |
""",
|
188 |
language="python"
|
189 |
)
|
|
|
|
|
|
|
|
|
|
|
190 |
st.write("*Common Issues When Handling image Files*")
|
191 |
st.write(
|
192 |
"""
|
|
|
197 |
"""
|
198 |
)
|
199 |
|
200 |
+
|
201 |
st.write("*How to Overcome These Errors/Issues?*")
|
202 |
st.write(
|
203 |
"""
|
|
|
207 |
- Dimensionality Reduction and Feature Extraction
|
208 |
"""
|
209 |
)
|
210 |
+
|
211 |
+
|
212 |
+
|
213 |
+
|
214 |
+
|
215 |
+
|
216 |
+
|
217 |
+
|
218 |
+
|
219 |
+
|
220 |
|
221 |
|
222 |
|