Signed-off-by: sairate <sairate@sina.cn>
This commit is contained in:
parent
b0c5808969
commit
cbc91b0544
|
@ -1,7 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<list default="true" id="c512d54a-7f5f-4cfb-af24-29d5821a33bf" name="更改" comment="Signed-off-by: sairate <sairate@sina.cn>">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/face.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/face.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.pypirc" beforeDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -62,7 +63,7 @@
|
|||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PythonContentEntriesConfigurable",
|
||||
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}]]></component>
|
||||
|
@ -192,6 +193,7 @@
|
|||
<workItem from="1724379421292" duration="621000" />
|
||||
<workItem from="1724380828159" duration="100000" />
|
||||
<workItem from="1724380945356" duration="395000" />
|
||||
<workItem from="1724382932780" duration="803000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="sairate">
|
||||
<option name="closed" value="true" />
|
||||
|
|
11
README.md
11
README.md
|
@ -11,4 +11,15 @@
|
|||
## 2.运行
|
||||
|
||||
- 直接运行scanf_face.py文件即可
|
||||
|
||||
- 添加人脸数据到数据库已经在scanf_face.py实现,调用即可
|
||||
|
||||
## 环境部署
|
||||
|
||||
- 1.直接使用提供的虚拟环境.venv
|
||||
|
||||
- 2.独自安装软件包
|
||||
|
||||
``` bash
|
||||
pip install -r requirements.txt
|
||||
```
|
|
@ -0,0 +1,24 @@
|
|||
certifi==2024.7.4
|
||||
charset-normalizer==3.3.2
|
||||
docutils==0.21.2
|
||||
idna==3.7
|
||||
importlib_metadata==8.4.0
|
||||
jaraco.classes==3.4.0
|
||||
jaraco.context==6.0.1
|
||||
jaraco.functools==4.0.2
|
||||
keyring==25.3.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.4.0
|
||||
nh3==0.2.18
|
||||
pkginfo==1.10.0
|
||||
Pygments==2.18.0
|
||||
pywin32-ctypes==0.2.3
|
||||
readme_renderer==44.0
|
||||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==13.7.1
|
||||
twine==5.1.1
|
||||
urllib3==2.2.2
|
||||
zipp==3.20.0
|
Loading…
Reference in New Issue