[WH] Working Healthily 工位天使

[WH] Working Healthily 工位天使 Used AI

3 devlogs
4h 41m
Created by chen

It's a pretty cool system that uses CV (specifically YOLO) and LLMs to keep an eye on desk jockey health in the office. It's like a real-world "screen time tracker"!

It basically monitors your posture, how much you're moving around, and even your water intake. The idea is to give you real-time health feedback and suggestions right when you need them.

Backend: Vue+FastAPI+SQLite, nothing special
Hardware: we're rocking ESP-LCD-EV and ESP-CAM boards, using PlatformIO with Arduino and FreeRTOS

One awesome feature is that a single host PC can connect to multiple lower-level devices simultaneously. So, you could have a whole bunch of workstations monitored at once.

Now it is mainly developed for Chinese (Simplified), maybe in the future we will consider i18n 🌐

This project is a bit extensive. My mentor created the first version, but now it is almost entirely mine.

## 简体中文版本的介绍

这是一个使用计算机视觉(YOLO)和 LLM 来监测办公室白领工位健康状况的系统。它就像现实世界中的“屏幕使用时间“一样。可以根据工人的工作姿态、活动情况和饮水习惯,提供实时健康状态反馈和建议。

上位机:Vue+FastAPI+SQLite 的前后端软件。
下位机:ESP-LCD-EV 以及 ESP-CAM。采用 PlatfomIO Arduino/FreeRTOS 开发。
一个上位机支持同时连接多个下位机。

这个项目涉及的面很广,最早它由我的老师创建了第一个版本,但现在它可以说几乎完全是我做的了

Timeline

Ship 1

0 payouts of shell 0 shells

chen

4 days ago

chen Covers 3 devlogs and 4h 41m

现在主要把时间花在 yolo 和 face_recognition 上
BTW: 现在项目已经完全迁移到 github 存储库上了,之前是在 gitee 上

Update attachment

这是项目现在的样子,下位机图传是自己搓的 UDP JPEG 流,花了很久时间
还有很多毛糙的地方,都要慢慢做

Update attachment