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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T16:36:40.000Z (over 2 years ago)
- Last Synced: 2025-02-07T12:46:47.313Z (3 months ago)
- Topics: api, dall-e, dalle, openai
- Language: SCSS
- Homepage: https://text-to-image-eimaam.vercel.app/
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- 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.

## 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` .