Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunaaal13/snap-ai
A next generation image generator to generate high quality AI images
https://github.com/kunaaal13/snap-ai
express mern nextjs nextjs13 open-api tailwindcss typescript
Last synced: about 1 month ago
JSON representation
A next generation image generator to generate high quality AI images
- Host: GitHub
- URL: https://github.com/kunaaal13/snap-ai
- Owner: kunaaal13
- Created: 2023-01-23T13:15:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T08:20:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T00:03:40.015Z (about 2 months ago)
- Topics: express, mern, nextjs, nextjs13, open-api, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://snap-ai.vercel.app
- Size: 19.9 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SNAP AI
Hello, I'm Snap AI, a next generation AI image generator. I turn your thoughts into images.
## Tech Stack
**Client:** NextJs, TailwindCSS, Framer motion, Typescript, react-hot-toast, Vanilla Tilt, React-Icons
**Server:** Node, Express, Cloudinary, Open API
**Database:** MongoDB
## Features
- Generate high quality images from prompts.
- Download images.
- Share generated image with community.
- View top images from community.## Screenshots
### Home Page
![App Screenshot](/images/Home.png)
### Generate Page
![App Screenshot](/images/Generate.png)
### Community Page
![App Screenshot](/images/Community.png)
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
**CLIENT**
`NEXT_PUBLIC_API_BASE_URL`
`API_BASE_URL`
**SERVER**
`PORT`
`MONGO_URI`
`OPENAI_API_KEY`
`CLOUDINARY_CLOUD_NAME`
`CLOUDINARY_API_KEY`
`CLOUDINARY_API_SECRET`
## Run Locally
Clone the project
```bash
https://github.com/kunaaal13/SNAP-AI.git
```Go to the project directory
```bash
cd SNAP-AI
```**Client**
```bash
cd client
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```**Server**
Go back to root directory
```bash
cd ./
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```