Skip to content

git-pixel22/Sharpify

Repository files navigation

Sharpify

  • This website upscales images and videos using Real-ESRGAN.
  • Currently, there is no functionality on the site for video upscaling, I'll be adding it in the future.

 

This How It Looks   ; )

recording.mp4

Steps To Run The Application Locally

  1. Clone the repository.
git clone https://github.com/git-pixel22/Sharpify.git

 

  1. Move into the project directory if using the terminal by doing
cd Sharpify

Or simply open the folder in VS Code.

 

  1. Install the requirements of the project.
pip install -r requirements.txt
npm install

 

  1. Run the application.
flask run

 

  1. Open your browser and go to your localhost's port 5000.
http://localhost:5000/

 

About

Use this to upscale your blurry images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published