A Fast & Secure Facial Recognition Based Payment Solution Software
https://github.com/nightwarriorftw/EasyPay.git
cd EasyPay
python3 -m venv virtual
source virtual/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
Credit goes to folks who live in this dark world.