In the project of designing and developing a controlled access system for university students to exams with biometric security and face recognition systems, Python, Opencv, Machine Learning models will be used to compare students' photos, student numbers and information in the exam entry documents stored in the database before entering the exam, and if the information matches, students will be able to enter the exam, and if it does not match, it will be a software that will allow the exam proctor to exclude students from the exam. The purpose of this software will be to ensure that the common exams held in our school are carried out under equal conditions.
- Face recognition and detection
- Calculating similarity between two faces
- Comparing an image from the camera with an image in the database
- Document analysis
- Document detection
- Python 3.10+
-
Clone this project:
git clone https://github.com/OlguD/NEUAI.NA.git cd NEUAI.NA
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # MacOS/Linux venv\Scripts\activate # Windows
-
Install the requirements:
pip install -r requirements.txt
-
Run project:
python neuai/app.py
-
Clone this project:
git clone https://github.com/OlguD/NEUAI.NA.git cd NEUAI.NA
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # MacOS/Linux venv\Scripts\activate # Windows
-
Install project
pip install .
-
Run the project
neuai