Spaces:
Running
Running
Commit
·
eb80b2b
1
Parent(s):
7026488
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ st.set_page_config(page_title="Product Retrieval App")
|
|
52 |
st.title("Product Retrieval App")
|
53 |
|
54 |
st.markdown("""The Product Retrieval App is a demonstration of a computer vision model created by <a href="https://intelliarts.com/">Intelliarts</a>. It can analyze and interpret visual data , i.e., shapes, colors, and textures from uploaded digital images. The data is then used to conduct a search on the web. The output of the computer vision model is a set of images that are predicted to be most similar to the input image.
|
|
|
55 |
To use the Product Retrieval App, you need to:
|
56 |
1. Select an image that depicts the item of interest. Acceptable formats are JPG, JPEG, and PNG.
|
57 |
2. Upload the image by either dragging and dropping the file into the search field or selecting a file from your computer using the “browse files” button.
|
|
|
52 |
st.title("Product Retrieval App")
|
53 |
|
54 |
st.markdown("""The Product Retrieval App is a demonstration of a computer vision model created by <a href="https://intelliarts.com/">Intelliarts</a>. It can analyze and interpret visual data , i.e., shapes, colors, and textures from uploaded digital images. The data is then used to conduct a search on the web. The output of the computer vision model is a set of images that are predicted to be most similar to the input image.
|
55 |
+
|
56 |
To use the Product Retrieval App, you need to:
|
57 |
1. Select an image that depicts the item of interest. Acceptable formats are JPG, JPEG, and PNG.
|
58 |
2. Upload the image by either dragging and dropping the file into the search field or selecting a file from your computer using the “browse files” button.
|