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

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).

Awesome Lists containing this project

README

        

# AI Image Generator
Generate Image by Artificial Intelligence (AI)

## Screenshots
![image](https://user-images.githubusercontent.com/72983957/230760030-79c9e687-8f9c-4501-a625-5e69bc55f16d.png)

## Getting Started
> Clone the git repository &
> Install nodejs

Add 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.