Bidet AI — on-device Gemma 4 turns a messy brain-dump into clean writing
Mark Barnett, a middle-school teacher, developed Bidet AI, an Android app designed to convert spoken thoughts into organized writing. The app operates entirely offline, ensuring user privacy by not sending data to external servers. It is particularly beneficial for individuals with ADD, allowing them to articulate their thoughts clearly without the pressure of traditional writing methods.
- ▪Bidet AI transcribes spoken words into clean writing directly on the user's phone.
- ▪The app is designed to work offline, ensuring that no data is sent to external servers.
- ▪It provides two versions of the output: one for personal use and another cleaned for sharing with others.
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 === 3909285) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mark Barnett Posted on May 18 Bidet AI — on-device Gemma 4 turns a messy brain-dump into clean writing #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 I Built I'm Mark. I'm a middle-school teacher, and I'm not a coder. A few times a year there's a piece of writing that wrecks me: honest comments about real students — the most personal, highest-stakes writing I do.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).