Skip to content

MrTimeey/ai-image-generator

Repository files navigation

ai-image-generator

Simple project to get in touch with OpenAI's DALL·E API to generate images from text inputs.

Preconditions

Account

You need to create an account for https://openai.com/api/ in order to bring this code alive. OpenAI provides an amount of free tier to get in touch with the api, so you don't have to spend money in the first place.

Environments

Create .env from .env.example.

Execution

There are different ways to start the application. After start up it will be available on http://localhost:8080.

Dev-Mode

npm install
npm run dev

Service

npm install
npm run serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages