Welcome to the alpha version (v1) of our kinderneutron! This project integrates YOLO for real-time human detection through a webcam feed. The system communicates with an Arduino to control a digital pin based on the presence of a detected person.
- YOLO-based real-time human detection
- Python script for webcam interaction
- Arduino integration for controlling a digital pin
- Version: Alpha (v1)
Follow these steps to get the system up and running:
- Install required Python libraries:
pip install opencv-python numpy pyserial
2.Upload the provided Arduino sketch to your board.
3.Run the Python script to initiate the human detection system:
python pgm1.py
We welcome contributions! If you have ideas for improvements or find any issues, please open an issue or submit a pull request.
This is an alpha version, and your feedback is invaluable. Let us know your thoughts and suggestions. Feel free to open an issue for any feedback.
This project is licensed under the GNU General Public License v3.0.