基于 YOLOv8 的餐饮厨房实时监控系统,支持违规检测、AI 自然语言查询、多角色权限管理。A full-stack kitchen safety monitoring platform — YOLOv8 PPE detection, real-time video analysis, AI natural language query, multi-role auth, and analytics dashboard.
0
stars
16
commits
Python
primary language
Apr 1, 2026
updated
A web application with a Vue 3 + Vite frontend and a Django backend for behavior detection in catering environments.
frontend/: Vue appbackend/: Django projectcd frontend
npm install
npm run dev
Build and preview:
npm run build
npm run preview
cd backend
# (optional) create & activate venv
python -m venv venv
# Windows: venv\Scripts\activate
# macOS/Linux: source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
MIT License. See LICENSE.
Python
95.6%
HTML
1.2%
JavaScript
1.1%
基于 YOLOv8 的餐饮厨房实时监控系统,支持违规检测、AI 自然语言查询、多角色权限管理。A full-stack kitchen safety monitoring platform — YOLOv8 PPE detection, real-time video analysis, AI natural language query, multi-role auth, and analytics dashboard.
0
stars
16
commits
Python
primary language
Apr 1, 2026
updated
A web application with a Vue 3 + Vite frontend and a Django backend for behavior detection in catering environments.
frontend/: Vue appbackend/: Django projectcd frontend
npm install
npm run dev
Build and preview:
npm run build
npm run preview
cd backend
# (optional) create & activate venv
python -m venv venv
# Windows: venv\Scripts\activate
# macOS/Linux: source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
MIT License. See LICENSE.
Python
95.6%
HTML
1.2%
JavaScript
1.1%