Skip to content

Commit 5f79b74

Browse files
Update CUSTOMPREDICTION.md
1 parent 33ab653 commit 5f79b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageai/Prediction/CUSTOMPREDICTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ImageAI provides 4 different algorithms and model types to perform custom image prediction using your custom models.
77
You will be able to use your model trained with <b>ImageAI</b> and the corresponding model_class JSON file to predict custom objects
88
that you have trained the model on. In this example, we will be using the model trained for 20 experiments on <b>IdenProf</b>, a dataset
9-
of uniformed professionals and achieved 65.17% accuracy on the test dataset. Download the ResNet model of the model and JSON files in links below: <br>
9+
of uniformed professionals and achieved 65.17% accuracy on the test dataset (You can use your own trained model and generated JSON file. This 'class' is provided mainly for the purpose to use your won custom models.). Download the ResNet model of the model and JSON files in links below: <br>
1010
<span><b>- <a href="https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0.1/resnet_model_ex-020_acc-0.651714.h5" style="text-decoration: none;" >ResNet</a></b> (Size = 90.4 mb)</span> <br>
1111
<span><b>- <a href="https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0.1/model_class.json" style="text-decoration: none;" >IdenProf model_class.json file</a></b> </span> <br>
1212
Great! Once you have downloaded this model file and the JSON file, start a new python project, and then copy the model file

0 commit comments

Comments
 (0)