Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydinhamedi committed Feb 15, 2024
1 parent 45cc534 commit 19da84b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19da84b

Please sign in to comment.