Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytz==2022.1 # https://github.com/stub42/pytz
python-slugify==6.1.1 # https://github.com/un33k/python-slugify
Pillow==9.1.0 # https://github.com/python-pillow/Pillow
Pillow==9.2.0 # https://github.com/python-pillow/Pillow
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
redis==4.2.2 # https://github.com/redis/redis-py
hiredis==2.0.0 # https://github.com/redis/hiredis-py
Expand Down Expand Up @@ -29,3 +29,12 @@ django-fsm==2.8.0 # https://github.com/viewflow/django-fsm
boto3==1.21.45 # https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
django-filter==21.1 # https://github.com/carltongibson/django-filter
fcm-django==1.0.11 # https://pypi.org/project/fcm-django/1.0.11/
# Machine Learning Model
opencv-python==4.5.5.62 # https://github.com/opencv/opencv
deepface==0.0.73 # https://pypi.org/project/deepface/
mtcnn==0.1.1 # https://github.com/ipazc/mtcnn
scikit-learn==0.24.2 #https://pypi.org/project/scikit-learn/
# tensorflow==2.3.0 # https://pypi.org/project/tensorflow/
# keras==2.4.0 # https://pypi.org/project/keras/
joblib==1.1.0 # https://joblib.readthedocs.io/en/latest/installing.html
keras-facenet==0.3.2