Found 113 repositories(showing 30)
adaptech-cz
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
NISH1001
A naive ocr that uses Artificial Neural Network built from scratch.
atul-1511
Automate the KYC Process using OCR (Implemented from scratch)
OCR using a simple network developed from scratch on NIST36 dataset vs with CNN on PyTorch on EMNIST dataset
hexdreamer
A shell script to download and build tesseract-ocr from scratch
AbhinavThukral97
Generalised neural network implemented from scratch in python to teach step-wise functioning of a neural network and back-propagation training algorithm for optical character recognition (OCR)
TiagoSBittencourt
🧠 OCR Neural Network A handwritten digit recognition system built from scratch using a simple feedforward neural network. Accepts 28×28 pixel grayscale inputs and classifies them into digits (0–9). Includes training, prediction, and a web-based drawing canvas.
sonhm3029
This project implement basic OCR for Vietnamese from scratch with Pytorch, using CNN and BidirectionalLSTM
usamamuneeb
Implementation of OCR from scratch using Python and TensorFlow
YashwanKafle
No description available
parikshitkumar1
easy OpenCV OCR implementation from scratch
No description available
prajwal-38
OCR layout recognition model made from scratch using RESNET-UNET, UNET, CNN-RNN Hybrid, and Transformer for historical test recognition
SanketMagodia
Optical Character Recognition website
bouguerra-khalil
Classification of handwritten digit images into one of 10 classes representing integer values using tensorflow
Tartopoiro
No description available
laksh9950
OCR module from Scratch (Attention based OCR)
ivan-2727
C++ neural network for OCR from scratch
bobhash
Fine tuning keras-ocr python package with custom synthetic dataset from scratch
Flawxd
An OCR neural network coded from scratch using C, using stb_image.h for image handling
P0TAT037
Graduation Project, a fully fledged DMS, supporting multiple users, in-document full text search, and a built-from-scratch OCR
anshuanandGit
This is the code written from scratch to implement a Neural network which can identify Hand written text using OCR data.
basilevh
Dataless OCR: A neural network to recognize digits, written from scratch in C# .NET, and trained without any (external or labeled) data.
ahmed-saad1997
This repository contains code for a project that uses MediaPipe for hand landmark detection and a custom OCR system trained from scratch. The project aims to recognize handwritten text in the air using hand gestures captured through a camera.
pd241008
A unified platform where users can upload documents (PDF, images, contracts, insurance policies, academic notes, receipts), and my backend exposes an API that allows the frontend to query, summarize, extract insights, verify information, and compare documents—powered by ML, OCR, embeddings, built from scratch
Celestial-GeekStarLord
A collection of neural network tutorials and implementations across multiple languages. Includes building perceptrons, multilayer perceptrons, CNNs, and LSTMs from scratch in Python, Go, F#, C#, and JavaScript. Applications like OCR, traffic sign recognition, and music generation, neural network fundamentals and framework internals (SlowTorch).
Aryan1612
This project demonstrates a simple yet effective Optical Character Recognition (OCR) system using a neural network implemented from scratch. The project includes components for training a neural network on the MNIST dataset and a web-based interface that allows users to draw digits and get real-time predictions.
SwayStar123
No description available
hriva
No description available
sandptel
I tried to code up an character recognition model only by using base python.