Author: Anup Chapagain
Email: uanup.mpersonal.a@gmail.com
A Python + IoT powered smart door locking system for homes and buildings.
This system automatically locks/unlocks doors based on:
- Motion detection
- User authentication logic
- Configurable timing/sensor triggers
Designed for Raspberry Pi and can be integrated with smart home security systems.
- Automatic Door Locking using Raspberry Pi GPIO
- Motion or Sensor Triggered lock/unlock
- Real-Time Status Logging for security
- Energy-Efficient Automation
- Python 3
- OpenCV (if camera is used)
- RPi.GPIO for Raspberry Pi pin control
- Time & OS modules for automation logic
auto-door-locking/
ββ src/
β ββ autodoorlocking.py
ββ sample_output/
β ββ door_locked.png
β ββ door_unlocked.png
ββ requirements.txt
ββ README.md
- Clone the repository
git clone https://github.com/anupanonymous/auto-door-locking.git
cd auto-door-locking/src- Install dependencies
pip install -r requirements.txt- Run the system
python autodoorlocking.py- Integrate face recognition for secure access
- Add mobile app control for remote unlocking
- Connect to cloud or IoT platforms for alerts and logging
Anup Chapagain
AI & IoT Enthusiast | Film Making Aspirant | Camera Nerd