Skip to content

ngquocvu/imaginArt

Repository files navigation

ImaginArt

The name is a play on words, combining "imagination" with "AI" to suggest that the app is a tool for turning text into images using the power of artificial intelligence. It's catchy, easy to remember, and gives a sense of creativity and innovation, which are important qualities for an AI-based application. Additionally, the name has a positive and optimistic vibe to it, which can be appealing to potential users.

Screenshots

332504808-1410958289670938-8367341359069324008-n

332969132-6067399833282401-7192945728421999048-n

## Getting Started

First, set-up the Atlas MongoDB, Cloudinary and OpenAI API key & prepare yourself a .local.env file that contains:

OPENAI_API_KEY = ""
CLOUDINARY_API_KEY =""
CLOUDINARY_API_SECRET = ""
CLOUDINARY_CLOUD_NAME = ""
BASE_URL = "http://yourdomain.com" 

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.