# 我的毕设-公交车驾驶安全检测系统 **Repository Path**: cnzyx/bus-driving-behavior-detector ## Basic Information - **Project Name**: 我的毕设-公交车驾驶安全检测系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-01 - **Last Updated**: 2025-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bus driving behavior detector #### 介绍 基于yolov10的公交车驾驶行为行为检测,多路摄像头/视频流输入,实时反馈检测结果并记录日志。 #### 软件架构(仅代目前已经用到的,仍在更新中) - 前端:Steamlit,react - 数据库:Sqlite,Mysql - 深度学习框架:Pytorch #### 安装教程 1. 克隆仓库 ``` shell git clone https://gitee.com/cnzyx/bus-driving-behavior-detector.git ``` 2. 创建并进入环境 GPU版本 ``` shell conda create -n bus-driving-behavior-detector python==3.10 conda activate bus-driving-behavior-detector conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia ``` CPU版本 ``` shell conda create -n bus-driving-behavior-detector python==3.10 conda activate bus-driving-behavior-detector ``` 3. 安装依赖 ``` shell pip install -r requirements.txt ``` 4. 运行项目 ``` shell streamlit run app.py cd frontend && npm run start ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)