🧠 This is a simulated hardware prototype for NFC-based voter verification using:
- ✅ Government-signed NFC Cards
- 🔒 Fingerprint Hash Matching
- 🚨 Fake Card Detection
- Arduino writer code - ino file
- voter card system
- to write voter card using a tkinter based gui connected to Arduino
nfc_reader.py– Simulates scanning NFC cardsfingerprint_hash.py– Simulates fingerprint scanningvoter_verification.py– Core logic combining both verificationstest/test_verification.py– Runs multiple test casescards/fake_and_real_cards.json– Optional card database
This prototype is ready to be extended to real Raspberry Pi hardware with NFC and biometric modules.