Emmanuel Frimpong Asante commited on
Commit
c6b5747
·
1 Parent(s): e88e97b

update space

Browse files
Files changed (3) hide show
  1. .env +2 -1
  2. .idea/workspace.xml +29 -29
  3. 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/Final_Chicken_disease_model.h5
 
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$/services/convert_model.py" beforeDir="false" />
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"><![CDATA[{
46
- "keyToString": {
47
- "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
48
- "DefaultHtmlFileTemplate": "HTML File",
49
- "FastAPI.Unnamed.executor": "Run",
50
- "RunOnceActivity.ShowReadmeOnStart": "true",
51
- "git-widget-placeholder": "main",
52
- "ignore.virus.scanning.warn.message": "true",
53
- "last_opened_file_path": "C:/git/Generative_AI_with_poultry_disease_detection_system_v2/models",
54
- "list.type.of.created.stylesheet": "CSS",
55
- "node.js.detected.package.eslint": "true",
56
- "node.js.detected.package.tslint": "true",
57
- "node.js.selected.package.eslint": "(autodetect)",
58
- "node.js.selected.package.tslint": "(autodetect)",
59
- "nodejs_package_manager_path": "npm",
60
- "settings.editor.selected.configurable": "swagger",
61
- "vue.rearranger.settings.migration": "true"
62
  }
63
- }]]></component>
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
- </task>
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
- <option name="localTasksCounter" value="126" />
 
 
 
 
 
 
 
 
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
+ &quot;keyToString&quot;: {
46
+ &quot;ASKED_SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
47
+ &quot;DefaultHtmlFileTemplate&quot;: &quot;HTML File&quot;,
48
+ &quot;FastAPI.Unnamed.executor&quot;: &quot;Run&quot;,
49
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
50
+ &quot;git-widget-placeholder&quot;: &quot;main&quot;,
51
+ &quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
52
+ &quot;last_opened_file_path&quot;: &quot;C:/git/Generative_AI_with_poultry_disease_detection_system_v2/models&quot;,
53
+ &quot;list.type.of.created.stylesheet&quot;: &quot;CSS&quot;,
54
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
55
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
56
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
57
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
58
+ &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
59
+ &quot;settings.editor.selected.configurable&quot;: &quot;swagger&quot;,
60
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
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/Final_Chicken_disease_model.h5
 
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