Latest NIST FRVT evaluation report 2024-12-20
๐ ID Document Liveness Detection - Linux - Here 
๐ค Hugging Face - Here
๐ Product & Resources - Here
๐ Help Center - Here
๐ผ KYC Verification Demo - Here
๐โโ๏ธ Docker Hub - Here
sudo docker pull kbyai/fire-smoke-detection:latest
sudo docker run -v ./license.txt:/home/openvino/kby-ai-fire/license.txt -p 8081:8080 -p 9001:9000 kbyai/fire-smoke-detection:latest
This repository demonstrates Fire/Smoke Detection SDK
which transforms your CCTV system into an early warning sensor for fire & smoke through docker image pre-built by KBY-AI
.
Fire and smoke are common hazards that can cause severe damage to life and property. Fires often begin in quiet, low-traffic areasโelectrical rooms, loading docks, storage areasโwhere nobodyโs watching. KBY-AI
's fire/smoke detection SDK
turns your existing CCTV into smart fire sentries, instantly detecting smoke or flames before they spiral into a crisis. Perfect for warehouses, industrial sites, and logistics hubs.
We can customize the
SDK
to align with customer's specific requirements.
To try KBY-AI
's Fire/Smoke Detection SDK
online, please visit here
The API
can be evaluated through Postman
tool. Here are the endpoints for testing:
- Test with an image file: Send a
POST
request tohttp://127.0.0.1:8081/fire
. - Test with a
base64-encoded
image: Send aPOST
request tohttp://127.0.0.1:8081/fire_base64
.
This project demonstrates KBY-AI
's Fire/Smoke Detection SDK
, which requires a license per machine.
- The code below shows how to use the license:
Fire-Smoke-Detection-Docker/app.py
Lines 17 to 28 in e2f68c8
- To request the license, please provide us with the
machine code
obtained from thegetMachineCode
function.
๐งEmail:
contact@kby-ai.com
๐งTelegram:
@kbyai
๐งWhatsApp:
+19092802609
๐งDiscord:
KBY-AI
๐งTeams:
KBY-AI
CPU
: 2 cores or more (Recommended: 2 cores)RAM
: 4 GB or more (Recommended: 8 GB)HDD
: 4 GB or more (Recommended: 8 GB)OS
:Ubuntu 20.04
or later- Dependency:
ncnn
(Version: 2024.12.26)
-
Clone the project:
git clone https://github.com/kby-ai/Fire-Smoke-Detection-Docker.git
cd Fire-Smoke-Detection-Docker
-
Build the
Docker
image:sudo docker build --pull --rm -f Dockerfile -t kby-ai-fire:latest .
-
Read
machine code
sudo docker run -e LICENSE="xxxxx" kby-ai-fire:latest
-
Update the
license.txt
file by overwriting thelicense key
that you received fromKBY-AI
team. -
Run the
Docker
container:sudo docker run -v ./license.txt:/home/openvino/kby-ai-fire/license.txt -p 8081:8080 -p 9001:9000 kby-ai-fire:latest
-
Here are the endpoints to test the
API
throughPostman
: Test with an image file: Send aPOST
request tohttp://{xx.xx.xx.xx}:8081/fire
.
Test with abase64-encoded
image: Send aPOST
request tohttp://{xx.xx.xx.xx}:8081/fire_base64
.
- Setup
Gradio
Ensure that the necessary dependencies are installed.
Gradio
requiresPython 3.7
or above.
InstallGradio
usingpip
by running the following command:pip install -r requirements.txt
- Run the demo with the following command:
cd gradio python demo.py
SDK
can be tested on the following URL:http://127.0.0.1:9000