CoolFace
Apppublic

Akash8150/DeepClean-CNN-Autoencoder-for-Image-Denoising

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
7 commits on main
1010bf94mo ago

Add sample images with one-click denoising UI

Akash8150
b17d8514mo ago

Fix: rebuild model architecture and load weights only to bypass Keras deserialization

Akash8150
cc9042f4mo ago

Fix: use tf-keras 2.16 for Keras 2.x compatibility with saved .h5 model

Akash8150
3ea03df4mo ago

Fix: pin tensorflow-cpu==2.13.0 to match saved Keras 2.x model format

Akash8150
501a2214mo ago

Fix short_description length in README

Akash8150
cdf00644mo ago

Deploy Flask CNN Autoencoder image denoiser app

Akash8150
cd1cf0c4mo ago

initial commit

Akash8150