tejavardhan commited on
Commit
106fd1e
·
verified ·
1 Parent(s): 8cb081e

Create Readme.md

Browse files
Files changed (1) hide show
  1. Readme.md +9 -0
Readme.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ **AI-FILTERS**
2
+
3
+ AI-Filters is a technique of processing and enhancing the digital content like images, videos and audio.
4
+ - *Inpainting* - Filling in missing or corrupted area in the image.
5
+ - *Deblurring* - Reducing blur to restore sharpness in images.
6
+ - *Masking* - Masking is image preprocess technique in which a certain shaded part of the image is passed to the model.
7
+
8
+ The main.py uses gradio tool for masking and 'runwayml/stable-diffusion-v1-5' model for inpainting.
9
+ By running this command 'python main.py' after installing the requirements, we can start working.