Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simbawangu/my-images
- Owner: SimbaWANGU
- Created: 2023-01-30T16:53:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T12:01:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T20:38:59.549Z (almost 2 years ago)
- Topics: dall-e-api, openai-api, reactjs, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://picture-perfect-two.vercel.app
- Size: 32.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [📖 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 is your one stop for all images with a twist. You describe a picture and we whip up something for you.
Client
- React
- TypeScript
- TailwindCSS
Server
- Node and Express
- Image generation.
- Slideshows.
- [Live Demo Link]()
### Link to backend:
[Backend repository](https://github.com/SimbaWANGU/my-images-backend)
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
```
👤 **SimbaWANGU**
- GitHub: [@SimbaWANGU](https://github.com/SimbaWANGU)
- Twitter: [@Simb_erella](https://twitter.com/Simb_erella)
- LinkedIn: [Simba Wangulu](https://linkedin.com/in/simba-wangulu/)
- [ ] Responsiveness.
- [ ] Allow users to save their image prompt history and their own images
- [ ] Allow users to download images
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project leave a ⭐️
- [OpenAI](https://platform.openai.com/overview) - for providing the assets image generation API