https://github.com/codewithdinesh/ai-image-generator
Generate Image through Artificial intelligence (AI).
https://github.com/codewithdinesh/ai-image-generator
Last synced: 3 months ago
JSON representation
Generate Image through Artificial intelligence (AI).
- Host: GitHub
- URL: https://github.com/codewithdinesh/ai-image-generator
- Owner: codewithdinesh
- Created: 2023-04-09T07:20:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T07:29:04.000Z (about 2 years ago)
- Last Synced: 2024-04-25T00:21:07.543Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ai-img-gen-dinesh.vercel.app/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Image Generator
Generate Image by Artificial Intelligence (AI)## Screenshots
## Getting Started
> Clone the git repository &
> Install nodejsAdd Replicate auth info into .env.local in project Folder:
```
REPLICATE_API_TOKEN=
```Install Dependency
```bash
npm install
```First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.