An open API service indexing awesome lists of open source software.

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."

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.