HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jaramy

no profile record

Submissions

Show HN: I built a 1.8MB native app with self-built UI, vision and AI libraries

github.com
15 points·by jaramy·قبل 7 أشهر·23 comments

comments

jaramy
·قبل 7 أشهر·discuss
It's the image.dll. The library only processes image data. I'm looking into why a specialized library is being flagged as a virus.
jaramy
·قبل 7 أشهر·discuss
Server's ip and port, for update check. If don't need update, right click "Auto Update"
jaramy
·قبل 7 أشهر·discuss
I agree with you. I used "app" just as a shorthand for "application".
jaramy
·قبل 7 أشهر·discuss
There is no license. It's just an app, not an open source project.
jaramy
·قبل 7 أشهر·discuss
Hi everyone,

I'd like to share Aivition, a native AI image processing tool I built. It is a 1.8MB executable, written entirely from scratch in C++ without using any third-party or open-source libraries.

It is powered by three self-built, lightweight libraries:

A UI library implemented directly against the pure Win32 API.

A computer vision library that handles image decoding, encoding, and processing (like OpenCV).

An AI inference library that runs neural networks locally (like PyTorch).

I use it daily and hope it might be useful for others.

I'd be grateful for any feedback on performance, compatibility, or your general experience with it.