silinhas / recognitionfacial

TCC2020 - Facial Recognition Access Control System. Updated official version.

Home Page:https://leticialima.vercel.app/tcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial recognition access control system

Tools

  • Python
  • Kivy
  • OpenCV
  • Numpy

Hardware

  • Raspberry
  • Webcam
  • TecladoPad

This project is a facial recognition access control system. We used the main language that is python and the OpenCV and Numpy libraries for the development. Based on Machine Learning and Deep Learning techniques we set up the entire structure for the recognition. Project consists of 3 parts. Registration of information and photos, training and finally recognition.

I'll leave a link here for more information about the project. Project link

This project was made with:

how to run the project?

  • Create a virtualenv with Python 3.
  • Activate virtualenv.
  • Install dependencies.
  • Run migrations.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python py_main.py

Vai da alguns erros.

    Precisa rodar o arquivo table.py para criar o banco de dados e tabelas: 
    python project/script/table.py

    Depois Rodar o comando python py_main.py

    1 - Na tela de Cadastro precisa tirar a foto. Clica no Botão "FOTO" e aperte Q para ir tirando as fotos. Precisa apertar umas 10 vezes, pois são 10 fotos.
    2 - Depois preencha os dados do Usuário como nome, cpf, cargo e e-mail. E clica em Salvar.
    3 - Volte para Home e Clica em "Reconhecimento" Abrir reconhecimento e espere aparecer o quadrado vermelho com seu nome e aperte "Q" no teclado.
    4 - Pronto, registro de ponto feito com sucesso.

Thanks ❤️

@eticialima

buymeacoffee buymeacoffee

Buy Me A Coffee

About

TCC2020 - Facial Recognition Access Control System. Updated official version.

https://leticialima.vercel.app/tcc

License:MIT License


Languages

Language:kvlang 50.6%Language:Python 49.4%