TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I’m not a data scientist but made a Covid mask detector – Doctor Masky

32 pointsby will-wowover 4 years ago

4 comments

will-wowover 4 years ago
I used Google&#x27;s AutoML Vision service (<a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;vision" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;vision</a>) to train the model off of pictures of masked and unmasked faces from coworkers and creative commons images from Flickr, and am running the model in-brower in a React app. It was pretty cool to see how easy it was to set up an object detection model without having to figure out how to set it up with Keras or something.
MH15over 4 years ago
I recently built a similar system for HackOHI&#x2F;O, my college&#x27;s hackathon. Was a great challenge! We used a slightly different approach, as we didn&#x27;t have the time or expertise to train our own models.
评论 #25305801 未加载
RAB1138over 4 years ago
Can you provide more details about how you&#x27;re running them model in-browser?
评论 #25295860 未加载
fox_hedgehogover 4 years ago
Dr. Masky FTW :)