[π§π· PortuguΓͺs] [πΊπΈ English]
AI reading handwriting β confidence not guaranteed. β‘οΈ
Institution: Pontifical Catholic University of SΓ£o Paulo (PUC-SP) β FACEI
Course: BSc in Humanistic AI & Data Science β 5th semester β 2026
Subject: Machine Learning for Handwritten Character Recognition
Project: P1 β EMNIST Vision Intelligence Project
Professor: β¨ Rooney Ribeiro Albuquerque Coelho
Authors: Fabiana β‘οΈ Campanari e β¨ Pedro Vyctor Almeida
Warning
The focus is on applied, hands-on learning with real datasets in AI governance and security contexts.
All sensitive content remains protected in private repositories when required.
Tip
This repository is part of the flagship ecosystem:
Explore the complete collection of projects, notebooks, research materials, analyses, and interactive applications available in the central repository:
π AI & Machine Learning β Hub
AI/ML Project 2 Β· Computer Vision Β· Helipoint Detector
Explore the complementary geospatial intelligence system focused on satellite-based helipad detection:
π Helipoint Detector β Computer Vision Project
β¨ Part of the Humanistic AI & Machine Learning Series
Teaching machines to recognize patterns while humans fine-tune both models and patience. β‘οΈ
π§ Project Under Construction π§
%%{init: {
"theme": "base",
"themeVariables": {
"background": "#020617",
"primaryColor": "#020617",
"primaryBorderColor": "#2dd4bf",
"primaryTextColor": "#ffffff",
"lineColor": "#2dd4bf",
"secondaryColor": "#020617",
"tertiaryColor": "#020617",
"clusterBkg": "#020617",
"clusterBorder": "#2dd4bf",
"fontFamily": "Inter, monospace",
"fontSize": "16px"
}
}}%%
flowchart TB
%% =========================
%% STYLE
%% =========================
classDef clean fill:#020617,stroke:#2dd4bf,color:#ffffff,stroke-width:1px;
%% =========================
%% PIPELINE
%% =========================
A["EMNIST Balanced Dataset"]:::clean
B["Handwritten Character Samples"]:::clean
C["Image Preprocessing"]:::clean
D["Grayscale Conversion"]:::clean
E["Resize to 28Γ28"]:::clean
F["Tensor Transformation"]:::clean
G["Python AI Pipeline"]:::clean
H["PyTorch Deep Learning Model"]:::clean
I["Perceptron Layers"]:::clean
J["Convolutional Neural Networks"]:::clean
K["Dropout Regularization"]:::clean
L["Backpropagation & Optimization"]:::clean
M["TensorBoard Monitoring"]:::clean
N["Accuracy & Loss Evaluation"]:::clean
O["OpenCV Real-Time Processing"]:::clean
P["Character Prediction Engine"]:::clean
Q["Softmax Probability Output"]:::clean
R["Streamlit Interactive Dashboard"]:::clean
S["Drawing Canvas Interface"]:::clean
T["Final AI Inference"]:::clean
%% =========================
%% FLOW
%% =========================
A --> B
B --> C
C --> D
D --> E
E --> F
F --> G
G --> H
H --> I
I --> J
J --> K
K --> L
L --> M
M --> N
N --> O
O --> P
P --> Q
Q --> R
R --> S
S --> T
linkStyle default stroke:#2dd4bf,stroke-width:1px;
πΈΰΉ My Contacts Hub
ββββββββββββββ βΉπΰΉ ββββββββββββββ
β£β’β€ Back to Top
Copyright 2026 Mindful-AI-Assistants. Code released under the MIT license.