@@ -128,10 +128,73 @@ Prototypes were also designed but not fully built out one of which is a `GPT2 pr
128128
129129---
130130
131- * ** Visualizations:**
132- ![ ] ( assets/modelcomparisons.png )
133- ![ ] ( assets/gpt2confusionmatrix.png )
134- ![ ] ( assets/prototypesroccurve.png )
131+ ## 📊 Visual Overview
132+
133+ Click images to enlarge
134+
135+ ---
136+
137+ ### EfficientNetB0 Results
138+ <table >
139+ <tr >
140+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/efficientneb0.png" alt="EfficientNetB0 Output" width="400"/></td>
141+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/samplemodeloutputs.png" alt="Sample Model Outputs" width="400"/></td>
142+ </tr >
143+ </table >
144+
145+ ---
146+
147+ ### GPT-2 Results
148+ <table >
149+ <tr >
150+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/gpt2.png" alt="GPT-2 Output" width="400"/></td>
151+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/gpt2confusionmatrix.png" alt="Confusion Matrix" width="400"/></td>
152+ </tr >
153+ </table >
154+
155+ ---
156+
157+ ### Word2Vec + LSTM Results
158+ <table >
159+ <tr >
160+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/word2vec.png" alt="Word2Vec Output" width="400"/></td>
161+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/word2vecconfusionmatrix.png" alt="Word2Vec Confusion Matrix" width="400"/></td>
162+ </tr >
163+ </table >
164+
165+ ---
166+
167+ ### XGBoost Results
168+ <table >
169+ <tr >
170+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/xgboost.png" alt="XGBoost Output" width="400"/></td>
171+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/xgboostconfusionmatrix.png" alt="XGBoost Confusion Matrix" width="400"/></td>
172+ </tr >
173+ </table >
174+
175+ ---
176+
177+ ### Inference + Diagnostics
178+ <table >
179+ <tr >
180+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/normalizedmodelinference.png" alt="Normalized Model Inference" width="400"/></td>
181+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/prototypesroccurve.png" alt="Prototype ROC Curve" width="400"/></td>
182+ </tr >
183+ </table >
184+
185+ ---
186+
187+ ### Research Samples
188+ <table >
189+ <tr >
190+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/deepmind_latex_expression.png" alt="LaTeX Expression" width="400"/></td>
191+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/formula_with_ocr_boxes.png" alt="Formula with OCR Boxes" width="400"/></td>
192+ </tr >
193+ <tr >
194+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/formula_with_boxes.png" alt="Formula with Bounding Boxes" width="400"/></td>
195+ <td><img src="https://raw.githubusercontent.com/rcghpge/version-cv/main/assets/combined_synthetic_ink.png" alt="Synthetic Ink Sample" width="400"/></td>
196+ </tr >
197+ </table >
135198
136199---
137200
0 commit comments