diff --git a/README_en.md b/README_en.md
index a53e5ee5ce3b1736fd763c418409137457f4b28e..d53bcaa308d3aba27c84ee989af3f2d83478c630 100644
--- a/README_en.md
+++ b/README_en.md
@@ -56,6 +56,8 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r
- [Quick Installatiopn](./docs/en/tutorials/install_en.md)
- [Quick Start of Recognition](./docs/en/tutorials/quick_start_recognition_en.md)
+- [Introduction to Image Recognition Systems](#Introduction to Image Recognition Systems)
+- [Demo images](#Demo images)
- Algorithms Introduction
- [Backbone Network and Pre-trained Model Library](./docs/en/ImageNet_models.md)
- [Mainbody Detection](./docs/en/application/mainbody_detection_en.md)
@@ -83,10 +85,9 @@ Quick experience of image recognition:[Link](./docs/en/tutorials/quick_start_r
- [License](#License)
- [Contribution](#Contribution)
-
+
## Introduction to Image Recognition Systems
-
@@ -98,8 +99,41 @@ Image recognition can be divided into three steps:
For a new unknown category, there is no need to retrain the model, just prepare images of new category, extract features and update retrieval database and the category can be recognised.
-
+
+## Demo images [more](./docs/en/more_demo.md)
+- Product recognition
+
+

+
+
+

+
+
+- Cartoon character recognition
+
+

+
+
+

+
+
+- Logo recognition
+
+

+
+
+

+
+- Car recognition
+
+

+
+
+

+
+
+
## License
PaddleClas is released under the Apache 2.0 license Apache 2.0 license
diff --git a/docs/en/more_demo.md b/docs/en/more_demo.md
new file mode 100644
index 0000000000000000000000000000000000000000..d338a023d9a34f2fa27be78bac78ba245a2950a0
--- /dev/null
+++ b/docs/en/more_demo.md
@@ -0,0 +1,61 @@
+## Demo images
+- Product recognition
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+- Cartoon character recognition
+
+

+
+
+

+
+
+

+
+
+- Logo recognition
+
+

+
+
+

+
+
+

+
+
+- Car recognition
+
+

+
+
+

+
+
+

+
+
+[More demo images](../images/recognition/more_demo_images)