Skip to content

tensorflow lite converted model of an ai dnn which can be used to detect the presence of fire into uploaded photos

Notifications You must be signed in to change notification settings

riolaf05/ai-fire-detection

Repository files navigation

Training

See AI toolkit.

Copy tflite model into model folder

Inference

Launch docker compose and connect to localhost:5001

Todo

  1. Run on edge
  2. Run on real time video

References

  1. upload file with Flask tutorial