From feff7b6f3b073b976023345015bb2d5d2b70d528 Mon Sep 17 00:00:00 2001 From: AbdullahMansoor123 Date: Tue, 14 May 2024 14:04:11 +0500 Subject: [PATCH] readme updated --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93ffe9d..56b5674 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ gradio_app.py notebooks/ artifacts/ logs/ -__pycache__/ \ No newline at end of file +__pycache__/ +.pyc \ No newline at end of file diff --git a/README.md b/README.md index ab8cfd1..c445a10 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Here's a README.md file for your code: # Background Changing App -This is a Streamlit web application for changing the background of an image. It allows users to upload an image containing a person, select a background from predefined options, and then removes the person from the foreground image and blends it with the selected background. +I always wanted to change the background of my picture without uploading them online so i tried writing a code to that for me. This is a Streamlit web application for changing the background of an person image. It allows users to upload an image containing a person, select a background from predefined options, and then removes the person from the foreground image and blends it with the selected background. ## Setup To run this application locally, follow these steps: