Skip to content

atanu16/Rumzer.Ai

Repository files navigation

Rumzer.Ai

Text to Image Generator | OpenAI

Demo

final.mp4

Note:This is a image generator built with Node.js and Express that uses OpenAI's Dall-E models to generate images.

Usage

Rename the yo.env file to .env.

Generate an API KEY at OpenAI and add it to the .env file.

Install the dependencies

npm i express openai dotenv
npm i -D nodemon
npm install

Run server

npm start

or (if doesnt work)

npm run dev

Visit http://localhost:5000 in your browser.

Releases

No releases published

Packages

No packages published