A selenium bot for removing backgrounds from images.
- Python 3.6+
- Selenium
- Firefox webdriver
- MAC OS/Linux preferred
- Clone the repository
https://github.com/bilalkhann16/removebg-bot.git
- Install the required dependencies
pip3 install -r /path/to/requirements.txt
- Webdriver for Firefox
- Insert the names in input.txt of the image in you want to remove the background from
andrew_selfie.jpg
test.jpg
helloworld.png
- Run the bot by executing the following command
python3 removebg.py
Contributors names and contact info - @Bilal K
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
- Add proxies
Feel free to fork and submit pull requests!
Inspiration for readme.