Archived deraining API note repository. This repo is kept as a small historical entry for early single-image rain-removal API experiments and points to the more complete deraining UI / restoration research work.
Preview image source: the public PReNet repository at https://github.com/csdwren/PReNet.
Single-image deraining APIs usually wrap three layers:
- image upload / decoding
- restoration model inference
- response encoding and visualization
This repository started as an early API placeholder. For a runnable local deraining demo, see the related derainUI repository.
- PReNet: https://github.com/csdwren/PReNet
- Progressive Image Deraining Networks: A Better and Simpler Baseline: https://ieeexplore.ieee.org/document/8953349/
111.md historical placeholder note
assets/ public preview image used by this README
This repository is intentionally minimal and preserved for account/project history. New development should happen in a maintained deraining demo or research-code repository.
