gabsdotco / dalle

🤖 a dall-e mini instagram

Home Page:https://codesandbox.io/s/github/gabsdotco/dalle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@dallgram

This is a repository for the Dallgram project.

Concept

This project aims to be a minimal Instagram clone for images generated by AI. It uses the DALL-E Mini implementation to generate a bunch of variants of an given prompt. The user can choose a variant and post it to the feed.

Usage

To use this application, first you need to install the dependencies:

pnpm install

After that you need to start the local MySQL container using docker-compose. Run the following command in the root of the project:

docker-compose up

With the database running, you can start the application:

pnpm dev

Technologies

The project is built using the following technologies:

About

🤖 a dall-e mini instagram

https://codesandbox.io/s/github/gabsdotco/dalle


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%