gbrasil720 / atlas

A AI integrated app to generate images based on a prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas

This is an app that uses the OpenIA API to generate images based on a specific text prompt

Currently, a couple of features are available:

  • Generate images using the OpenIA API
  • Copy generated image link to the clipboard

Project images

initial state

creating image

image created

image and link reveal

How to run Atlas

So, for you to run this project on your computer, you need to:

  • Clone this repo:
    • git clone https://github.com/gbrasil720/atlas.git
  • Install the dependencies
    • yarn or npm install
  • Have your own OpenAI API KEY
    • Insert your api key at a .env.local file named as OPENAI_API_KEY
  • Run the project
    • yarn run dev or npm run dev

About

A AI integrated app to generate images based on a prompt


Languages

Language:TypeScript 87.8%Language:JavaScript 7.2%Language:CSS 4.1%Language:HTML 0.9%