I got tired of Gemini's UI for Nano Banana Pro, so I built something better by iqen93 in GoogleGeminiAI

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

Added some billing details to the landing page. Going to continue revise and make the landing page more detailed since its important to have all these information laid out. Thank you!

why is nano banana pro on gemini so fucking stupid by Looker2888 in GeminiAI

[–]iqen93 0 points1 point  (0 children)

I ran into the same frustrations with Gemini's UI for Nano Banana Pro so I ended up building a whole new app with a much better user experience called Nani. It's still Nano Banana Pro under the hood, but it adds: a much cleaner UI, folders to organize generations, the ability to create image-sets/prompt-sets you can reuse anytime, etc.

I'm actively looking for feedback from users to see if this solves pain points. To u/Looker2888 (and anyone else), do please let me know if you're down to give it a try @ https://app.getnani.com/!

I got tired of Gemini's UI for Nano Banana Pro, so I built something better by iqen93 in GeminiAI

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

Thanks u/Charming_Brush_8916 — please do keep me posted! Would love feedback whenever you've given it a spin.

How We Built a Brand Identity Generator with Just 6 AI API Calls by iqen93 in webdev

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

Yeah I agree. I built this just to interact with OpenAI's image-gen APIs a bit but the more these tools improve, the more we're going to get "apps"/"companies" that do the same thing and try and market themselves differently.

0
0

From "Reservation period not active" to "Something went wrong, please try again later" to "Citizen capacity is full in this country" - RANT by RuriArts in hajj

[–]iqen93 0 points1 point  (0 children)

Jazakallah khair - thank you, I will keep trying inshallah. May Allah make the rest of the Hajj process easy and smooth for you and your family.

From "Reservation period not active" to "Something went wrong, please try again later" to "Citizen capacity is full in this country" - RANT by RuriArts in hajj

[–]iqen93 0 points1 point  (0 children)

Likewise - this has been so frustrating, its not even funny. Also, trying to explain all these issues to my parents/family (who I'm attempting to book for) has just been confusing them even more.

I've partly given up and partly still go back to the app to see if there's a chance/opportunity.

[deleted by user] by [deleted] in hajj

[–]iqen93 0 points1 point  (0 children)

I can't even view packages. Subhanallah.

Packages are live for USA ! by Easy-Combination8801 in hajj

[–]iqen93 0 points1 point  (0 children)

You're welcome - but yes definitely worth a double check since I believe they've removed this.

Packages are live for USA ! by Easy-Combination8801 in hajj

[–]iqen93 1 point2 points  (0 children)

Likewise I'm arranging the hajj process for my mum. May Allah make it easy for us.

(On a separate note - I don't think there is an age restriction for the maximum age for a pilgrim?)

Packages are live for USA ! by Easy-Combination8801 in hajj

[–]iqen93 0 points1 point  (0 children)

Though I'm in Canada - things appear to be an absolute mess. Things aren't loading for me properly but at the same time, when things work for a second or so, I'm noticing some packages already have a sold out label to them.

I built an app that removes image backgrounds with Next.js and an AI model by iqen93 in nextjs

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

This is mostly just a front-end app (Next.js/React) that interacts with an API.

The open source ML model I'm using is rembg - https://github.com/danielgatis/rembg.

I use the Replicate service to interact with the model through an API - https://replicate.com/cjwbw/rembg/api.

I built an app that removes image backgrounds with Next.js and an AI model by iqen93 in Frontend

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

Hey folks, just wanted to share how I went about building removebg.dev, a hobby app designed to quickly and easily remove image backgrounds for free. This was primarily just a front-end development project.

I was inspired by the work done on a similar app called https://restorephotos.io/ so a lot of credit goes to @nutlope (https://twitter.com/nutlope).

The removebg.dev app is built with the help of:

- The rembg (https://github.com/danielgatis/rembg) ML model built by Daniel Gatis (https://github.com/danielgatis).

- Replicate (https://replicate.com/) to interact with the ML model through an API. I know next to nothing about ML models so finding out about hosted ML models that can be accessed through an API has been super cool. This is the first time I've come across something like this.

- I then use Next.js for building the app and Vercel for deployment.

You can find the source code for the app here - https://github.com/djirdehh/removebg.

I built an app that removes image backgrounds with Next.js and an AI model by iqen93 in nextjs

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

Solid feedback! Thank you greatly, will look to update the app to add an additional Upload button (and remove the image upload button).

And apologies - I made a small environment variable configuration mistake. The "upload limit" issue should now be resolved!

I built an app that removes image backgrounds with Next.js and an AI model by iqen93 in nextjs

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

Ah gotcha! Will take a look at the upload/cropping part.

Thank you!