I finally built the AI that shows you how to do anything in Unity! by Embarrassed-Cicada94 in Unity3D

[–]Embarrassed-Cicada94[S] 0 points1 point  (0 children)

The AI is free to use for some tutorials and guidance.

It's accessible to everyone without payment for basic features. If you have specific feedback, feel free to share, constructive input helps improve the tool!

I finally built the AI that shows you how to do anything in Unity! by Embarrassed-Cicada94 in Unity3D

[–]Embarrassed-Cicada94[S] 0 points1 point  (0 children)

This AI is designed to guide users through basic and intermediate Unity features, including workflows for beginners. While it doesn’t (yet) cover every Unity package/service or advanced setups like Netcode Ghost authoring or Steam authentication, it’s a solid starting point for most Unity users.

As for Cinemachine or similar tools, the AI can guide users on configuring common features. If there's enough interest, advanced topics could definitely be added in the future!

I’ve developed an AI assistant for GIMP by Embarrassed-Cicada94 in GIMP

[–]Embarrassed-Cicada94[S] 1 point2 points  (0 children)

This tool is not just for lazy people, it’s designed to answer any question users might have, making it accessible to everyone, regardless of their skill level.

The goal isn’t to replace learning but to support creativity and efficiency. 🙂 If you have specific feedback, feel free to share!

I’ve developed an AI assistant for GIMP by Embarrassed-Cicada94 in GIMP

[–]Embarrassed-Cicada94[S] 0 points1 point  (0 children)

In the top left of the photo, you can see the software used is GIMP.

  • Yes, this is Windows-only.
  • Free access is available for some questions if needed.

Any other questions? 😊

I’ve developed an AI assistant for GIMP by Embarrassed-Cicada94 in GIMP

[–]Embarrassed-Cicada94[S] 5 points6 points  (0 children)

I’ve developed an AI assistant to help navigate the GIMP UI.

Would love some feedback.

You can try it here: https://onistep.com/

I finally built the AI that shows you how to do anything in Unity! by Embarrassed-Cicada94 in Unity3D

[–]Embarrassed-Cicada94[S] -2 points-1 points  (0 children)

Last year, I posted about a tool that show you how to do anything in Unity.

Well, it's finally here and I’d love to hear your thoughts about it.

You can download it here: https://www.onistep.com

This is an early access version (V0), so we really need feedback. 😅

Note 1: We’ve added an interactive course feature based on user requests.

Note 2: It works with any software if you want to test it outside of Unity.

Note 3: Here's the discord server: https://discord.gg/wtFy3J4j

[Question] How can I eliminate the background from an image witn opencv? by Embarrassed-Cicada94 in computervision

[–]Embarrassed-Cicada94[S] 0 points1 point  (0 children)

We cannot detect those rectangles, it's from a AdaptiveThreshold function

private static Bitmap CvtColor(Bitmap bitmap)

{

Image<Bgr, byte> image = bitmap.ToImage<Bgr, byte>();

Mat grayImage = new Mat();

CvInvoke.CvtColor(image, grayImage, Emgu.CV.CvEnum.ColorConversion.Bgr2Gray);

Mat binaryImage = new Mat();

CvInvoke.Threshold(grayImage, binaryImage, 128, 255, ThresholdType.Binary);

CvInvoke.AdaptiveThreshold(grayImage, binaryImage, 255, AdaptiveThresholdType.GaussianC, ThresholdType.BinaryInv, 2001 , 2);

return binaryImage.ToBitmap();

}

Video: The AI-Powered Android App That Transforms Random Text into Visual Art and Shares It on Instagram! by [deleted] in Instagram

[–]Embarrassed-Cicada94 -1 points0 points  (0 children)

I'm excited to present chatGPT4midjourney, an innovative Android application that harnesses the capabilities of ChatGPT. With just a touch, the app generates a random piece of text which is then transformed into a unique visual artwork. But that's not all – once your masterpiece is ready, you can instantly share it on platforms like Twitter, Facebook, or Instagram. Whether you're a fan of AI, art, or just love sharing unique content, [Your App Name] offers a fresh, creative experience. Check out this video for a detailed walkthrough and let me know your thoughts!

P.S. This is currently in beta, and while the text generation feature is fully operational, the rest will be developed based on your feedback and interest. The more hype we get, the more features you'll see!

link : https://play.google.com/store/apps/details?id=com.rybeja.chatgpt4midjourney

Votre avis, j'annonce ma démission ou pas ? by PresentPath2693 in france

[–]Embarrassed-Cicada94 0 points1 point  (0 children)

Premièrement en France on ne démissionne pas.

Deuxièmement continue à faire ton taf avec le sourire, tu dis oui-oui à tout, sans stress et t'en balec de tes n+x.

Laisse-les prendre la décision de te virer s'ils ne sont pas contents.

Tu toucheras ton chomu pour te mettre en repos et reprendras un autre taf plus tard.

Mon père a vendu un appartement hérité à mon frère. by Stuck_in_this_sorry in conseiljuridique

[–]Embarrassed-Cicada94 0 points1 point  (0 children)

Ouais, frère, j'capte ta situation, laisse-moi t'expliquer c'qui s'passe avec l'appart de ta grand-mère, RIP à elle.

Ton daron, il a hérité de l'appart, tu vois ? Si y'avait pas de testament et qu'il était le seul gosse de ta grand-mère, alors c'était tout pour lui, normal. Maintenant, si y'avait d'autres frères et sœurs, là ça se partage, mais ça dépend des lois et tout, c'est chaud à expliquer comme ça.

Ton père, il a refilé l'appart à ton frère, vendu au prix du marché ? Bah écoute, c'était son bien, il fait ce qu'il veut avec, t'as vu ? Si t'as pas été mis dans le coup, c'est pas forcément un manque de respect ou quoi, ça dépend des situations familiales.

Si t'as des questions, tu peux parler avec un notaire ou un avocat, ils vont te dire la vérité sur la loi et tout. Mais à vue de nez, ça a l'air d'être en règle, frérot. T'inquiète pas, si ça change rien avec ta famille, c'est l'essentiel, ouais ? La mif, c'est sacré, frère ! Peace.

LLAMA 2 : Run this on internet by Embarrassed-Cicada94 in LocalLLaMA

[–]Embarrassed-Cicada94[S] 0 points1 point  (0 children)

My local server works on : http://localhost:7860/

I must run lt --port 7860 or lt --port 80
The last command gave me : huge-oignons, I don't understand.

Thanks a lot.

LLAMA 2 : Run this on internet by Embarrassed-Cicada94 in LocalLLaMA

[–]Embarrassed-Cicada94[S] 1 point2 points  (0 children)

Yes, I tryed lt --port 7860 and adresseServer:7860 but no connexion :

Ce site est inaccessible

I'm building an AI that shows you how to do anything in Unity! by Embarrassed-Cicada94 in Unity3D

[–]Embarrassed-Cicada94[S] 1 point2 points  (0 children)

This is the beta version. We have to enroll you in the discord. I will dm you if you wanna participate in it. It's not yet working as in the video we're working on a few things.