CoolFace
Apppublic

Nikhil3235/fire-smoke-detection

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
44 commits on main
f5f3af43mo ago

Upload upload_log.txt with huggingface_hub

Nikhil3235
58135a03mo ago

Upload static/sample-smoke.mp4 with huggingface_hub

Nikhil3235
e981ecd3mo ago

Upload static/sample-fire.mp4 with huggingface_hub

Nikhil3235
5d393ab3mo ago

Upload models/best.pt with huggingface_hub

Nikhil3235
e80d9bb3mo ago

Update README.md with premium layout, system architecture, mathematical anti-spoofing formulations, and local setup guide

Nikhil3235
0a361513mo ago

\Fix static image upload rendering by adding raw image reading and processing inside generate_frames"

Nikhil3235
08963643mo ago

Fix video feed lag by using fast camera.grab() frame skipping, fix missing bounding boxes on static video files by adding draw_boxes=True parameter, and fix stop siren race condition on stats fetch

Nikhil3235
69f6c9e3mo ago

Fix critical bracket syntax error in script.js to restore webpage functionality and enable camera start

Nikhil3235
90204ef3mo ago

Fix webcam failure by adding camera getUserMedia fallback constraints when facingMode environment is not supported on desktop devices

Nikhil3235
a353a483mo ago

Fix auto-saves to trigger only above 55% hazard confidence, clear alert gallery UI on monitoring stop, and implement static standard deviation tracking filter for printed photo frames

Nikhil3235
2b1890d3mo ago

Optimize person model with imgsz=640 and conf=0.25 to catch humans instantly with 100% precision. Reset stats on stream stop. Implement persistent history.json safety incident database on server with UI table logging

Nikhil3235
6b646d23mo ago

Optimize video file playback to 1.0x real-time speed using elapsed wall-clock frame skipping, add progress logging to uploads via XMLHttpRequest, and bump script cache version to v=16

Nikhil3235
bbf4d0f3mo ago

Optimize cold-start delay by adding startup YOLO model warmups with dummy frame inference, and bump cache version to v=15

Nikhil3235
1987bfb3mo ago

Restructure site with separate /live workspace, fix human/shirt false fire positives, remove pitch-black ghost detections, and implement 60 FPS LERP animation for bounding boxes with zero latency ping-pong frame submission

Nikhil3235
6ca15b13mo ago

Optimize dual models inference to run at imgsz=320 fixing the 0.1 FPS lag issue caused by CPU overload. Fixed YOLO hallucination bug on pitch black frames by raising Person confidence threshold to 0.60

Nikhil3235
3325d753mo ago

Implement anti-spoofing screen detection to ignore videos of fire on mobile phones/TVs. Added Fake Fire (Screen) UI logic in JS to draw yellow boxes without triggering alerts.

Nikhil3235
85b6b293mo ago

Fix UI bugs: remove 8500% bug by removing multiplication by 100, remove percent sign from Person label, and lower Doll threshold to 0.45 to prevent false dolls

Nikhil3235
2befd653mo ago

Implement dual AI models (fire/smoke + person detection). Added living vs doll heuristic. Increased fps to 20 with sequence numbering to fix network out-of-order latency bugs causing sticky alarms and stuck boxes. Raised fire conf threshold to 65% to ignore sun/lights.

Nikhil3235
59d1d6f3mo ago

Fix mobile portrait camera distortion causing YOLO to miss smoke, and fix server queue lag by restoring isProcessingFrame lock with 8fps target

Nikhil3235
120b4013mo ago

Implement Session Isolation & Ultra-Low Latency (<0.1s) concurrent frame processing

Nikhil3235
f1eecbd3mo ago

Optimize webcam capture loop: Increase framerate to 12fps and use full 640x360 resolution for hyper-fast small fire detection

Nikhil3235
c0fd5c33mo ago

Add mobile-friendly camera flip toggle to switch between front and rear cameras

Nikhil3235
07695a53mo ago

Implement beautiful dynamic glowing flame cursor particle trail and bump version to v6

Nikhil3235
03cba333mo ago

Optimize webcam stream with real-time local video rendering, local canvas overlay, and optimized JSON bounding box transmission

Nikhil3235
43752143mo ago

Fix video autoplay blocks and remove metadata Promise lock to prevent black screen webcam hang

Nikhil3235
6468a083mo ago

Add checkCameraAvailability banner diagnostic info and bump version to v3

Nikhil3235
cb48ee73mo ago

Fix silent JavaScript TypeError crash by adding safety guards for non-existent statusDot and statusText elements

Nikhil3235
65c73333mo ago

Force browser cache bust for style.css and script.js

Nikhil3235
63db77d3mo ago

Add camera availability check and user-facing alert popup for diagnostic logging

Nikhil3235
bbd1a243mo ago

Implement true client-side live webcam streaming via /api/process_frame and fix premium toggle styling and profile shimmer glow

Nikhil3235
03493d43mo ago

Remove models and videos from repository .gitignore to fix Hugging Face API upload ignore bug

Nikhil3235
b236bfd3mo ago

Add .gitattributes to track sample videos and model weights in Git LFS

Nikhil3235
92f744f3mo ago

Log asset uploader output and upload log file to space for debugging

Nikhil3235
5e52cc93mo ago

Enhance debug_status endpoint to list root, models, and static directories

Nikhil3235
2494a353mo ago

Update upload_assets.py to fail on error for traceback debugging

Nikhil3235
a3c5f143mo ago

Add asset uploader to workflow to bypass runtime firewall restrictions on Hugging Face Spaces

Nikhil3235
dd840123mo ago

Add debug_status endpoint for remote server diagnosis

Nikhil3235
85f23af3mo ago

Implement dynamic sample video download and auto-fallback when webcam is unavailable on cloud server

Nikhil3235
16d6faa3mo ago

Update model download URL in app.py to Nikhil's custom-trained best.pt model

Nikhil3235
a83d44a3mo ago

Fix permission error by creating models directory and chowning /app to user in Dockerfile

Nikhil3235
3f0cb5e3mo ago

Use Debian Bookworm base image in Dockerfile to resolve libgl1-mesa-glx dependency error

Nikhil3235
204953a3mo ago

Fix Hugging Face colorTo metadata validation error by using yellow

Nikhil3235
aa32d723mo ago

Add Hugging Face Space configuration metadata to README.md

Nikhil3235
967f2573mo ago

Initial commit: Intelligent Fire & Smoke Detection system by Nikhil Mali

Nikhil3235