Skip to content
Hyunmin.Cho edited this page Sep 18, 2022 · 3 revisions

Welcome to the Sharpic wiki!

Welcome to Sharpic Repository!

This repository is for the integration of the Sharpic project. Each funtionallity repository is...
For frontend: Sharpic Frontend
For backend: Sharpic Backend
For RealSR: Sharpic ImageSR

Simple summary of the project: This project is a web application that allows users to upload images and then apply super resolution to them.
The super resolution is done using the RealSR project. The user can then download the upscaled image.
The database is built using PostgreSQL.
The frontend is built using HTML, CSS, and JavaScript.
The backend is built using Python and Django.

Simple usage:

  1. Clone the repository
  2. Install the requirements
  3. Run the server
  4. Go to the website
  5. Upload an image
  6. Apply super resolution
  7. Download the upscaled image
스크린샷 2022-09-18 22 32 46

For more information, please see the documentation.