Spaces:
Sleeping
Sleeping
Update home.py
Browse files
home.py
CHANGED
|
@@ -8,12 +8,7 @@ def run():
|
|
| 8 |
# Title
|
| 9 |
st.title('About This Project')
|
| 10 |
st.markdown('---')
|
| 11 |
-
st.write('###### The Vehicle License Number Recognition project involves using computer vision and machine learning techniques to automatically detect and recognize license plate numbers from images or video streams. It employs technologies such as image processing, character segmentation, and deep learning to extract and interpret license plate information for various applications, including traffic management and security systems.
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
')
|
| 17 |
st.markdown('---')
|
| 18 |
|
| 19 |
|
|
|
|
| 8 |
# Title
|
| 9 |
st.title('About This Project')
|
| 10 |
st.markdown('---')
|
| 11 |
+
st.write('###### The Vehicle License Number Recognition project involves using computer vision and machine learning techniques to automatically detect and recognize license plate numbers from images or video streams. It employs technologies such as image processing, character segmentation, and deep learning to extract and interpret license plate information for various applications, including traffic management and security systems.')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
st.markdown('---')
|
| 13 |
|
| 14 |
|