Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritikprajapat21/image-enhancer

A web app that enhances images using AI
https://github.com/ritikprajapat21/image-enhancer

Last synced: 13 days ago
JSON representation

A web app that enhances images using AI

Awesome Lists containing this project

README

        

# AI Image Enhancer

Wants to enhance images, just upload it and let AI enhance it for you.

# Tech Stack Used

1. React
2. HuggingFace Image to Image model

# Local setup

Clone this repo:

```
git clone https://github.com/ritikprajapat21/image-enhancer
```

Change working directory to image-enhancer:

```
cd image-enhancer
```

Install node modules:

```
npm install
```

Run the app locally using:

```
npm run dev
```