https://github.com/anfractuosity/magstripe
Optical magnetic stripe decoding using magnetic developer and image processing to extract a credit card number
https://github.com/anfractuosity/magstripe
credit-card magnetic-developer magnetic-stripe optical-recognition
Last synced: 5 months ago
JSON representation
Optical magnetic stripe decoding using magnetic developer and image processing to extract a credit card number
- Host: GitHub
- URL: https://github.com/anfractuosity/magstripe
- Owner: anfractuosity
- Created: 2015-08-02T17:03:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T14:01:07.000Z (about 3 years ago)
- Last Synced: 2025-04-02T08:08:35.645Z (6 months ago)
- Topics: credit-card, magnetic-developer, magnetic-stripe, optical-recognition
- Language: Python
- Homepage: https://www.anfractuosity.com/projects/optical-magnetic-stripe-reading/
- Size: 2.8 MB
- Stars: 40
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magstripe
This project conducts optical magnetic stripe decoding based on a visual image of a credit card, with magnetic
developer applied. We concentrate on 'track 2'.Run with:
```
./process.py magstripe.jpg
```## Requirements
* Pillow
* numpy
* matplotlib```
pip install Pillow
pip install numpy
pip install matplotlib
```Please see https://www.anfractuosity.com/projects/optical-magnetic-stripe-reading/ for more information.