Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olajhidey/image-generator-go
https://github.com/olajhidey/image-generator-go
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olajhidey/image-generator-go
- Owner: olajhidey
- Created: 2024-02-04T23:22:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:27:01.000Z (9 months ago)
- Last Synced: 2024-04-17T01:11:29.524Z (9 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`