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

https://github.com/mannekeenpis/pan-card-tampering

📇 Pan Card Tempering Detector (Python/Flask)
https://github.com/mannekeenpis/pan-card-tampering

cv2 flask python

Last synced: about 1 month ago
JSON representation

📇 Pan Card Tempering Detector (Python/Flask)

Awesome Lists containing this project

README

        

# Pan Card Tempering Detector

![screen](screen.png)

- Python 3
- Flask
- OpenCV
- PIL

---

# Installation on Linux and Unix like OS

- `git clone https://github.com/lenargasimov/pan-card-tampering.git`
- `cd pan-card-tampering`
- `python3 -m pip install -r requirements.txt`
- `python3 main.py`

# Instalation on Windows

- `git clone https://github.com/lenargasimov/pan-card-tampering.git`
- `cd pan-card-tampering`
- `python -m pip install -r requirements.txt`
- `python main.py`