Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,8 @@ def render_intent_bars(labels, percentages):
|
|
61 |
def main():
|
62 |
st.set_page_config(layout="wide")
|
63 |
st.title("Shopping Intent Classification - SEO by DEJAN")
|
64 |
-
st.write("
|
|
|
65 |
|
66 |
model_url = "https://huggingface.co/dejanseo/shopping-intent/resolve/main/model.tflite"
|
67 |
model_path = "model.tflite"
|
@@ -107,10 +108,6 @@ def main():
|
|
107 |
|
108 |
# Additional information at the end
|
109 |
st.markdown("""
|
110 |
-
Multi-label image classification model [extracted from Chrome](https://dejanmarketing.com/product-image-optimisation-with-chromes-convolutional-neural-network/).
|
111 |
-
The model can be deployed in an automated pipeline capable of classifying product images in bulk.
|
112 |
-
|
113 |
-
### Engage Our Team
|
114 |
Interested in using this in an automated pipeline for bulk image classification?
|
115 |
Please [book an appointment](https://dejanmarketing.com/conference/) to discuss your needs.
|
116 |
""")
|
|
|
61 |
def main():
|
62 |
st.set_page_config(layout="wide")
|
63 |
st.title("Shopping Intent Classification - SEO by DEJAN")
|
64 |
+
st.write("Multi-label image classification model [extracted from Chrome](https://dejanmarketing.com/product-image-optimisation-with-chromes-convolutional-neural-network/).
|
65 |
+
The model can be deployed in an automated pipeline capable of classifying product images in bulk. Enter a URL to fetch and classify all images on the page. Javascript-based website scraping currently unsupported.")
|
66 |
|
67 |
model_url = "https://huggingface.co/dejanseo/shopping-intent/resolve/main/model.tflite"
|
68 |
model_path = "model.tflite"
|
|
|
108 |
|
109 |
# Additional information at the end
|
110 |
st.markdown("""
|
|
|
|
|
|
|
|
|
111 |
Interested in using this in an automated pipeline for bulk image classification?
|
112 |
Please [book an appointment](https://dejanmarketing.com/conference/) to discuss your needs.
|
113 |
""")
|