All Projects → Griffintaur → QRCodeReader

Griffintaur / QRCodeReader

Licence: MIT license
🔳 The Aim of the project is to detect and extract QR code from the images

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to QRCodeReader

powerflows-dmn
Power Flows DMN - Powerful decisions and rules engine
Stars: ✭ 46 (-43.21%)
Mutual labels:  yaml
pytest-variables
Plugin for providing variables to pytest tests/fixtures
Stars: ✭ 69 (-14.81%)
Mutual labels:  yaml
jr.mitou.org
未踏ジュニアの公式Webサイトです! YAML ファイルで更新できます 🛠💨
Stars: ✭ 17 (-79.01%)
Mutual labels:  yaml
Rocket
Define your release steps 🚀
Stars: ✭ 99 (+22.22%)
Mutual labels:  yaml
rel
command line tool for managing personal graphs of anything and writing them to dot
Stars: ✭ 51 (-37.04%)
Mutual labels:  yaml
compose-generator
🐳 Easy to use cli tool to generate Docker Compose configurations
Stars: ✭ 111 (+37.04%)
Mutual labels:  yaml
webparsy
Node.JS library and cli for scraping websites using Puppeteer (or not) and YAML definitions
Stars: ✭ 40 (-50.62%)
Mutual labels:  yaml
dif
'dif' is a Linux preprocessing front end to gvimdiff/meld/kompare
Stars: ✭ 18 (-77.78%)
Mutual labels:  yaml
ADLES
Automated Deployment of Lab Environments System (ADLES)
Stars: ✭ 28 (-65.43%)
Mutual labels:  yaml
yaml-include
Valid, modular YAML documents with js-yaml. Seriously.
Stars: ✭ 39 (-51.85%)
Mutual labels:  yaml
Ubigeo-Peru
Base de datos de departamentos, provincias y distritos del Perú (UBIGEO) actualizada al 2019 (El INEI ha actualizado hasta el 2016). SQL, JSON, XML, CSV, Arreglos PHP, YAML.
Stars: ✭ 113 (+39.51%)
Mutual labels:  yaml
idr-metadata
Curated metadata for all studies published in the Image Data Resource
Stars: ✭ 12 (-85.19%)
Mutual labels:  yaml
fix2json
A command-line utility to present FIX protocol messages as JSON or YAML
Stars: ✭ 44 (-45.68%)
Mutual labels:  yaml
yaml-runtimes
YAML processor runtimes via docker
Stars: ✭ 28 (-65.43%)
Mutual labels:  yaml
ad localize
ADLocalize is a simple way to manage your localization files. Supported wording sources : CSVs and Google Sheets. Localization file generation available for iOS, Android, JSON (i18next), YAML and Java properties
Stars: ✭ 22 (-72.84%)
Mutual labels:  yaml
yamlpath
Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data using powerful, intuitive, command-line friendly syntax.
Stars: ✭ 78 (-3.7%)
Mutual labels:  yaml
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+1949.38%)
Mutual labels:  yaml
pipeline-as-yaml-plugin
Jenkins Pipeline As Yaml Plugin
Stars: ✭ 111 (+37.04%)
Mutual labels:  yaml
ccheck
A command line tool for validating Kubernetes configs with rego
Stars: ✭ 63 (-22.22%)
Mutual labels:  yaml
config-cpp
C++ Configuration management library inspired by the Viper package for golang.
Stars: ✭ 21 (-74.07%)
Mutual labels:  yaml

QR Code Detector

QR code Detector was developed for fun and to learn opencv and image processing and computer vision. Everyone is welcome to have a look into the code and use it for their purpose.The code is distributed under MIT License.

Requirements

  • Python 2.7 +
  • OpenCV 3.2.0 +
  • Flask 0.10.1 +

I recommend to install Python Anaconda so that all useful libraries are available at one go.

Working

  • All input images are placed under the Input folder
  • while the generated output images are placed in the Output folder
  • The input and output folder are fully configured using config.yml file

How To Use

Just run the call.py to get the output of the images placed in the Input Folder. If you want to change the Input folder, just write it in the config.yml file in the input section. You can change the location of the ouput folder by configuring it the ouput part. Run python simple_gui.py to read an image via a GUI having a QRCode or more, in the terminal and you will be automatically redirected to browser. In browser, upload the input image.

Contributing

We welcome your contributions. Please feel free to fork the code, play with it, make some patches and send us pull requests . MAIL me for any discussion on the project or contribution

ScreenShot

  • Input1 Input1
  • Output1 Ouput1
  • Input2 Input1
  • Output2 Ouput1

Results in Browser

  • Input1 Input3
  • Output1 Output3
  • Output2 Output4
  • Output3 Output5

Support

Please open an issue on GitHub if you'd like to report a bug or request a feature.

Donate

License

The code is released under MIT license and free to use.

Status

The project is not actively maintained. I am happy to accept PRs on the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].