From 19da84b069f72984b2896c84d96259509a319faf Mon Sep 17 00:00:00 2001 From: Aydin <108932477+Aydinhamedi@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:58:56 +0330 Subject: [PATCH] modified: README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 15ffa7e..d356df2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ Interface\GUI ![Example](doc/Other/CLI_V0.8.9.3.png) ### Example Image of the GUI (V0.8.9.6) ⤵ ![Example](doc/Other/GUI_V0.8.9.6.png) +#### __If you want to use the model in your project:__ +```python +from Utils.FixedDropout import FixedDropout +from keras.models import load_model + +# Load the model +model = load_model('PAI_model_T.h5', custom_objects={'FixedDropout': FixedDropout}) +``` ## Release > ### Newest release 📃 > #### [Go to newest release](https://github.com/Aydinhamedi/Pneumonia-Detection-Ai/releases/latest)