Skip to content

Mindful-AI-Assistants/2-project-ai-ml-emnist-vision-intelligence

Repository files navigation


[πŸ‡§πŸ‡· PortuguΓͺs] [πŸ‡ΊπŸ‡Έ English]



🧠 AI/ML Project 1 · Computer Vision · EMNIST Vision Intelligence

End-to-End Handwritten Character Recognition System with PyTorch and Streamlit



✨ Somewhere between scribbles and intelligence, this model takes shape. ✨

AI reading handwriting β€” confidence not guaranteed. ⚑️




Streamlit Cloud EMNIST Inference System

Canva Deep Learning Presentation Neural Network Analysis Report





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



Sponsor Mindful AI Assistants











Warning

⚠️ Projects may be publicly shared when permitted.
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:

🧠 AI & Machine Learning β€” Main Hub

Explore the complete collection of projects, notebooks, research materials, analyses, and interactive applications available in the central repository:

πŸ”— AI & Machine Learning β€” Hub

🚁 Related Project in this Series

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. ⚑️





Table of Contents

🚧 Project Under Construction 🚧



MLOps Pipeline Architecture



%%{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;
Loading






















πŸ›ΈΰΉ‹ My Contacts Hub




────────────── βŠΉπŸ”­ΰΉ‹ ──────────────

➣➒➀ Back to Top

Copyright 2026 Mindful-AI-Assistants. Code released under the MIT license.

About

🧠 2- AI / ML - Computer Vision - Project 1: EMNIST Vision Intelligence An end-to-end Deep Learning system for handwritten character recognition, integrating PyTorch neural networks, EMNIST Balanced classification, TensorBoard experiment tracking, and an interactive Streamlit inference platform.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors