Building a Free OSHA Compliance Tool — 8 Weeks Solo
Ayush Gupta developed SafetyVision, an open-source PPE compliance monitor, over eight weeks. The tool aims to provide a cost-effective alternative to expensive commercial workplace safety software. It features advanced detection capabilities and detailed incident reporting grounded in OSHA regulations.
- ▪SafetyVision is a free tool that monitors personal protective equipment compliance using a fine-tuned detection model.
- ▪The project was built on a modest training set and runs on free-tier infrastructure, making it accessible to users.
- ▪It includes features like incident reporting, compliance forecasting, and a documented API, catering to both safety officers and developers.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3959686) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ayush Gupta Posted on May 30 Building a Free OSHA Compliance Tool — 8 Weeks Solo #aws #machinelearning #python #opensource Commercial workplace-safety software — Protex AI, Intenseye, and the rest — runs $500 to $2,000 a month. It watches camera feeds for PPE violations: a worker without a hard hat, a missing high-vis vest, no fall harness at height. The technology isn't exotic anymore. The price tag is.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).