shahin-ro/Alphabet-Recognition
Python script for Persian alphabet recognition using two neural networks. Model 1: dense layers (2048 to 64 units, ReLU, softmax) for 43 classes. Model 2: CNN with Conv2D, BatchNorm, MaxPooling, Dropout. Both trained for 20 epochs, evaluated with ROC/AUC, and visualized. Real-world images classified and compared.
No commits in the last 6 months.
Stars
3
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Aug 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/shahin-ro/Alphabet-Recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
breezedeus/CnSTD
CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula...
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin,...
felixdittrich92/OnnxTR
OnnxTR a docTR (Document Text Recognition) library Onnx pipeline wrapper - for seamless,...
mindee/doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for...
githubharald/SimpleHTR
Handwritten Text Recognition (HTR) system implemented with TensorFlow.