GithubHelp home page GithubHelp logo

guanjiawen008 / web-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shenglinonly/web-monitor

0.0 0.0 0.0 7.48 MB

esp32-cam + micropython + flask + yolo打造web视频监控和目标检测

Python 90.16% CSS 3.28% HTML 6.57%

web-monitor's Introduction

鹰眼智能监控检测系统

本项目采用 esp32-cam + micropython + flask + yolo 格式, 打造web视频监控和目标检测

介绍

  • 硬件: ESP32-CAM是一个开发板, 双核, 性能强悍,它上面集成了Camera摄像头模块.

  • 软件: 在esp32-cam上用到了micro python进行编写, flask框架搭建浏览器界面, yolo实现目标检测.

项目框架

│  app.py  # flask 框架
│  README.md 
│  recive.py  # 接受数据
│  use_yolo.py # 使用yolo目标检测
│  yolo_fastest.py  # yolo检测代码
│
│
├─cfg  # yolo配置文件
│      coco.names
│      yolo-fastest-xl-coco.cfg
│      yolo-fastest-xl-coco.weights
│      yolo-fastest-xl.cfg
│      yolo-fastest-xl.weights
│      yolo-fastest.cfg
│      yolo-fastest.weights
│      yolov3.cfg
│      yolov3.weights
│
├─static  # flask静态文件
│  ├─css
│  │      hello.css
│  │
│  └─images
│          favicon.icol
│
├─templates  # flask静态模板
      index.html

web-monitor's People

Contributors

shenglinonly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.