Spaces:
Sleeping
Sleeping
HaochenGong commited on
Commit ·
f0ceafe
1
Parent(s): 38a03cf
with spacy version
Browse files- .idea/workspace.xml +39 -33
- requirements.txt +2 -2
.idea/workspace.xml
CHANGED
|
@@ -4,8 +4,10 @@
|
|
| 4 |
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
-
<list default="true" id="5e4481c0-7ba2-42e4-bbe6-4c36a0d36baa" name="Changes" comment="
|
| 8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
|
|
|
| 9 |
</list>
|
| 10 |
<option name="SHOW_DIALOG" value="false" />
|
| 11 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -34,29 +36,29 @@
|
|
| 34 |
<option name="hideEmptyMiddlePackages" value="true" />
|
| 35 |
<option name="showLibraryContents" value="true" />
|
| 36 |
</component>
|
| 37 |
-
<component name="PropertiesComponent">
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
}
|
| 52 |
-
}
|
| 53 |
<component name="RecentsManager">
|
| 54 |
<key name="CopyFile.RECENT_KEYS">
|
| 55 |
<recent name="$PROJECT_DIR$/CDM/detect_merge" />
|
| 56 |
</key>
|
| 57 |
<key name="MoveFile.RECENT_KEYS">
|
| 58 |
-
<recent name="$PROJECT_DIR$/CDM/detect_merge" />
|
| 59 |
<recent name="$PROJECT_DIR$" />
|
|
|
|
| 60 |
<recent name="$PROJECT_DIR$/web_design" />
|
| 61 |
<recent name="$PROJECT_DIR$/google_drive_credentials" />
|
| 62 |
</key>
|
|
@@ -108,20 +110,7 @@
|
|
| 108 |
<workItem from="1731657236263" duration="3838000" />
|
| 109 |
<workItem from="1731661095283" duration="476000" />
|
| 110 |
<workItem from="1731661576559" duration="73000" />
|
| 111 |
-
|
| 112 |
-
<task id="LOCAL-00016" summary="test auto monitor">
|
| 113 |
-
<created>1723461444926</created>
|
| 114 |
-
<option name="number" value="00016" />
|
| 115 |
-
<option name="presentableId" value="LOCAL-00016" />
|
| 116 |
-
<option name="project" value="LOCAL" />
|
| 117 |
-
<updated>1723461444926</updated>
|
| 118 |
-
</task>
|
| 119 |
-
<task id="LOCAL-00017" summary="complete log part">
|
| 120 |
-
<created>1723462386739</created>
|
| 121 |
-
<option name="number" value="00017" />
|
| 122 |
-
<option name="presentableId" value="LOCAL-00017" />
|
| 123 |
-
<option name="project" value="LOCAL" />
|
| 124 |
-
<updated>1723462386739</updated>
|
| 125 |
</task>
|
| 126 |
<task id="LOCAL-00018" summary="change to html">
|
| 127 |
<created>1723480210476</created>
|
|
@@ -452,7 +441,21 @@
|
|
| 452 |
<option name="project" value="LOCAL" />
|
| 453 |
<updated>1730171925436</updated>
|
| 454 |
</task>
|
| 455 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 456 |
<servers />
|
| 457 |
</component>
|
| 458 |
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -492,9 +495,12 @@
|
|
| 492 |
<MESSAGE value="batch images" />
|
| 493 |
<MESSAGE value="." />
|
| 494 |
<MESSAGE value="change time cost count" />
|
| 495 |
-
<
|
|
|
|
|
|
|
| 496 |
</component>
|
| 497 |
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
|
|
|
| 498 |
<SUITE FILE_PATH="coverage/Cpp4App_test$app.coverage" NAME="app Coverage Results" MODIFIED="1731660960877" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
|
| 499 |
</component>
|
| 500 |
</project>
|
|
|
|
| 4 |
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
+
<list default="true" id="5e4481c0-7ba2-42e4-bbe6-4c36a0d36baa" name="Changes" comment="local model">
|
| 8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 9 |
+
<change beforePath="$PROJECT_DIR$/logs/app.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/app.log" afterDir="false" />
|
| 10 |
+
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
| 11 |
</list>
|
| 12 |
<option name="SHOW_DIALOG" value="false" />
|
| 13 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
| 36 |
<option name="hideEmptyMiddlePackages" value="true" />
|
| 37 |
<option name="showLibraryContents" value="true" />
|
| 38 |
</component>
|
| 39 |
+
<component name="PropertiesComponent">{
|
| 40 |
+
"keyToString": {
|
| 41 |
+
"DefaultHtmlFileTemplate": "HTML File",
|
| 42 |
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
| 43 |
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 44 |
+
"WebServerToolWindowFactoryState": "false",
|
| 45 |
+
"last_opened_file_path": "/Users/hika/ANU/2024 s2/8800/Cpp4App_test/CDM/detect_merge",
|
| 46 |
+
"node.js.detected.package.eslint": "true",
|
| 47 |
+
"node.js.detected.package.tslint": "true",
|
| 48 |
+
"node.js.selected.package.eslint": "(autodetect)",
|
| 49 |
+
"node.js.selected.package.tslint": "(autodetect)",
|
| 50 |
+
"nodejs_package_manager_path": "npm",
|
| 51 |
+
"settings.editor.selected.configurable": "vcs.Git",
|
| 52 |
+
"vue.rearranger.settings.migration": "true"
|
| 53 |
}
|
| 54 |
+
}</component>
|
| 55 |
<component name="RecentsManager">
|
| 56 |
<key name="CopyFile.RECENT_KEYS">
|
| 57 |
<recent name="$PROJECT_DIR$/CDM/detect_merge" />
|
| 58 |
</key>
|
| 59 |
<key name="MoveFile.RECENT_KEYS">
|
|
|
|
| 60 |
<recent name="$PROJECT_DIR$" />
|
| 61 |
+
<recent name="$PROJECT_DIR$/CDM/detect_merge" />
|
| 62 |
<recent name="$PROJECT_DIR$/web_design" />
|
| 63 |
<recent name="$PROJECT_DIR$/google_drive_credentials" />
|
| 64 |
</key>
|
|
|
|
| 110 |
<workItem from="1731657236263" duration="3838000" />
|
| 111 |
<workItem from="1731661095283" duration="476000" />
|
| 112 |
<workItem from="1731661576559" duration="73000" />
|
| 113 |
+
<workItem from="1736955054540" duration="1826000" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
</task>
|
| 115 |
<task id="LOCAL-00018" summary="change to html">
|
| 116 |
<created>1723480210476</created>
|
|
|
|
| 441 |
<option name="project" value="LOCAL" />
|
| 442 |
<updated>1730171925436</updated>
|
| 443 |
</task>
|
| 444 |
+
<task id="LOCAL-00065" summary="skip pip check">
|
| 445 |
+
<created>1736955150675</created>
|
| 446 |
+
<option name="number" value="00065" />
|
| 447 |
+
<option name="presentableId" value="LOCAL-00065" />
|
| 448 |
+
<option name="project" value="LOCAL" />
|
| 449 |
+
<updated>1736955150676</updated>
|
| 450 |
+
</task>
|
| 451 |
+
<task id="LOCAL-00066" summary="local model">
|
| 452 |
+
<created>1736956205746</created>
|
| 453 |
+
<option name="number" value="00066" />
|
| 454 |
+
<option name="presentableId" value="LOCAL-00066" />
|
| 455 |
+
<option name="project" value="LOCAL" />
|
| 456 |
+
<updated>1736956205746</updated>
|
| 457 |
+
</task>
|
| 458 |
+
<option name="localTasksCounter" value="67" />
|
| 459 |
<servers />
|
| 460 |
</component>
|
| 461 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
| 495 |
<MESSAGE value="batch images" />
|
| 496 |
<MESSAGE value="." />
|
| 497 |
<MESSAGE value="change time cost count" />
|
| 498 |
+
<MESSAGE value="skip pip check" />
|
| 499 |
+
<MESSAGE value="local model" />
|
| 500 |
+
<option name="LAST_COMMIT_MESSAGE" value="local model" />
|
| 501 |
</component>
|
| 502 |
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
| 503 |
+
<SUITE FILE_PATH="coverage/Cpp4App_test2$app.coverage" NAME="app Coverage Results" MODIFIED="1736956973387" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
|
| 504 |
<SUITE FILE_PATH="coverage/Cpp4App_test$app.coverage" NAME="app Coverage Results" MODIFIED="1731660960877" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
|
| 505 |
</component>
|
| 506 |
</project>
|
requirements.txt
CHANGED
|
@@ -8,10 +8,10 @@ bs4==0.0.1
|
|
| 8 |
scikit-learn==1.1.2
|
| 9 |
scipy==1.9.0
|
| 10 |
nltk==3.7
|
| 11 |
-
spacy
|
| 12 |
pytesseract==0.3.10
|
| 13 |
# https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
| 14 |
-
./en_core_web_sm-any-py3-none-any.whl
|
| 15 |
transformers
|
| 16 |
openai==0.27.0
|
| 17 |
openpyxl
|
|
|
|
| 8 |
scikit-learn==1.1.2
|
| 9 |
scipy==1.9.0
|
| 10 |
nltk==3.7
|
| 11 |
+
spacy==3.7.2
|
| 12 |
pytesseract==0.3.10
|
| 13 |
# https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
| 14 |
+
# ./en_core_web_sm-any-py3-none-any.whl
|
| 15 |
transformers
|
| 16 |
openai==0.27.0
|
| 17 |
openpyxl
|