├── CreditCardOcrWithOpencv.py ├── CreditCardOcrWithOpencv ├── modelCardNumberPicture │ ├── 0.jpg │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg └── modelCardPicture │ ├── 0.jpg │ ├── 1.jpg │ ├── 10.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── LICENSE ├── README.md ├── augmentingPicture.py ├── demo └── demo.mp4 ├── neng.traineddata └── opencv-featureDetection /CreditCardOcrWithOpencv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv.py -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/0.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/1.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/10.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/11.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/12.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/13.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/15.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/16.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/17.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/18.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/19.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/2.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/20.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/3.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/4.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/5.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/6.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/7.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/8.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardNumberPicture/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardNumberPicture/9.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/0.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/1.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/10.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/12.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/13.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/14.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/15.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/16.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/17.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/18.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/2.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/3.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/4.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/5.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/6.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/7.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/8.jpg -------------------------------------------------------------------------------- /CreditCardOcrWithOpencv/modelCardPicture/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/CreditCardOcrWithOpencv/modelCardPicture/9.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/README.md -------------------------------------------------------------------------------- /augmentingPicture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/augmentingPicture.py -------------------------------------------------------------------------------- /demo/demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/demo/demo.mp4 -------------------------------------------------------------------------------- /neng.traineddata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/neng.traineddata -------------------------------------------------------------------------------- /opencv-featureDetection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tahoora78/CreditCardOcr-opencv-deep-learning/HEAD/opencv-featureDetection --------------------------------------------------------------------------------