https://github.com/theakshaymore/openai
📸The OpenAI-Image-Generator allows you to create an image given a text prompt. Build using Node, Express, React & OpenAI APIs. The more detailed the description, the more likely you are to get the result that you or your end user want
https://github.com/theakshaymore/openai
dalle2 express node openai react
Last synced: 3 months ago
JSON representation
📸The OpenAI-Image-Generator allows you to create an image given a text prompt. Build using Node, Express, React & OpenAI APIs. The more detailed the description, the more likely you are to get the result that you or your end user want
- Host: GitHub
- URL: https://github.com/theakshaymore/openai
- Owner: theakshaymore
- Created: 2022-12-21T08:44:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T08:56:34.000Z (over 2 years ago)
- Last Synced: 2025-02-01T03:31:55.376Z (4 months ago)
- Topics: dalle2, express, node, openai, react
- Language: JavaScript
- Homepage: https://openai-lac.vercel.app/
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MakeScene
Live project link: [https://makescene.com](https://openai-lac.vercel.app/).
📸 The **MakeScene - OpenAI-Image-Generator** allows you to create an image given a text prompt. Build using Node, Express, React & OpenAI APIs. The more detailed the description, the more likely you are to get the result that you or your end user want
## Screenshots



## How To Run the Project?
- Clone this repository into your local machine
> git clone https://github.com/theakshaymore/openAI
- In the root of project directory, run following commands:- _(to start backend)_
```
npm install
npm start
```- _(to start frontend)_
```
cd frontend
npm install
npm start```
- Setup environment variables
- create ".env" file in root directory
- add following
```
PORT=8000
OPENAI_API_KEY='your key from openapi.com'
```