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: about 1 year ago
JSON representation
PixelAI is an application that uses artificial intelligence to generate images from text.
- Host: GitHub
- URL: https://github.com/zevaguillo/ai-image-generation
- Owner: ZevaGuillo
- License: mit
- Created: 2023-02-01T03:36:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T04:52:16.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:43:31.078Z (over 1 year ago)
- Topics: express, learn, microsoft, mongodb, nodejs, reactjs, student-vscode, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://pixelai.vercel.app/
- Size: 775 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Tech Stack
**Client:** React, Typescript, Redux, TailwindCSS
**Server:** Node, Express, MongoDB
## Feedback
If you have any feedback, please reach out to us at guiller.zeva16@gmail.com
## License
[MIT](https://choosealicense.com/licenses/mit/)