Spaces:
Running
Running
Update app.py
#2
by
aidas-79 - opened
app.py
CHANGED
|
@@ -17,7 +17,7 @@ OCR_MODELS.remove("global-plates-mobile-vit-v2-model")
|
|
| 17 |
OCR_MODELS.insert(0, "global-plates-mobile-vit-v2-model")
|
| 18 |
|
| 19 |
st.title("FastALPR Demo")
|
| 20 |
-
st.write("An automatic license plate recognition (ALPR) system with customizable detector and OCR models.")
|
| 21 |
st.markdown("""
|
| 22 |
[FastALPR](https://github.com/ankandrew/fast-alpr) library uses [open-image-models](https://github.com/ankandrew/open-image-models)
|
| 23 |
for plate detection and [fast-plate-ocr](https://github.com/ankandrew/fast-plate-ocr) for optical character recognition (**OCR**).
|
|
|
|
| 17 |
OCR_MODELS.insert(0, "global-plates-mobile-vit-v2-model")
|
| 18 |
|
| 19 |
st.title("FastALPR Demo")
|
| 20 |
+
st.write("An automatic license plate recognition (ALPR) system with customizable detector and OCR models!.")
|
| 21 |
st.markdown("""
|
| 22 |
[FastALPR](https://github.com/ankandrew/fast-alpr) library uses [open-image-models](https://github.com/ankandrew/open-image-models)
|
| 23 |
for plate detection and [fast-plate-ocr](https://github.com/ankandrew/fast-plate-ocr) for optical character recognition (**OCR**).
|