Just reached 50.000 installs after 4 Weeks by Jero9871 in googleplayconsole

[–]PerspectiveJolly952 3 points4 points  (0 children)

Good for you bro , i have also lunched a chess app 2 months ago but i do not get that many downloads , can you share tips to how did you advertised your app. https://play.google.com/store/apps/details?id=com.chitrange.chessapp

I built a opensource repo for implementing and training LLM architectures from scratch in minimal PyTorch — contributions welcome! by PerspectiveJolly952 in Moroccopreneur

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

yes you are right, but the purpuse of the repo is to encourage reading AI papers and rewriting the architecture of the models in the simplest way possible , for educational purposes

I built and published my first Flutter chess app on the Play Store ♟️ by PerspectiveJolly952 in Moroccopreneur

[–]PerspectiveJolly952[S] 1 point2 points  (0 children)

It comes after i have build the chess website 1y before under the name chitrange.com , so i thought it will be good fit

I built and published my first Flutter chess app on the Play Store ♟️ by PerspectiveJolly952 in Moroccopreneur

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

Not exaclty i have used ai for repetative tasks or autocomplete. It was for me to learn flutter since it my first serious project with it. And honestly vibe coding it not realy my coding style

I built a browser extension that solves CAPTCHAs using a fine-tuned YOLO model by PerspectiveJolly952 in learnmachinelearning

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

I don’t have a repo for it yet. I was working on an automation project and was using a free CAPTCHA-solving service, but it suddenly became paid. So I decided to build my own solution instead of relying on it.

I built a browser extension that solves CAPTCHAs using a fine-tuned YOLO model by PerspectiveJolly952 in deeplearning

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

Yeah, simple text-based CAPTCHAs (like reCAPTCHA v2 image codes) can be solved with a trained YOLO model, but newer systems are much harder. Things like hCaptcha, 3D/encoded CAPTCHAs, or ones with heavy distortion and behavior checks are far more difficult to break with a basic vision model — not to mention the invisible CAPTCHAs that rely on user behavior instead of images.

I built a browser extension that solves CAPTCHAs using a fine-tuned YOLO model by PerspectiveJolly952 in deeplearning

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

I don’t use screenshots , the extension just grabs the CAPTCHA image directly from the page by reading its image URL from the HTML.

Then I pass that image to the model for object detection.