Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zevaguillo/ai-image-generation

PixelAI is an application that uses artificial intelligence to generate images from text.
https://github.com/zevaguillo/ai-image-generation

express learn microsoft mongodb nodejs reactjs student-vscode tailwindcss typescript

Last synced: 2 days ago
JSON representation

PixelAI is an application that uses artificial intelligence to generate images from text.

Awesome Lists containing this project

README

        

# AI Image Generation (PixelAI)
PixelAI is an application that uses artificial intelligence to generate images from text.

## Features

- Text-to-image generation
- Share generated images in a gallery.
- User management
- Create images with predefined models.

## Installation

Install my project with npm

```bash
npm install AI-image-generation
cd AI-image-generation
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

**Frontend:**
```
VITE_GOOGLE_CLIENT_ID
VITE_SERVER
```

**Backend:**
```
PORT
SD_API_Key
MONGODB_CNN
GOOGLE_CLIENT_ID
GOOGLE_SECRET_ID
FACEBOOK_APP_ID
FACEBOOK_APP_SECRET
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
COOKIE_SECRET
CLIENT_URL
```
## Demo

[Live Demo](https://pixelai.vercel.app/) 😎

## Screenshots

![App Screenshot](./pixelai.png)

## Tech Stack

**Client:** React, Typescript, Redux, TailwindCSS

**Server:** Node, Express, MongoDB

## Feedback

If you have any feedback, please reach out to us at [email protected]

## License

[MIT](https://choosealicense.com/licenses/mit/)