Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanzhoudev/unblur-ai
Unblur Photos with Fotor's AI Enlarger
https://github.com/evanzhoudev/unblur-ai
ai images photos unblur
Last synced: about 1 month ago
JSON representation
Unblur Photos with Fotor's AI Enlarger
- Host: GitHub
- URL: https://github.com/evanzhoudev/unblur-ai
- Owner: EvanZhouDev
- License: gpl-3.0
- Created: 2023-07-07T02:49:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-07T04:57:35.000Z (over 1 year ago)
- Last Synced: 2024-11-14T17:49:16.345Z (about 1 month ago)
- Topics: ai, images, photos, unblur
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unblur-ai
- Size: 6.09 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Unblur Photos with Fotor| Before | After |
| ------------------------------------- | ----------------------------------- |
| ![Before Unblur](./assets/before.png) | ![After Unblur](./assets/after.png) |## Usage
Use in 2 easy steps:### 1. Download
With `pnpm`:
```bash
pnpm add unblur-ai
```With `npm`:
```bash
npm i unblur-ai
```### 2. Use
```javascript
import unblur from "unblur-ai";unblur("./path/to/original.png", "./path/to/destination");
```