# 基于视频监控的智慧消防算法端 **Repository Path**: liucm1997/security_cloud ## Basic Information - **Project Name**: 基于视频监控的智慧消防算法端 - **Description**: 基于视频监控的智慧消防系统(算法端) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 3 - **Created**: 2022-04-04 - **Last Updated**: 2025-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于视频监控的智慧消防系统 #### 1. 介绍 基于视频监控的智慧消防系统(算法端) #### 2. 说明 算法端 #### 3. 接口 消防通道占用检测算法: http://localhost:33008/api/detect_fire_exits 火场被困人员检测算法: http://localhost:33008/api/detect_fire_person 火场图像去雾算法: http://localhost:33008/api/detect_fire_dehazing 火灾智能报警算法: http://localhost:33008/api/detect_fire 防火门未关闭检测算法: http://localhost:33008/api/detect_fire_door #### 4. 运行 服务端:python run_rabbitmq.py server端: python server.py