Skip to content

nikhil-304/AI-Image-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Neuramage AI

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!


🚀 Live Preview

➡️ Coming soon


🧠 What is Neuramage AI?

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

🛠️ Tech Stack

  • HTML5 – Structure
  • CSS3 – Styling
  • JavaScript (Vanilla) – API calls, DOM handling
  • Hugging Face Inference API – Image generation via models like Stable Diffusion

✨ Features

  • 🔍 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

📷 Demo

Neuramage AI Demo

Replace with your own screenshot or screen recording GIF if available


🔑 Setup & Usage

🔧 Prerequisites

📦 Steps

  1. Clone the Repository
git clone https://github.com/nikhil-304/AI-Image-Generator.git
cd AI-Image-Generator
  1. Add Your API Token

Open script.js and replace the placeholder:

const API_TOKEN = "YOUR_HUGGINGFACE_API_KEY";
  1. Run It

Just open index.html in any modern browser and start generating images!


⚠️ Notes

  • 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.

📄 License

This project is licensed under the MIT License.


🙋‍♂️ Author

Made with ❤️ by @nikhil-304


⭐️ Star this repo if you enjoyed using Neuramage AI!