behavior-detection/catering-environment-behavior-detection

基于 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

README

Catering Environment Behavior Detection

A web application with a Vue 3 + Vite frontend and a Django backend for behavior detection in catering environments.

Tech Stack

  • Frontend: Vue 3, Vite (JavaScript)
  • Backend: Django (recommend 4.2 LTS for Python 3.9)
  • Database: SQLite (development)
  • OS: Windows/macOS/Linux

Project Structure

  • frontend/: Vue app
  • backend/: Django project

Prerequisites

  • Node.js ≥ 18 (with npm ≥ 9)
  • Python ≥ 3.9

Quick Start

Frontend

cd frontend
npm install
npm run dev

Build and preview:

npm run build
npm run preview

Backend

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

License

MIT License. See LICENSE.

Contributors

Michelle0574

9 commits

manning969

4 commits

DicongLi

2 commits

Skylar-ching

1 commits

behavior-detection/catering-environment-behavior-detection

基于 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

README

Catering Environment Behavior Detection

A web application with a Vue 3 + Vite frontend and a Django backend for behavior detection in catering environments.

Tech Stack

  • Frontend: Vue 3, Vite (JavaScript)
  • Backend: Django (recommend 4.2 LTS for Python 3.9)
  • Database: SQLite (development)
  • OS: Windows/macOS/Linux

Project Structure

  • frontend/: Vue app
  • backend/: Django project

Prerequisites

  • Node.js ≥ 18 (with npm ≥ 9)
  • Python ≥ 3.9

Quick Start

Frontend

cd frontend
npm install
npm run dev

Build and preview:

npm run build
npm run preview

Backend

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

License

MIT License. See LICENSE.

Contributors

Michelle0574

9 commits

manning969

4 commits

DicongLi

2 commits

Skylar-ching

1 commits

Languages

Python

95.6%

HTML

1.2%

JavaScript

1.1%