AI Headshot Generator v1.0 Web App
Create Stunning AI Headshots for Free
Upload, train your custom model, and generate professional headshots in seconds – no cost, no hassle. Try it now! Another small side project by me.
Try it now!
I’m excited to keep learning how to build real, working apps and get a better grasp of how system workflows come together. The more I understand how things work under the hood, the better I can design intuitive and user-friendly experiences for GenAI apps in the future.
I’d love to hear your thoughts—open to any feedback or tips for improvement! 😀
Tech stacks:
Front-end and UX: Bubble.io
Image Generate API: Replicate API
App Workflow:
I design the front-end interface using Bubble.io.
Next, I set up API connectors in Bubble to integrate with Replicate.
Bubble then triggers a backend workflow to send the necessary data to Replicate via the API.
Replicate processes the request, performs the required tasks, and returns the results (e.g., images) to the Bubble app.
Bubble stores the generated images in Amazon S3 for storage.
Finally, the results (images) are retrieved from S3 and displayed on the front-end layer of the Bubble app.