AI-FILTERS
AI-Filters is a technique of processing and enhancing the digital content like images, videos and audio.
- Inpainting - Filling in missing or corrupted area in the image.
- Deblurring - Reducing blur to restore sharpness in images.
- Masking - Masking is image preprocess technique in which a certain shaded part of the image is passed to the model.
The main.py uses gradio tool for masking and 'runwayml/stable-diffusion-v1-5' model for inpainting. By running this command 'python main.py' after installing the requirements, we can start working.