From 680773b3ee31ccb564e36866a1cc056e4cecf181 Mon Sep 17 00:00:00 2001 From: Aydin Date: Thu, 15 Feb 2024 18:03:45 +0330 Subject: [PATCH 1/5] Delete .github/workflows/auto_assign-issues.yml --- .github/workflows/auto_assign-issues.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/workflows/auto_assign-issues.yml diff --git a/.github/workflows/auto_assign-issues.yml b/.github/workflows/auto_assign-issues.yml deleted file mode 100644 index f28dc71..0000000 --- a/.github/workflows/auto_assign-issues.yml +++ /dev/null @@ -1,8 +0,0 @@ -# If enabled, auto-assigns users when a new issue is created -# Defaults to true, allows you to install the app globally, and disable on a per-repo basis -addAssignees: true - -# The list of users to assign to new issues. -# If empty or not provided, the repository owner is assigned -assignees: - - Aydinhamedi From f5a937fa7c0ece3616e4f1d97eea4ae2242b6c7d Mon Sep 17 00:00:00 2001 From: Aydin Date: Fri, 16 Feb 2024 16:01:07 +0330 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c5579..7b00beb 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This combined dataset provides a comprehensive set of images for training the mo ### Model list: | Model | Base Model | Params | acc | Status | |----------|-----------------|--------|--------|--------| -| V6 | efficientnet-b7 | 65.4M | 97.12% | ⚠️ (Not recommended) | +| V6 | efficientnet-b7 | 65.4M | 97.12% | ✅ | | V7 light | efficientnet-b4 | 29.7M | 97.12% | ✅ | ## Training Methods From 4bcda227f96c33fe7a68f12a03f2e3efcb091ab7 Mon Sep 17 00:00:00 2001 From: Aydin Date: Fri, 16 Feb 2024 16:01:33 +0330 Subject: [PATCH 3/5] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 9171b66..9e469a1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,7 +3,7 @@ ## Model list: | Model | Base Model | Params | acc | Status | |----------|-----------------|--------|--------|--------| -| V6 | efficientnet-b7 | 65.4M | 97.12% | ⚠️ (Not recommended) | +| V6 | efficientnet-b7 | 65.4M | 97.12% | ✅ | | V7 light | efficientnet-b4 | 29.7M | 97.12% | ✅ | ## CLI: From 300389746b3c48e6e9d0227bb35c7033b01b8d1e Mon Sep 17 00:00:00 2001 From: Aydin Date: Fri, 16 Feb 2024 21:21:41 +0330 Subject: [PATCH 4/5] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b00beb..cafe161 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ > ```python > import efficientnet.tfkeras > ``` +> Or clone the project and use `Utils.FixedDropout`: +> ```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}) +> ``` The project includes a Command Line Interface (CLI) and a (GUI) Graphical User Interface for easy use of the model. The CLI, which is based on the [Python CLI template](https://github.com/Aydinhamedi/Python-CLI-template) from the same author, provides a user-friendly, colorful interface that allows you to interact with the model. you can fined the CLI in @@ -40,14 +48,7 @@ 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) From 06cdd2dfd528eeaf1d597a6d932360778099a73f Mon Sep 17 00:00:00 2001 From: Aydin Date: Fri, 23 Feb 2024 09:23:21 +0330 Subject: [PATCH 5/5] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 9e469a1..9cf8a10 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -15,5 +15,5 @@ The last version of CLI is V0.8.9.3 and currently its has entered a minimal main | ------- | ------------------ | | 0.9.0 | :white_check_mark: | | 0.8.9 | :white_check_mark: | -| 0.8.8 | :white_check_mark: | +| 0.8.8 | ⚠️ | | < 0.8.7 | :x: |