This project involves the development of an electronic control lock system using the ESP32 microcontroller. The system includes features such as facial recognition, voice functionality, password unlocking, and a mobile app.
- Electronic Control Lock: Secure locking mechanism controlled by the ESP32.
- Facial Recognition: Unlock the system using facial recognition technology.
- Voice Functionality: Control the lock using voice commands.
- Password Unlocking: Unlock the system using a password.
- Mobile App: Control and monitor the lock system through a dedicated mobile application.
- ESP32 Microcontroller: The main controller for the system.
- Camera Module: For capturing images for facial recognition.
- Microphone: For capturing voice commands.
- Keypad: For entering passwords.
- Mobile App: For remote control and monitoring.
- Connect the ESP32 to your computer.
- Upload the code to the ESP32 using the Arduino IDE or PlatformIO.
- Configure the mobile app with the ESP32's IP address.
- Use the app to control and monitor the lock system.
Contributions are welcome! Please fork the repository and submit a pull request.
- Thanks to the open-source community for providing the tools and libraries used in this project.