• Stars
    star
    222
  • Rank 173,647 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Face recognition attendance system .

Support Me πŸš€

About Polaris πŸ“„

Polaris is a system based on facial recognition with a futuristic GUI design, Can easily find people informations stored in a database using their pictures .

Functionality Supported πŸ“Œ :

  • Register new people :

  • Search for people using their pictures :

Built Using πŸ”§

  • PyQt5 - PyQt5 is a Python binding of the cross-platform GUI toolkit Qt
  • OpenCV - Open Source Computer Vision and Machine Learning software library
  • Dlib - C++ Library containing Machine Learning Algorithms
  • face_recognition by Adam Geitgey

How to use πŸ”¨

  • First of all, we have to install all the required libraries .

  • PyQt5 :

pip install PyQt5
  • OpenCV :
pip install opencv-python
  • Numpy :
pip install numpy
  • Dlib :
pip install dlib
  • face_recognition :
pip install face_recognition
  • PIL :
pip install pillow
  • Then, Clone the repository and run the program πŸ’»
git clone https://github.com/ChibaniMohamed/Polaris.git

cd Polaris/

python main.py

Contributing πŸ’‘

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Support Me πŸš€