Neurolock AI is a security system that uses or emotions and eye track data to lock unlock the securiity systems π₯
An AI-based cybersecurity project to detect and respond using emotion recognition, voice alerts, and machine learning.
NEUROLOCK-AI is a powerful system that combines emotion detection with real-time AI responses to secure access and provide smart alerts. It mimics human-like understanding using deep learning and speech processing.
- π Emotion recognition using CNN
- π£οΈ Voice alert on threat detection
- πΉ Real-time webcam-based monitoring
β οΈ Alert system with mp3 feedback- πΎ Easy model training + reusable architecture
NEUROLOCK-AI/ β βββ app/ # Main application logic β βββ main.py β βββ voice_feedback.py β βββ utils/ # Preprocessing tools β βββ preprocess.py β βββ train_model.py # CNN model training βββ gnerate_alert.py # Alert logic βββ voice_alert.mp3 # Audio file for alert βββ README.md # Project Overview βββ gitignore # Ignored files
- Python π
- OpenCV π·
- Mediapipe π§
- CNN (Sequential Model)
- Vosk (Speech Recognition)
- Pygame (for sound playback)