Eslam Fayad
Published

AI Powered Gunshot Detection System for Wildlife Protection

An AI-powered gunshot detection system can significantly help combat wildlife poaching by providing real-time alerts, deterring poachers, an

IntermediateWork in progress85
AI Powered Gunshot Detection System for Wildlife Protection

Things used in this project

Story

Read more

Schematics

Gunshot_Detecion_System

Code

ADD This lines to enable custom action

C/C++
if(best_label > 0)
                                {
                            cyhal_gpio_write(CYBSP_USER_LED2,CYBSP_LED_STATE_OFF); //Turn RED LED ON WHEN ANOMALLY Detected
                            printf("Warning !! GUN SHOOT DETECTED");
                            printf("\r\n");
                                  }
                      else {cyhal_gpio_write(CYBSP_USER_LED2,CYBSP_LED_STATE_ON);}

Gunshot_Detecion_System

Credits

Eslam Fayad
9 projects • 13 followers
R&D Passionate about learning Programming concepts and possess the ability to handle work pressure and customer issues professionally.

Comments