Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olajhidey/image-generator-go


https://github.com/olajhidey/image-generator-go

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Image generator

This is a simple web application built in Go programming language that demonstrate the use of OpenAI Dalle-3 api to generate images based on prompts.

## Getting started
- Make sure you have an OpenAI account and get your secret key
- Make a `.env` file out of the `.env.example` file
- Enter your OpenAI secret key in the newly created `.env` file
- Navigate to the clone file and run `go run main.go`