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.

Ask HN: Share your side projects, what are you building in AI?

1 pointsby sunnysograalmost 2 years ago
Curious to know what creative minds are working on.

1 comment

eternityforestalmost 2 years ago
My only foray into AI is with tflite object detection.<p>I built a Network Video Recorder, with full GUI-only configurability, in pure Python, no containers or databases or any of those other things modern FOSS apps use to make it unnecessarily hard to set up.<p>I didn&#x27;t actually do anything all that interesting with the AI though, the only real innovation is the algorithms I&#x27;m using to <i>not</i> use AI.<p>I only do object detection when there is motion, and I do motion detection without actually decoding anything other than the keyframes, creating a fairly convincing illusion of being able to actually detect objects in real time, without needing too much CPU.<p>I also have some pre-buffering in RAM, so I can capture stuff just before an object is detected, to compensate for the slower response.<p>Actually creating new useful models is beyond both my skill and available hardware, but I think I did pretty well at making optimal use of existing tech.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;EternityForest&#x2F;KaithemAutomation">https:&#x2F;&#x2F;github.com&#x2F;EternityForest&#x2F;KaithemAutomation</a>