Download the model file and code here to run it locally. : https://huggingface.co/spaces/prithivMLmods/Magic_Eraser/tree/main/assets
Supported Streamlit Version [ pip install streamlit==1.34.0 ]
Remove unwanted objects from your images with AI-powered inpainting!
- Simple brush-based interface to mark areas for removal
- AI-powered inpainting technology
- Preserves original image quality
- Adjustable brush size for precise editing
- Download your edited images with one click
- Upload an image (JPG/PNG)
- Use the brush tool to mark areas you want to remove
- Click "Submit" and let AI work its magic
- Download your cleaned image
To run locally:
git clone https://github.com/PRITHIVSAKTHIUR/Magic-Eraser-Tool.git
cd Magic-Eraser-Tool
pip install -r requirements.txt
streamlit run app.py
- Streamlit==1.34.0
- NumPy
- Pillow
- pandas
- Other dependencies (see requirements.txt)