Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eimaam/text-to-image
Image Generator using #OpenAI Dall-E Model
https://github.com/eimaam/text-to-image
api dall-e dalle openai
Last synced: 20 days ago
JSON representation
Image Generator using #OpenAI Dall-E Model
- Host: GitHub
- URL: https://github.com/eimaam/text-to-image
- Owner: eimaam
- Created: 2022-12-21T13:56:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T16:36:40.000Z (about 2 years ago)
- Last Synced: 2024-12-06T05:52:42.480Z (28 days ago)
- Topics: api, dall-e, dalle, openai
- Language: SCSS
- Homepage: https://text-to-image-eimaam.vercel.app/
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Generator using OpenAI
## Generate Images from Text
Easy to use Image Generator built with React using OpenAI Dall-E model that allows creation of images by entering a description.
![text-2-image banner](https://raw.githubusercontent.com/eimaam/text-to-image/main/public/text-2-image%20banner.png)
## To Run on your machine
Download the Repo and Unzip
Visit [OpenAI API Page](https://beta.openai.com/) and Generate your API KEY
Create a file with the exact name `.env.local` to save your API key as env file.
Add your API into it in the format: REACT_APP_API_KEY= `your API key`
Save and Install the depencies by running
```bash
npm install
```Run the server
```bash
npm start
```Server should now be available via `http://localhost:5000` .