Sketch2Paint - A web app demo that converts sketches into beautiful paintings
Description of the feature request:
Hi @Giom-V, @markmcd.
I've developed a fun web application that allows you to convert your hand-drawn sketches into creative paintings using Gemini Flash 2.0 Image Generation model.
Some results:
Example 1:
Example 2:
Here's my original GitHub repository for this project: This isn't a standard .ipynb notebook file, so I would love to know if this can be contributed to the cookbook as an example.
What problem are you trying to solve with this feature?
No response
Any other information you'd like to share?
No response
That's a really cool idea, thanks for sharing this! @NSTiwari
Sorry @NSTiwari I thought I has answered you already. I think it's a cool demo but I'm kinda against multi-files demos in the cookbook as it's more complicated to try right away. My usual recommendation is to keep it in a dedicated project (which is what we do for google-owned demos like the live-api-console.
I think that demo could also be a nice Applet in AI Studio. I'm not sure if there's yet a way to make to discoverable publicly but that should land at some point.
I'm thinking of adding a "cool community projects" list in the example readme. What do you think about that idea?
Sorry @NSTiwari I thought I has answered you already. I think it's a cool demo but I'm kinda against multi-files demos in the cookbook as it's more complicated to try right away. My usual recommendation is to keep it in a dedicated project (which is what we do for google-owned demos like the live-api-console.
I think that demo could also be a nice Applet in AI Studio. I'm not sure if there's yet a way to make to discoverable publicly but that should land at some point.
I'm thinking of adding a "cool community projects" list in the example readme. What do you think about that idea?
That's a really good idea, @Giom-V. Just in case if you're not aware, here's how the Gemma team is maintaining their cookbook: They have a separate Demo section altogether that includes web app, mobile apps using Gemma models, and I've contributed to several of them like:
Not sure if the same idea can also be implemented by the Gemini team. Open to your thoughts.
Hello again, @Giom-V. I've just created a notebook version of my web application, so, everything can be done in a Jupyter/Colab notebook now.
PR #790 is created for the same. Could you please review?