Simple project to get in touch with OpenAI's DALL·E API to generate images from text inputs.
Mit KI erstellt ∙ 18. September 2024 um 3:59 PMYou 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.
Create .env
from .env.example
.
There are different ways to start the application. After start up it will be available on http://localhost:8080.
npm install
npm run dev
npm install
npm run serve
docker compose up -d --force-recreate --build