https://github.com/codebyaadi/dalle-e-clone
"DALLE-E-Clone is a web application built using OpenAI's DALL-E API that generates images from textual prompts. This repository contains the code for the web application, allowing users to easily interact with the DALL-E API and generate their own images."
https://github.com/codebyaadi/dalle-e-clone
api backend frontend image-generation reactjs vercel vitejs
Last synced: 12 months ago
JSON representation
"DALLE-E-Clone is a web application built using OpenAI's DALL-E API that generates images from textual prompts. This repository contains the code for the web application, allowing users to easily interact with the DALL-E API and generate their own images."
- Host: GitHub
- URL: https://github.com/codebyaadi/dalle-e-clone
- Owner: codebyaadi
- Created: 2023-03-27T06:22:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T18:47:07.000Z (over 2 years ago)
- Last Synced: 2025-01-25T20:26:32.749Z (about 1 year ago)
- Topics: api, backend, frontend, image-generation, reactjs, vercel, vitejs
- Language: JavaScript
- Homepage: https://dalle-e-clone-rho.vercel.app
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dalle E-Clone
This is a clone of the [Dalle](https://dalle.com/) website built with React, Vite, and Tailwind CSS.
## Demo
You can see the live demo of this project at [https://dalle-e-clone-rho.vercel.app/](https://dalle-e-clone-rho.vercel.app/).
## Technologies
This project was built with:
- React
- Vite
- Tailwind CSS
## Getting Started
To get started with this project, you can clone the repository and install the dependencies using the following commands:
```bash
git clone https://github.com/uixaadi/dalle-e-clone.git
cd dalle-e-clone
npm install
```
Once you have set up your environment variables, you can start the server using the following command:
```bash
npm start
```
## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.