Autonomous Snake Detection and Catching System for Household Safety After Calamities

Year : 2024 | Volume :02 | Issue : 01 | Page : 1-5
By

Aravind S.

Chandini Sunil

Gokul M. S.

Soorya V.

Vinayak J.

Ajeesha S.

  1. U. G. Scholar Department of Electrical & Electronics Engineering, College of Engineering Perumon Kerala India
  2. U. G. Scholar Department of Electrical & Electronics Engineering, College of Engineering Perumon Kerala India
  3. U. G. Scholar Department of Electrical & Electronics Engineering, College of Engineering Perumon Kerala India
  4. U. G. Scholar Department of Electrical & Electronics Engineering, College of Engineering Perumon Kerala India
  5. U. G. Scholar Department of Electrical & Electronics Engineering, College of Engineering Perumon Kerala India
  6. Assistant Professor Department of Electrical & Electronics Engineering, College of Engineering Perumon Kerala India

Abstract

Autonomous Snake Detection and Catching Robot for household Safety after Calamities is a robot to protect house premises from the intrusion of snakes which is a major issue specially after calamities. During floods many incidents of snake encounters and bites were reported in numerous residential areas. According to disaster management experts, the possibility of flood in Kerala still remains and it can cause major impacts in future. Conventional methods for snake catching include tongs, hooks, hand capture and the limitations of these techniques are restrictions in the capability to reach the snake, potential injury and safety concerns. Autonomous Snake Detection and Catching Robot aims to address these limitations while prioritizing the safety of both humans and snakes. The proposal combines the procurement of series number of images and the detection of snake in the captured image with the machine learning concepts implemented through robotic technology, minimizing human intervention and ensuring a safer approach. The system uses the Raspberry Pi platform and YOLO to develop a cost-effective and efficient solution for the safe and autonomous capture of snakes. Real time monitoring is done with the help of cameras. The images obtained from the video captured by the camera module is compared with the trained database and if it matches, the alert system is triggered. Once the snake is detected it is caught by the robot with the help of a robotic arm. Unlike existing solutions the robot does not rely solely on human intervention minimizing human exposure to danger. Ultimately, the snake catching robot contributes to the overall resilience of communities in disaster-prone regions, safeguarding lives.

Keywords: Real-time monitoring, image processing, autonomous robot, rasberry Pi 4

[This article belongs to International Journal of Robotics and Automation in Mechanics(ijram)]

How to cite this article: Aravind S., Chandini Sunil, Gokul M. S., Soorya V., Vinayak J., Ajeesha S.. Autonomous Snake Detection and Catching System for Household Safety After Calamities. International Journal of Robotics and Automation in Mechanics. 2024; 02(01):1-5.
How to cite this URL: Aravind S., Chandini Sunil, Gokul M. S., Soorya V., Vinayak J., Ajeesha S.. Autonomous Snake Detection and Catching System for Household Safety After Calamities. International Journal of Robotics and Automation in Mechanics. 2024; 02(01):1-5. Available from: https://journals.stmjournals.com/ijram/article=2024/view=0

References

1. X. Wang, C. Chen, and Q. Meng, ”Vision-Based Snake Detection and Tracking for Agricul- rural Applications,” in IEEE Transactions on Automation Science and Engineering, vol. 15, no. 3, pp. 1200- 1211, 2018.
2. Y. Liu, C. Li, and D. Xu, ”Real-Time Snake Detection and Warning System Using Deep Learning and Robotics,” in IEEE Access, vol. 7, pp.
3. A. Nguyen and L. Truong-Hong, ”A Novel Approach to Snake Detection in Disaster Areas Using Aerial Robotics,” in Journal of Field Robotics, vol. 37, no. 4, pp. 593-609, 20
4. Smith, J., & Johnson, A. (Year). “Autonomous Snake Detection and Catching System: Design and Implementation.” Journal of Robotics Engineering, 10(2), 45-60.
5. Brown, R., & Garcia, M. (Year). “Survey of Snake Detection Technologies: Current Trends and Future Directions.” Proceedings of the International Conference on Robotics and Automation, 120-135.

6. White, S., et al. (Year). “Integration of Computer Vision and Robotics for Snake Detection: A Case Study.” IEEE Transactions on Robotics, 25(4), 789-802.
7. Martinez, L., et al. (Year). “Machine Learning Approaches for Snake Recognition in Hazardous Environments.” Journal of Artificial Intelligence Research, 30(3), 450-465.
8. Johnson, B. (Year). “Design and Development of a Snake Gripper Mechanism for Safe Handling.” Proceedings of the International Conference on Mechatronics, 210-225.
9. Green, K., et al. (Year). “Evaluation of Safety Features in Autonomous Snake Catching Systems: A Comparative Study.” Safety Science, 15(1), 75-90.


Regular Issue Subscription Original Research
Volume 02
Issue 01
Received May 29, 2024
Accepted June 5, 2024
Published July 6, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}