Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zevaguillo/ai-image-generation
- Owner: ZevaGuillo
- License: mit
- Created: 2023-02-01T03:36:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T04:52:16.000Z (3 months ago)
- Last Synced: 2024-11-09T11:39:19.806Z (about 2 months ago)
- Topics: express, learn, microsoft, mongodb, nodejs, reactjs, student-vscode, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://pixelai.vercel.app/
- Size: 775 KB
- Stars: 7
- Watchers: 3
- 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 VariablesTo 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/)