Secure-e-voting-system-using-iris-recognization
A secure e-voting system using iris recognition and smart card authentication to prevent fraud and ensure transparency. Built with HTML, CSS, JavaScript, PHP, and MySQL. Features secure login, real-time vote tallying, and admin panel for management
Add virtual environment ---> conda create -p venv python ==3.12
Activate the environment ---> conda activate venv/
installment ---> pip install -r requirements.txt
select manage.py to run ----> python manage.py runserver