Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simbawangu/my-images

This app uses Open AIs DALL E 2 model to generate images. A user enters an image description and the app generates images based on the text input.
https://github.com/simbawangu/my-images

dall-e-api openai-api reactjs tailwindcss typescript vite

Last synced: 1 day ago
JSON representation

This app uses Open AIs DALL E 2 model to generate images. A user enters an image description and the app generates images based on the text input.

Awesome Lists containing this project

README

        


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [Acknowledgements](#acknowledgment)

# 📖 Picture Perfect

> Picture perfect is your one stop for all images with a twist. You describe a picture and we whip up something for you.

## 🛠 Built With

### Tech Stack

Client


  • React

  • TypeScript

  • TailwindCSS

Server


  • Node and Express

### Key Features

- Image generation.
- Slideshows.

(back to top)

## 🚀 Live Demo

- [Live Demo Link]()

### Link to backend:
[Backend repository](https://github.com/SimbaWANGU/my-images-backend)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:
- Git
- Browser
- NPM/ YARN/ PNPM

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/SimbaWANGU/my-images.git
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run dev
```

(back to top)

## 👥 Authors

👤 **SimbaWANGU**

- GitHub: [@SimbaWANGU](https://github.com/SimbaWANGU)
- Twitter: [@Simb_erella](https://twitter.com/Simb_erella)
- LinkedIn: [Simba Wangulu](https://linkedin.com/in/simba-wangulu/)

(back to top)

## 🔭 Future Features

- [ ] Responsiveness.
- [ ] Allow users to save their image prompt history and their own images
- [ ] Allow users to download images

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project leave a ⭐️

(back to top)

(back to top)

## Acknowledgment

- [OpenAI](https://platform.openai.com/overview) - for providing the assets image generation API