You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ python web_app/main.py
32
32
or download the [executable](https://github.com/Flippchen/PorscheInsight-CarClassification-AI/actions).
33
33
34
34
### Demo
35
-
<imgalt="Screenshot of the Web UI"src="assets/web_app/demo_web_ui.gif"height="500">
35
+
<imgalt="Screenshot of the Web UI"src="assets/web_app/demo_web_ui_mask.gif"height="500">
36
36
37
37
### Architecture
38
38
The Web UI employs a two-step process involving two models. Initially, the pre_filter model determines if an image contains a Porsche. If a Porsche is detected, the image proceeds to the second model, which classifies the car according to the user's input.
@@ -46,6 +46,7 @@ To see the architecture of the Local App UI, click the arrow below.
46
46
</details>
47
47
48
48
### ToDos
49
+
-[ ] Build an ensemble model
49
50
-[ ] Switch to Google Cloud function/use S3 bucket/compress image
50
51
-[ ] Improve pre_filter model
51
52
-[ ] Retrain car type model with efficientnet model
@@ -72,6 +73,7 @@ To see the architecture of the Local App UI, click the arrow below.
0 commit comments