Skip to content

An image generating app using AI powered models, using NextJS 14, TypeScript, TailwindCSS, OpenAI API, Azure Functions, Azure Blob Storage and Vercel.

Notifications You must be signed in to change notification settings

neetmangat/ai-imgenerator

Repository files navigation

The IMGenerator

Production

Development

  1. Clone the repository and install dependencies
git clone https://github.com/neetmangat/ai-imgenerator ai-imgenerator && cd ai-imgenerator && npm install
  1. Generate your own OpenAI API key on the OpenAI Platform

  2. Set up a Microsoft Azure account, Function App, Storage Account, and Resource Group

  3. Add the server environment variables

cp .env.example .env.local
  1. Add the Azure environment variables
cp /azure/local.settings.example.json /azure/local.settings.json
  1. Run the development server:
yarn run dev
  1. Open http://localhost:3000 with your browser to see the result.

About

An image generating app using AI powered models, using NextJS 14, TypeScript, TailwindCSS, OpenAI API, Azure Functions, Azure Blob Storage and Vercel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published