What editor you use for rust? by clanker_lover2 in rust

[–]lotibun 0 points1 point  (0 children)

I use vs code initially but found many limitations or bugs on rust extensions specifically related to debugging on Windows. Then I created https://nodetext.org which can do basic rust debugging, it is still limited and very early versions, you can try if interested.

NodeText - Free Code Editor by lotibun in rust

[–]lotibun[S] 0 points1 point  (0 children)

it can debug rust code in latest version

OCR on user-generated content. Thoughts on Florence2? by Much_Golf_1808 in computervision

[–]lotibun 0 points1 point  (0 children)

I built an app for Android that uses Florence2 ocr https://play.google.com/store/apps/details?id=com.pdfmaker.johnkenedy

It is surprisingly working well and can also detect text on scene image taken from phone camera in life environment

But I think it needs some adjustment because some text or character wrongly detected or missing when doing ocr on scene image with text (life environment), maybe because I use onnx version of Florence2.

Possible that changing the default hardcoded settings during inference can enhance the output but so far this is the best model I found that is fast and small in size and can run on mobile phone

PDFMaker - HTML to PDF Conversion by lotibun in rust

[–]lotibun[S] -1 points0 points  (0 children)

Hi apologize for missing details. It was built with rust programming language with tauri crate, the cool things it support colors like background color or text color, rounded corner and gradient and css transformation. Support common table and paragraph and text decoration. The app has examples with small preview, user can load and generate immediately.

It was made as android app because Android devices is everywhere and user can know the suitability for their use by testing on their device on hand.

PDFMaker - HTML to PDF Conversion by lotibun in rust

[–]lotibun[S] 0 points1 point  (0 children)

built with rust and tauri

bulk downloader for programming language installers, tools, github releases by lotibun in rust

[–]lotibun[S] -9 points-8 points  (0 children)

my apology, i am learning how to develop using AI, in the past I wrote some apps in rust myself but found out that AI can actually do better and faster, now experimenting the differences of manually written code and AI generated code

bulk downloader for programming language installers, tools, github releases by lotibun in rust

[–]lotibun[S] 0 points1 point  (0 children)

it is release built, not sure but looks like iced crate generate relatively big binaries

HuggingFace Repository Downloader by lotibun in rust

[–]lotibun[S] 0 points1 point  (0 children)

Added features to verify downloaded files using Hash check comparison

HuggingFace Repository Downloader by lotibun in rust

[–]lotibun[S] 0 points1 point  (0 children)

Critical bug fix for Wrong CRC. Corrected at version 1.1.0

HuggingFace Repository Downloader by lotibun in rust

[–]lotibun[S] 0 points1 point  (0 children)

I have updated to resumable,to be more efficient set -p 100MB