All Projects → achillesrasquinha → digdet

achillesrasquinha / digdet

Licence: MIT license
A realtime digit OCR on the browser using Machine Learning

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to digdet

CLPR.pytorch
End to End Chinese License Plate Recognition
Stars: ✭ 75 (+240.91%)
Mutual labels:  ocr
receipt-parser-server
Receipt parser server written in python.
Stars: ✭ 64 (+190.91%)
Mutual labels:  ocr
LeNet-from-Scratch
Implementation of LeNet5 without any auto-differentiate tools or deep learning frameworks. Accuracy of 98.6% is achieved on MNIST dataset.
Stars: ✭ 22 (+0%)
Mutual labels:  mnist
ddddocr
带带弟弟 通用验证码识别OCR pypi版
Stars: ✭ 4,093 (+18504.55%)
Mutual labels:  ocr
Handwritten-Text-Recognition
IAM dataset
Stars: ✭ 25 (+13.64%)
Mutual labels:  ocr
Inventory Kamera
Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
Stars: ✭ 348 (+1481.82%)
Mutual labels:  ocr
Snipping-Ocr
A simple Snipping tool for Windows with OCR capabilities
Stars: ✭ 82 (+272.73%)
Mutual labels:  ocr
ZUCC ZhenFangHelper
正方教务管理系统学生版的自动登录、选课、信息获取
Stars: ✭ 36 (+63.64%)
Mutual labels:  ocr
cDCGAN
PyTorch implementation of Conditional Deep Convolutional Generative Adversarial Networks (cDCGAN)
Stars: ✭ 49 (+122.73%)
Mutual labels:  mnist
BP-Network
Multi-Classification on dataset of MNIST
Stars: ✭ 72 (+227.27%)
Mutual labels:  mnist
lego-mindstorms-51515-jetson-nano
Combines the LEGO Mindstorms 51515 with the NVIDIA Jetson Nano
Stars: ✭ 31 (+40.91%)
Mutual labels:  ocr
DCGAN-Pytorch
A Pytorch implementation of "Deep Convolutional Generative Adversarial Networks"
Stars: ✭ 23 (+4.55%)
Mutual labels:  mnist
i-librarian-free
I, Librarian - open-source version of a PDF managing SaaS.
Stars: ✭ 110 (+400%)
Mutual labels:  ocr
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (+163.64%)
Mutual labels:  ocr
tibetan-ocr
Python OCR for Handwritten Tibetan Mauscripts
Stars: ✭ 19 (-13.64%)
Mutual labels:  ocr
crnn.mxnet
crnn in mxnet.can train with chinese characters
Stars: ✭ 47 (+113.64%)
Mutual labels:  ocr
shape-context-ocr
The Shape Context is a shape descriptor that captures the relative positions of other points on the shape contours, and is used to recognize characters.
Stars: ✭ 20 (-9.09%)
Mutual labels:  ocr
deep-text-recognition-benchmark
Provide the OCR model in ONNX format so that the OpenCV DNN module can use them directly and correctly.
Stars: ✭ 32 (+45.45%)
Mutual labels:  ocr
fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.
Stars: ✭ 58 (+163.64%)
Mutual labels:  mnist
NLP-image-to-text
code to extract text from images
Stars: ✭ 28 (+27.27%)
Mutual labels:  ocr

A realtime digit OCR on the browser using Machine Learning

Demo

You can view the demo on https://digdet.herokuapp.com

Table of Contents

Installation

Download or clone the repository as follows:

$ git clone [email protected]:achillesrasquinha/digdet.git

Install necessary dependencies:

$ make install

Usage

$ make all

Your app should now be up and running on http://localhost:5000.

API

Checkout API.md for more details.

Dependencies

  • Back-end Dependencies
    • Python 2.7 and more or 3.5 and more
  • Front-end Dependencies
    • Node.js
    • SASS

License

This repository has been released under the MIT License.

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].