Skip to content

Commit

Permalink
chore: Add tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Flippchen committed May 5, 2024
1 parent c26289f commit 15bf147
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ The following different model types are available:

The Web UI is a simple local website that enables users to upload images of Porsche cars and get classification results from the models. The app is built using Eel, which allows Python and HTML/JS to
communicate with each other.
For a free online version of the Web UI, check out [PorscheInsight](https://classify.autos).

> [!TIP]
> For a free online version of the Web UI, check out [PorscheInsight](https://classify.autos).
With the Web UI, non-car images tend to lead to more random predictions. I trained a model to classify Porsche, other car brands, and others, resulting in a two-step [Web UI](web_ui) architecture for Porsche
Identification and Classification.
Expand Down Expand Up @@ -71,6 +73,8 @@ To see the architecture of the experimental ensemble models or the local web UI,

### Experimental Ensemble Models 🧪
To improve accuracy and prediction capabilities, I have experimented with two ensemble models. Ensemble models combine predictions from multiple models to give a final verdict, which often results in better prediction accuracy. These ensemble models are still in the experimental phase and can be found in the [ensemble](web_ui/main_ensemble.py).
> [!NOTE]
> The ensemble models are experimental and may not always provide accurate predictions. They are still in the testing phase and may be subject to change.
1. Car Type Ensemble Model (weighted average)
- Description: Trained two models on the same objective. Each with its on strengths and weaknesses. The results get weighted (correct weights through intensive testing). The models also differ in model architecture.
Expand Down

0 comments on commit 15bf147

Please sign in to comment.