Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Release 2023-05-16-b001 #4

Merged
merged 3 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ options:
Example use:

```text
$ python ./classify.py -f path/to/your/your/image.png -m ./models/clf-baseline -v=1
Image image.png is classified as "Chrysanthemum" (model: "clf-baseline")
$ python ./classify.py -f path/to/your/your/image.png -m ./models/clf -v=1
Image image.png is classified as "Chrysanthemum" (model: "clf")
```

It also has a rudimentary GUI mode using your system's default GUI image viewer, which will display the image with a caption of what flower type it is classified as:

```bash
python ./classify.py --gui -f path/to/your/your/image.png -m ./models/clf-baseline
python ./classify.py --gui -f path/to/your/your/image.png -m ./models/clf
```


Expand All @@ -188,7 +188,7 @@ options:
Example:

```bash
python ./recommend.py --gui -f path/to/your/your/image.png -r ./models/recommender -c ./models/clf-baseline
python ./recommend.py --gui -f path/to/your/your/image.png -r ./models/rcm -c ./models/clf
```

When executed, the code above will display (using your system's default GUI image viewer) 10 similar flower images of the same type, based on your reference image.
330 changes: 270 additions & 60 deletions notebooks/Step3.Classifier-ANN-BaselineModel.ipynb

Large diffs are not rendered by default.

370 changes: 299 additions & 71 deletions notebooks/Step4.Classifier-CNN.ipynb

Large diffs are not rendered by default.

Binary file added notebooks/images/clf-ann-16SamplePredictions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/clf-ann-Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/clf-ann-LearningCurve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/clf-cnn-16SamplePredictions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/clf-cnn-Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/clf-cnn-LearningCurve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.