Emmanuel Frimpong Asante
commited on
Commit
·
c6b5747
1
Parent(s):
e88e97b
update space
Browse files- .env +2 -1
- .idea/workspace.xml +29 -29
- config.ini +2 -1
.env
CHANGED
|
@@ -21,5 +21,6 @@ TF_FORCE_GPU_ALLOW_GROWTH=true
|
|
| 21 |
|
| 22 |
|
| 23 |
# MODELS
|
| 24 |
-
DISEASE_MODEL_PATH=models/
|
|
|
|
| 25 |
LLAMA_MODEL_NAME=meta-llama/Llama-3.2-1B
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
# MODELS
|
| 24 |
+
DISEASE_MODEL_PATH=models/diseases.h5
|
| 25 |
+
AUTH_MODEL_PATH=models/auth.h5
|
| 26 |
LLAMA_MODEL_NAME=meta-llama/Llama-3.2-1B
|
.idea/workspace.xml
CHANGED
|
@@ -6,8 +6,7 @@
|
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space">
|
| 8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 9 |
-
<change beforePath="$PROJECT_DIR$/
|
| 10 |
-
<change beforePath="$PROJECT_DIR$/services/disease_detection_service.py" beforeDir="false" afterPath="$PROJECT_DIR$/services/disease_detection_service.py" afterDir="false" />
|
| 11 |
</list>
|
| 12 |
<option name="SHOW_DIALOG" value="false" />
|
| 13 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -42,25 +41,25 @@
|
|
| 42 |
<option name="hideEmptyMiddlePackages" value="true" />
|
| 43 |
<option name="showLibraryContents" value="true" />
|
| 44 |
</component>
|
| 45 |
-
<component name="PropertiesComponent"
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
}
|
| 63 |
-
}
|
| 64 |
<component name="RecentsManager">
|
| 65 |
<key name="CopyFile.RECENT_KEYS">
|
| 66 |
<recent name="C:\git\Generative_AI_with_poultry_disease_detection_system_v2\models" />
|
|
@@ -128,14 +127,7 @@
|
|
| 128 |
<workItem from="1730381153348" duration="8786000" />
|
| 129 |
<workItem from="1730397485849" duration="22781000" />
|
| 130 |
<workItem from="1730454506390" duration="12672000" />
|
| 131 |
-
|
| 132 |
-
<task id="LOCAL-00077" summary="update space">
|
| 133 |
-
<option name="closed" value="true" />
|
| 134 |
-
<created>1730402500058</created>
|
| 135 |
-
<option name="number" value="00077" />
|
| 136 |
-
<option name="presentableId" value="LOCAL-00077" />
|
| 137 |
-
<option name="project" value="LOCAL" />
|
| 138 |
-
<updated>1730402500058</updated>
|
| 139 |
</task>
|
| 140 |
<task id="LOCAL-00078" summary="update space">
|
| 141 |
<option name="closed" value="true" />
|
|
@@ -521,7 +513,15 @@
|
|
| 521 |
<option name="project" value="LOCAL" />
|
| 522 |
<updated>1730491745530</updated>
|
| 523 |
</task>
|
| 524 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 525 |
<servers />
|
| 526 |
</component>
|
| 527 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space">
|
| 8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 9 |
+
<change beforePath="$PROJECT_DIR$/config.ini" beforeDir="false" afterPath="$PROJECT_DIR$/config.ini" afterDir="false" />
|
|
|
|
| 10 |
</list>
|
| 11 |
<option name="SHOW_DIALOG" value="false" />
|
| 12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
| 41 |
<option name="hideEmptyMiddlePackages" value="true" />
|
| 42 |
<option name="showLibraryContents" value="true" />
|
| 43 |
</component>
|
| 44 |
+
<component name="PropertiesComponent">{
|
| 45 |
+
"keyToString": {
|
| 46 |
+
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
| 47 |
+
"DefaultHtmlFileTemplate": "HTML File",
|
| 48 |
+
"FastAPI.Unnamed.executor": "Run",
|
| 49 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 50 |
+
"git-widget-placeholder": "main",
|
| 51 |
+
"ignore.virus.scanning.warn.message": "true",
|
| 52 |
+
"last_opened_file_path": "C:/git/Generative_AI_with_poultry_disease_detection_system_v2/models",
|
| 53 |
+
"list.type.of.created.stylesheet": "CSS",
|
| 54 |
+
"node.js.detected.package.eslint": "true",
|
| 55 |
+
"node.js.detected.package.tslint": "true",
|
| 56 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
| 57 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
| 58 |
+
"nodejs_package_manager_path": "npm",
|
| 59 |
+
"settings.editor.selected.configurable": "swagger",
|
| 60 |
+
"vue.rearranger.settings.migration": "true"
|
| 61 |
}
|
| 62 |
+
}</component>
|
| 63 |
<component name="RecentsManager">
|
| 64 |
<key name="CopyFile.RECENT_KEYS">
|
| 65 |
<recent name="C:\git\Generative_AI_with_poultry_disease_detection_system_v2\models" />
|
|
|
|
| 127 |
<workItem from="1730381153348" duration="8786000" />
|
| 128 |
<workItem from="1730397485849" duration="22781000" />
|
| 129 |
<workItem from="1730454506390" duration="12672000" />
|
| 130 |
+
<workItem from="1730494385249" duration="612000" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
</task>
|
| 132 |
<task id="LOCAL-00078" summary="update space">
|
| 133 |
<option name="closed" value="true" />
|
|
|
|
| 513 |
<option name="project" value="LOCAL" />
|
| 514 |
<updated>1730491745530</updated>
|
| 515 |
</task>
|
| 516 |
+
<task id="LOCAL-00126" summary="update space">
|
| 517 |
+
<option name="closed" value="true" />
|
| 518 |
+
<created>1730492417698</created>
|
| 519 |
+
<option name="number" value="00126" />
|
| 520 |
+
<option name="presentableId" value="LOCAL-00126" />
|
| 521 |
+
<option name="project" value="LOCAL" />
|
| 522 |
+
<updated>1730492417698</updated>
|
| 523 |
+
</task>
|
| 524 |
+
<option name="localTasksCounter" value="127" />
|
| 525 |
<servers />
|
| 526 |
</component>
|
| 527 |
<component name="TypeScriptGeneratedFilesManager">
|
config.ini
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
[MODELS]
|
| 2 |
# Path to the disease detection model file
|
| 3 |
-
DISEASE_MODEL_PATH = models/
|
|
|
|
| 4 |
|
| 5 |
[DATABASE]
|
| 6 |
# MongoDB connection URI
|
|
|
|
| 1 |
[MODELS]
|
| 2 |
# Path to the disease detection model file
|
| 3 |
+
DISEASE_MODEL_PATH = models/diseases.h5
|
| 4 |
+
AUTH_MODEL_PATH = models/auth.h5
|
| 5 |
|
| 6 |
[DATABASE]
|
| 7 |
# MongoDB connection URI
|