Skip to content

Shehryarssj/image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation


MERN AI Image Generator App

An image generation app built using MERN stack and Eden AI API

Downloads Contributors Forks Stargazers Issues License

About The Project

This project allows users to generate and share AI images. The project showcases the power of generative AI and how easy it is to integrate the APIs to create Saas applications.

Built With

  • React
  • Tailwind
  • Node.js
  • Express.js
  • MongoDB
  • Eden AI API

Getting Started

Installation

  1. Get a free API Key at https://edenai.co

  2. Get API keys from cloudinary to store generated images on a CDN.

  3. Create a database on MongoDB atlas and get your database credentials.

  4. Clone the repo

git clone https://github.com/shehryarssj/image-generator.git
  1. Run npm install

  2. Put your credentials inside an env file in server folder

  3. Run the client and server on two separate terminals (look at the package json for commands)

  4. Replace the server url in client to localhost

Usage

  • Click on create
  • Type your prompt and press enter.
  • Once image is generated, click on share to store to cloud.

Authors