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)
- Host: GitHub
- URL: https://github.com/mannekeenpis/image-watermarking
- Owner: mannekeenpis
- Created: 2022-03-07T10:12:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T15:22:37.000Z (about 3 years ago)
- Last Synced: 2025-03-14T14:08:33.035Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Watermarking With Logo
![]()
![]()
![]()
![]()

- 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`