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)
- Host: GitHub
- URL: https://github.com/mannekeenpis/pan-card-tampering
- Owner: mannekeenpis
- Created: 2022-03-05T12:10:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T18:44:12.000Z (about 3 years ago)
- Last Synced: 2025-03-14T14:08:32.636Z (about 2 months ago)
- Topics: cv2, flask, python
- Language: Jupyter Notebook
- Homepage:
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pan Card Tempering Detector

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