Skip to content

mertcaliskan01/background-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background Remover

Background Changer is a web application that uses advanced artificial intelligence to remove and replace image backgrounds.

🛠️ Built With

  • Flask - Lightweight Python web framework

  • Rembg - Advanced AI background removal using U²-Net model

  • Pillow - Professional image processing

  • ONNX Runtime - Optimized AI inference engine

    App Main Screen

Setup and Running

Installation Steps

  1. Create a virtual environment:
python3 -m venv venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install the required libraries:
pip install -r requirements.txt

Running the Web Application

  1. Start the web application:
source venv/bin/activate && python app.py
  1. Go to http://127.0.0.1:5000/ in your browser.

Requirements

  • Python 3.7+
  • Flask
  • Pillow (PIL)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors