Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChibaniMohamed/Polaris
Face recognition attendance system .
https://github.com/ChibaniMohamed/Polaris
computer-vision deep-learning face-detection face-recognition gui hud image-processing machine-learning opencv opencv-python polaris pyqt5 python python3
Last synced: about 3 hours ago
JSON representation
Face recognition attendance system .
- Host: GitHub
- URL: https://github.com/ChibaniMohamed/Polaris
- Owner: ChibaniMohamed
- License: mit
- Created: 2021-02-26T22:16:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T01:01:07.000Z (over 3 years ago)
- Last Synced: 2024-08-01T22:48:52.790Z (3 months ago)
- Topics: computer-vision, deep-learning, face-detection, face-recognition, gui, hud, image-processing, machine-learning, opencv, opencv-python, polaris, pyqt5, python, python3
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 244
- Watchers: 10
- Forks: 57
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-morocco - Polaris - Face recognition system with Futuristic UI design by [@XN3UR0N](https://github.com/ChibaniMohamed) (Uncategorized / Uncategorized)
README
## 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.gitcd 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.