Skip to content

an end-to-end project to illustrate fire detection algorithm

License

Notifications You must be signed in to change notification settings

tianranZH/fire-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fire-detection

Is there any fires in the last 15mins? an end-to-end project to illustrate fire detection algorithm

  1. get pairs VIIRS I4/I5 h5 data from aws (https://registry.opendata.aws/noaa-jpss/)
  2. run through a basic fire algorithm.
  3. report total fires, and a plot of locations on a world map.
  4. save the data in a database in RDS
  5. deploy fire algorithm in lambda .

Deploy Lambda functions

For lambda function deployment, I am following the AWS guidance here (https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/deploy-lambda-functions-with-container-images.html)

  1. I use github to manage code development.
  2. AWS CodeBuild is used to auto-build image when there is any push happening on main branch.
  3. CodeBuild publishes the image to Amazon ECR.
  4. Lambda function will run use the image in ECR.

About

an end-to-end project to illustrate fire detection algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages