This is a biometric authentication system built with Django that enables user login and verification using fingerprint data. It is designed to offer a secure and user-friendly way of accessing web applications by leveraging fingerprint authentication instead of (or in addition to) traditional passwords.
⚠️ Note: This project is currently under active development and may change significantly over time.
Purpose
The fingerprint authenticator system enhances security for web applications by allowing biometric login capabilities. It can be used for employee portals, attendance systems, secure access points, and more.
- 🔒 Secure fingerprint-based authentication
- 👤 User registration with biometric enrollment
- 🧠 Integration with fingerprint scanners (or image-based simulation for testing)
- 🔄 Fallback to username/password login (optional)
- 📊 Admin dashboard to manage users and authentication logs
- 🌐 API support for biometric data exchange (if applicable)
- Django (Python web framework)
- SQLite or PostgreSQL (database)
- Django REST Framework (if API endpoints are used)
- HTML
- CSS
- JavaScript
- Fingerprint Scanner SDK or browser-compatible fingerprint input
- Simulated data for development/testing purposes (e.g., base64 image upload)
- Clone the repository
git clone https://github.com/melau-eddy/Fingerprint-authenticator cd fingerprint-authenticator