Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaellyons/crossmint-dalle2

Experiment to build a UI that connects crossmint minting api capabilities with Dall-E 2 Data
https://github.com/michaellyons/crossmint-dalle2

Last synced: 11 days ago
JSON representation

Experiment to build a UI that connects crossmint minting api capabilities with Dall-E 2 Data

Awesome Lists containing this project

README

        

# DALLE 2 App (Next.js)
### Create realistic images and art from a description in natural language.

![Screen_Shot_2022-08-15_at_10 48 39_AM](https://user-images.githubusercontent.com/17039453/185843550-1e0761ca-c07d-4eb6-83b7-0a7a5b1e6e23.png)

[![DeepScan grade](https://deepscan.io/api/teams/18632/projects/21948/branches/641242/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=18632&pid=21948&bid=641242)

![CleanShot 2022-06-18 at 15 12 05@2x](https://user-images.githubusercontent.com/54872601/174429356-f9fc8ae5-6e4b-4dda-9262-165a5391445f.png)

## Requirement
- You need to be invited and can access https://labs.openai.com/
- Get the Bearer Token via https://labs.openai.com/api/labs/tasks

*If you have any questions, please read #13 first before raise a new issue.*

## Tutorial
- Medium (https://bit.ly/3ul3pyf)

## Getting Started
1. Clone/Download this project
2. Install:
```bash
npm
# or
yarn
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

## Usage
1. Input token start from `sess-`
2. Query anything, e.g. `cat on space`:
CleanShot 2022-06-18 at 16 36 25@2x

## Deploy on Vercel
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## Resources
[dalle-node](https://github.com/ezzcodeezzlife/dalle-node)