You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Clone the repository
Install the requirements
Run the server
Go to the website
Upload an image
Apply super resolution
Download the upscaled image
For more information, please see the documentation.