Skip to content

kartikay23/AI-Image-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Image-Generator

AI Image Generator - Google Chrome 01-01-2023 21_54_25 (2)

This is a simple web application whcih generates Images based on given input, using OpenAI. Backend is build with Node.js and Javascript, and HTML, CSS for the frontend. We have used OpenAI API key and stored in env file. This image generater uses OpenAI's Dalle E models for generating images. Every image is unique.

Install the dependencies before running the application: npm install To run the app: npm run dev || npm start

Port used for local hosting : 5000 (localhost:5000)