An AI-powered web app that transforms your text into breathtaking images. Designed with an interactive animated background and a sleek, responsive UI.
- Enter a Prompt → Type what you want to generate
- Click Generate → The app fetches an AI-generated image
- Enjoy → Get instant results and explore creativity
🔹 Uses Pixabay API to fetch high-quality images.
🔹 Built with Vanta.js for a stunning animated background.
🔹 Styled with Tailwind CSS for a clean, modern look.
- Node.js - Backend runtime environment
- Express.js - API handling
- Pixabay API - Image generation
- Tailwind CSS - Styling
- Vanta.js - Animated background (Reference)
- Three.js - 3D Graphics
- Creative Tim Button Hover Effect (Reference)
# Clone the repository
git clone https://git.cs.dal.ca/mdmahajan/csci3172/labs/lab5.git
cd AI-Image-Generator
# Install dependencies
npm install
# Start the server
npm start