Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 895 Bytes

README.md

File metadata and controls

60 lines (36 loc) · 895 Bytes

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/