File size: 333 Bytes
9bd2993
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: "Image Colorization"
emoji: 🎨
colorFrom: indigo
colorTo: pink
sdk: streamlit
sdk_version: "1.33.0"
app_file: app.py
pinned: false
---

# 🎨 Image Colorization with Streamlit

A simple web app to colorize black & white images using a pretrained deep learning model and apply post-processing like blur or sharpen.

---