Online exams face major challenges:
- Identity Fraud – Anyone could impersonate a student during online exams.
- Cheating Detection – Participants can use external devices like phones, Bluetooth earbuds, or other wireless tools to cheat during exams.
- Lack and unclear orientation- loss of confidence -Has the centeralzed orientaion for all the country even the world and can be notice if there is fualt for all the student if there is a doubtfull things happen
- independet regsuter system Any student who has regiter in the eduction system can be register by login the username and the password that given by the eduction system: this helps to create the safe for student and to control the student no number and related info b/ce the exam
There is no affordable and intelligent system in Ethiopia that combines identity verification and real-time cheating prevention in remote assessments.
SmartGuard Exam Proctor — an advanced online examination monitoring system that solves these challenges using:
- Multi-Biometric Authentication – Face, Iris, and Fingerprint recognition for secure login
- AI Behavioral Monitoring – Real-time webcam monitoring for suspicious activities
- Device Detection – Background scanning for unauthorized wireless devices
- Real-Time Alerts – Comprehensive dashboard for supervisors with detailed device and location info
- Secure Exam Environment – Prevents tab switching, copy/paste, and unauthorized access
- Chat assistance and live video stream - Give centralzed orientation for the exam takers,
- Oriention - for easly understandable in form of centerlized for every student in one voice and meaning
- Fayda Integration – Post-login redirect to Fayda for additional national ID verification
- ✅ Professional Landing Page, exam inteface page, regietr page, orinteion and the rule of the exam page - Beautiful, modern UI with smooth animations
- ✅ Two-Step Authentication - Credentials + Biometric verification
- ✅ Advanced Exam Interface - Professional exam environment with real-time monitoring
- ✅ AI-Powered Monitoring - Behavioral detection using MediaPipe and OpenCV
- ✅ Comprehensive Dashboard - Real-time alerts with device and location tracking
-
This ensures:
- Double Verification - Both biometric and national ID verification
- Compliance - Meets Ethiopian government requirements
- Security - Multiple layers of identity verification
- React.js – Modern UI with hooks and functional components
- CSS-in-JS – Inline styling for consistent design
- WebSocket – Real-time communication with backend
- WebRTC – Camera access for biometric capture
- Django + Django REST Framework – Robust API backend
- Django Channels – WebSocket support for real-time alerts
- MYSQL – Reliable database storage
- Face Recognition – Advanced biometric processing
- OpenCv and other computer vission - process the image etc for biomtric
- OpenCV – Computer vision for behavioral analysis
- MediaPipe – Face mesh, pose, and hand detection
- YOLOv8 – Object detection for suspicious items
- NumPy – Numerical computations
- Multi-Factor Authentication – Username/password + biometric
- Real-time Monitoring – Behavioral and device detection
- Secure Communication – WebSocket encryption
- Session Management – Secure exam sessions
- Python 3.11+ (Tested with Python 3.13.5)
- Node.js 18+ (Tested with Node.js 22.14.0)
- Docker & Docker Compose (for containerized deployment)
- Git (for cloning the repository)
git clone https://github.com/Maxd646/Smart-Exam-site
cd backend
cd frontend
cd register_servicecd backend
pip install -r requirements.txtNote: Some packages like dlib and face-recognition may require additional system dependencies:
- Windows: Install Visual Studio Build Tools
- Linux:
sudo apt-get install cmake libopenblas-dev liblapack-dev libjpeg-dev - macOS:
brew install cmake openblas lapack libjpeg
cd ../frontend
npm installCreate a .env file in the root directory:
# Django Settings
DEBUG=True
SECRET_KEY=your-secret-key-here-change-in-production
ALLOWED_HOSTS=localhost,127.0.0.1
# Database Settings
DATABASE_URL=postgresql://newuser:QAZwsx123#@db:5432/my_db
# Security Settings
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000cd backend
python manage.py migrate # Run migrations if needed
python manage.py runserverOpen a new terminal:
cd frontend
npm startAccess Points:
- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
- Admin Dashboard: Available via supervisor button
Ensure Docker and Docker Compose are installed:
docker --version
docker-compose --version# Build and start all services
docker-compose up --build
# Run in background (detached mode)
docker-compose up --build -dWhat this does:
- Builds the frontend React application
- Builds the backend Django application
- Starts PostgreSQL database
- Sets up networking between services
- Mounts volumes for data persistence
- Backend API: http://localhost:8000
- Frontend: The React app is built and served by Django at http://localhost:8000
# Stop and remove containers
docker-compose down
# Stop and remove containers + volumes
docker-compose down -v# View logs
docker-compose logs
# View logs for specific service
docker-compose logs web
docker-compose logs db
# Rebuild without cache
docker-compose build --no-cache
# Remove all containers and images
docker-compose down --rmi all --volumes --remove-orphans# Run integration tests
python test_fayda_integration.py
# Run complete system tests
python test_complete_system.py# Install Python dependencies
pip install -r backend/requirements.txt
# Install Node.js dependencies
cd frontend && npm install# Start Django backend
cd backend && python manage.py runserver
# Start React frontend (in new terminal)
cd frontend && npm start
# Run integration tests
python test_fayda_integration.py- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
- Admin Dashboard: Available via supervisor button
Run the comprehensive test suite:
python test_fayda_integration.pyThis tests:
- ✅ Backend API endpoints
- ✅ Fayda callback integration
- ✅ Behavioral monitoring
- ✅ Alert system functionality
| Feature | Status | Description |
|---|---|---|
| Landing Page | ✅ Complete | Professional UI with animations |
| traditional login | ✅ Complete | For regiter and the start exam then biometric |
| Multi-Biometric Login | ✅ Complete | Face, Iris, Fingerprint support |
| Exam Interface | ✅ Complete | Professional exam environment |
| Real-time Alerts | ✅ Complete | Comprehensive supervisor dashboard |
| Live stream | ✅ complete | Give one centerized oriention from Higer office |
| student register | ✅ complete | regiter independ and any place |
| secure extention | ✅ complete | secure the exam in any browser |
| Behavioral Monitoring | Incomplete | AI-powered webcam monitoring |
| Device Detection | Incomplete | RF and network scanning |
| chatBot | Incomplete | Give any explanition for the student |
| Regiter form( 2nd microsevice) | planning | Studnt can be own regster system |
| Fayda Integration | Planning | Student give the FAYDA number for Biomtric and other |
🎉 Ready for Production Deployment - This system combines identity verification, AI monitoring, and real-time security to create a trustworthy online examination platform for Ethiopia.
- Daniel Gashaw Kebede(https://github.com/Maxd646)




