update requirements

This commit is contained in:
Joseph 2025-04-25 10:35:40 +07:00
parent 2f2bea441f
commit 19202f9656
4 changed files with 12 additions and 22 deletions

BIN
frame.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

17
package-lock.json generated
View File

@ -1,17 +0,0 @@
{
"name": "school-checkin",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"database": "^0.0.2"
}
},
"node_modules/database": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/database/-/database-0.0.2.tgz",
"integrity": "sha512-lrqvU32firrb2TBjn4Iv9V1Mh90rqUtyyLAvdSqdGP2w7IrNy+oI5IqGNowHq8o+/WVnQtKNfNIpLYd6uWZLHw=="
}
}
}

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"database": "^0.0.2"
}
}

12
requirements.txt Normal file
View File

@ -0,0 +1,12 @@
fastapi
uvicorn
sqlalchemy
face_recognition
numpy
opencv-python
requests
# pip install -r requirements.txt
# sudo apt-get install cmake or brew install cmake
# pip install dlib
# pip install setuptools