Sistema de reconhecimento facial com OpenCv e Django
requirements:
- python 3.9.0
- django 3.2.8 (pip install django)
- opencv 4.5.5 (pip install opencv-python e pip install opencv_contrib_python)
- pillow 8.4.0 (pip install pillow)
- pickles 0.1.1 (pip install pickles)
how to run:
- open cmd
- run command: python manage.py runserver
- go to: localhost:8000 in your browser