Generation

generate functionSun, 21 May 2023

Detectar fuego con una camara termica

def detect_fire(temperatura): if temperatura > 100: return "Fire Detected" else: return "No Fire Detected"

Want to kickstart your project?Use the new AI Studio to create your code