Skip to content

irinaholler/AI-Image-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ AI Image Generator

A simple AI-powered image generator built with:

  • Backend: FastAPI (Python) + Hugging Face Inference API
  • Frontend: React (Vite) + Axios
  • Deployment: Azure App Service / Azure Static Web Apps

Users can type a text prompt and instantly generate an AI image using Stable Diffusion XL Turbo.


🚀 Features

  • Generate images from text prompts
  • Backend calls Hugging Face API securely with your token
  • Frontend React app with prompt input + image preview
  • CORS-enabled so frontend and backend work locally
  • Easy to extend with extra options (steps, width, height, etc.)
  • Deployable on Azure (App Service for backend + Static Web App for frontend)

Pictures

Screenshot 2025-08-20 at 11 15 29 Screenshot 2025-08-20 at 11 12 46 Screenshot 2025-08-20 at 10 53 49 Screenshot 2025-08-20 at 10 53 36

About

Basic Version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.6%
  • JavaScript 28.0%
  • HTML 1.4%