Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ st.markdown("### Problem")
|
|
9 |
|
10 |
st.markdown("In this project, we use CLIP to achieve two tasks: text-image matching and animal classification.")
|
11 |
|
12 |
-
st.markdown("When we were children, we all encountered some
|
13 |
|
14 |
figure1 = Image.open('img1.png')
|
15 |
st.image(figure1, caption='The text-image matching example. (1)')
|
@@ -70,6 +70,10 @@ st.markdown("2. The model can identify people's race, gender, age, beauty, and u
|
|
70 |
|
71 |
st.markdown("3. The model still requires us to give some possible options, which cannot be described directly from the picture. At the same time, the accuracy of the model on fine-grained classification tasks did not meet expectations")
|
72 |
|
|
|
|
|
|
|
|
|
73 |
st.markdown("## Reference")
|
74 |
|
75 |
st.markdown("1. https://www.kaggle.com/datasets/alessiocorrado99/animals10")
|
|
|
9 |
|
10 |
st.markdown("In this project, we use CLIP to achieve two tasks: text-image matching and animal classification.")
|
11 |
|
12 |
+
st.markdown("When we were children, we all encountered some matching questions, like Figure 1, we need to match pictures and words together. In the text-image matching task, we will give some possible options and let our model identify which is the most likely option.")
|
13 |
|
14 |
figure1 = Image.open('img1.png')
|
15 |
st.image(figure1, caption='The text-image matching example. (1)')
|
|
|
70 |
|
71 |
st.markdown("3. The model still requires us to give some possible options, which cannot be described directly from the picture. At the same time, the accuracy of the model on fine-grained classification tasks did not meet expectations")
|
72 |
|
73 |
+
st.markdown("## Model Card")
|
74 |
+
|
75 |
+
st.markdown("https://huggingface.co/Haofeng/CLIP_animal_classification")
|
76 |
+
|
77 |
st.markdown("## Reference")
|
78 |
|
79 |
st.markdown("1. https://www.kaggle.com/datasets/alessiocorrado99/animals10")
|