Skip to content

GCU-Sharpic/sharpic

Repository files navigation

Sharpic

Sharpic is a project to implementing photo-enhancing cloud with several models.

Sharpic provides the ability to upload and store images and improve their quality using several image processing models.

Submodules

This repository is for the integration of the Sharpic project.
Each funtionallity repository is as below.

Frontend: sharpic-web
Backend: sharpic-server
Image Processing: sharpic-imagesr

The frontend is developed with React.js.
The backend is developed with Golang with Gin web framework and PostgreSQL.
The super resolution is using several models. Users can select processing model.

Run on localhost

Prerequisites

Clone and Run

git clone --recurse-submodules https://github.com/GCU-Sharpic/sharpic.git

cd sharpic

# For Nvidia cuda user
make run-cuda-docker

# For AMD ROCm user
make run-rocm-docker

For development with forked repo

# Set submodules as your forked repoBy default, it points to the original repository, 
# so the settings below are required to work in the forked repo.
cd <submodule>
git remote set-url origin <your forked repo>

스크린샷 2022-09-18 22 32 46

For more information, please see the each repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published