Reco is a biometric access control software that makes use of facial recognition to identify authorized users.
- Make sure you have python installed
- Clone the directory
git clone https://github.com/munabedan/Reco.git
cd Reco- Install required dependencies using pip
pip install -r requirements.txt-
On windows make sure you install the C compiler with the core workload
-
Also install the latest version of mongoDB which is the database that reco uses
Run the main file
python main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Make use of the issue tracker to raise any concerns over the project.