1
Fork 0

python(denoising): Image denoising

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2023-03-29 22:12:50 +02:00 committed by prescientmoon
parent f1719e9375
commit 4fb27b6826
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
12 changed files with 295 additions and 36 deletions
python/denoising

View file

@ -9,7 +9,7 @@
(system:
let
pkgs = nixpkgs.legacyPackages.${system};
pyDeps = p: with p; [ numpy scipy matplotlib ];
pyDeps = p: with p; [ numpy scipy matplotlib pillow ];
in
rec {
devShell = pkgs.mkShell {