rajatrai30 / AutoAI

AutoAI is an image generation app that utilizes the DALL.E2 API key, Vite, ExpressJS, Node.js, MongoDB, and Cloudinary. It creates lifelike images from text prompts, ensuring efficiency with Vite and ExpressJS, scalability with Node.js and MongoDB, and seamless data management through Cloudinary.

Home Page:https://auto-ai.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introducing AutoAI - An AI based Image Generation Web App using OpenAI API.

AutoAI Logo

Features:

  • Generate Images using Text Input.
  • Get Auto Suggestions for the Text Input.
  • Find Option to Download your Image.
  • Share your generated Image to the Community.

Future Work:

  • To generate Post/Blog for the Image.
  • Idea to make it a complete Social Media Post Generator App.
  • Plan to use GenAI and PaLM AI API Keys.
  • Share your generated Image to the Community.

Setup .env file

MONGODB_URL="mongodb+sr://"
OPENAI_API_KEY=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

Install node_mod for server

cd server && npm i

Install node_mod for client

cd client && npm i

About

AutoAI is an image generation app that utilizes the DALL.E2 API key, Vite, ExpressJS, Node.js, MongoDB, and Cloudinary. It creates lifelike images from text prompts, ensuring efficiency with Vite and ExpressJS, scalability with Node.js and MongoDB, and seamless data management through Cloudinary.

https://auto-ai.vercel.app


Languages

Language:JavaScript 95.9%Language:CSS 2.1%Language:HTML 2.0%