Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ritikprajapat21/image-enhancer
- Owner: ritikprajapat21
- Created: 2024-03-07T13:00:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T13:24:00.000Z (10 months ago)
- Last Synced: 2024-03-07T14:34:13.644Z (10 months ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```