Vessel Ops
Vessel Ops AI is an offline-first application designed to assist crew members on vessels operating far from shore. It provides medical and engineering support without the need for internet connectivity. The application is built on the Gemma 4 platform and aims to enhance safety and decision-making in maritime environments.
- ▪Vessel Ops AI serves as a lifeline for the Medical Person in Charge and Chief Engineer on vessels 200 miles offshore.
- ▪The application includes features like medical triage, engineering fault diagnosis, and offline sync capabilities.
- ▪It was developed for the Gemma 4 Good Hackathon, targeting various prizes for its innovative approach to emergency response.
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 === 3949377) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Nick Switzer Posted on May 24 Vessel Ops #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What We Built "When a crew member is injured 200 miles offshore, there is no internet, no doctor, and no second opinion.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).