Neuramage AI is a sleek, browser-based AI image generator built with HTML, CSS, and JavaScript, powered by the Hugging Face Inference API. Just type a prompt, click generate, and watch AI bring your imagination to life — all in your browser!
➡️ Coming soon
Neuramage AI is a lightweight front-end project that lets users:
- 🖼️ Generate AI images instantly from text prompts
- 📬 Interact directly with Hugging Face API
- ⚡ Enjoy a fast, smooth experience without needing a backend
- HTML5 – Structure
- CSS3 – Styling
- JavaScript (Vanilla) – API calls, DOM handling
- Hugging Face Inference API – Image generation via models like Stable Diffusion
- 🔍 Simple and clean UI
- ⚡ Real-time image generation
- 🧪 Fully front-end – no backend required
- 🔐 Easy integration with your own Hugging Face token
- 🧠 Uses advanced AI models for creativity and fun
Replace with your own screenshot or screen recording GIF if available
- Hugging Face account & API token (Get one here)
- Clone the Repository
git clone https://github.com/nikhil-304/AI-Image-Generator.git
cd AI-Image-Generator- Add Your API Token
Open script.js and replace the placeholder:
const API_TOKEN = "YOUR_HUGGINGFACE_API_KEY";- Run It
Just open index.html in any modern browser and start generating images!
- Never expose your API key publicly in production apps.
- For full deployments, consider hiding the key via a backend proxy or serverless function.
- Hugging Face API usage may have limits based on your subscription.
This project is licensed under the MIT License.
Made with ❤️ by @nikhil-304
⭐️ Star this repo if you enjoyed using Neuramage AI!