Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gpavanb1/Python-Sticker-Creator
Remove background and add sticker text in Python
https://github.com/gpavanb1/Python-Sticker-Creator
deep-learning opencv python sticker whatsapp
Last synced: 17 days ago
JSON representation
Remove background and add sticker text in Python
- Host: GitHub
- URL: https://github.com/gpavanb1/Python-Sticker-Creator
- Owner: gpavanb1
- Created: 2019-09-22T15:20:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:33:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:03:02.914Z (3 months ago)
- Topics: deep-learning, opencv, python, sticker, whatsapp
- Language: Python
- Homepage:
- Size: 3.57 MB
- Stars: 15
- Watchers: 1
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sticker Creator
![Made with Love in India](https://madewithlove.org.in/badge.svg)
This repository contains Python code to
remove background using Tensorflow and
create Whatsapp stickers with custom text## How to install and execute
Install the requirements using `pip install -r requirements.txt`Once completed successfully, just run `start.py`
## Sample Output
![sample](images/sample.png)
## Sample Screenshot
![sample-screen](images/sample_screen.png)
## Whom to contact?
Please direct your queries to [gpavanb1](http://github.com/gpavanb1)
for any questions.## Credits
Many thanks to [commandSpace](https://github.com/commandSpace) for his constant flux of ideas and this was one of them.