Skip to content

Infrared wildlife tracking made fun. Top ten out of eighty teams @ Hackthe6ix 2019.

Notifications You must be signed in to change notification settings

allyonthego/IR_Ranger

 
 

Repository files navigation

IR Ranger

Wildlife population monitoring system using Raspberry-Pi, AWS Rekognition/Lambda/EC2/S3, MongoDB, NodeJS, AngularJS, and Python

How it Works

  • Take (infrared) photos of animals and people with Raspberry-Pi
  • Photo is automatically uploaded to AWS S3 Bucket
  • Photo upload triggers a Lambda that executes a Python script to detect the number of animals (tallied based on species) using AWS Rekognition
  • Animal count data is then sent to MongoDB hosted on EC2 instance
  • Website (also hosted on AWS) queries data from MongoDB and displays it in a comprehensive way to the user

About

Infrared wildlife tracking made fun. Top ten out of eighty teams @ Hackthe6ix 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.4%
  • CSS 15.8%
  • HTML 12.7%
  • JavaScript 8.1%