An open API service indexing awesome lists of open source software.

https://github.com/mannekeenpis/image-watermarking

💧 Image Watermarking With Logo (Python/Flask/Cv2/Numpy/PIL)
https://github.com/mannekeenpis/image-watermarking

Last synced: about 1 month ago
JSON representation

💧 Image Watermarking With Logo (Python/Flask/Cv2/Numpy/PIL)

Awesome Lists containing this project

README

        

# Image Watermarking With Logo


developers






Tweet





![screenshot](screen.png)

- Python 3
- Flask
- Cv2
- Numpy
- PIL

---

# Installation on Linux and Unix like OS

- `git clone https://github.com/lenargasimov/image-watermarking.git`
- `cd image-watermarking`
- `python3 -m pip install -r requirements.txt`
- `python3 app.py`

# Instalation on Windows

- `git clone https://github.com/lenargasimov/image-watermarking.git`
- `cd image-watermarking`
- `python -m pip install -r requirements.txt`
- `python app.py`