sree4411 commited on
Commit
4b0ce2e
·
verified ·
1 Parent(s): e0f539c

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -378,10 +378,10 @@ elif st.session_state.page == "Conversion_of_Images":
378
  **Common Conversions:**
379
 
380
  - **BGR to Grayscale:** Converts a color image to grayscale.
381
- st.image("https://miro.medium.com/v2/resize:fit:1400/1*_uRqXYQQE9nvM7lOR0Psnw.png", caption="RGB to Gray", use_container_width=True)
382
  - **BGR to RGB:** Converts from OpenCV's default BGR format to the standard RGB format.
383
  - **BGR to HSV:** Converts the image to the HSV (Hue, Saturation, Value) color space.
384
  **Examples of Conversions:**
 
385
  ```python
386
  import cv2
387
  # Load the image
 
378
  **Common Conversions:**
379
 
380
  - **BGR to Grayscale:** Converts a color image to grayscale.
 
381
  - **BGR to RGB:** Converts from OpenCV's default BGR format to the standard RGB format.
382
  - **BGR to HSV:** Converts the image to the HSV (Hue, Saturation, Value) color space.
383
  **Examples of Conversions:**
384
+ st.image("https://miro.medium.com/v2/resize:fit:1400/1*_uRqXYQQE9nvM7lOR0Psnw.png", caption="RGB to Gray", use_container_width=True)
385
  ```python
386
  import cv2
387
  # Load the image