The project was created to demonstrate tools for restoring voids in an image (not generating)
Created for my friend.
By default, the app prompts you to upload your image or use your webcam.
Next you create a mask by drawing on the image.
Click the "Fill the blanks" button and get the result.
You can also see the values of the following metrics: PNSR, MSE, SSIM.
Clone the repository
git clone https://github.com/Mariama4/tea_image_inpainting.git
Install dependencies
pip install -r requirements.txt
Start the application
streamlit run main_page.py