From 8c82e32dce129f60acb6b1a01dc7ad71aa866151 Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:06:52 +1300 Subject: [PATCH 1/3] Update README.md Fix broken link: Python: Developing a License Plate Recognition System with Machine Learning in Python. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d891473..990cba4 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ It's a great way to learn. #### Build your own `Visual Recognition System` -* [**Python**: _Developing a License Plate Recognition System with Machine Learning in Python_](https://blog.devcenter.co/developing-a-license-plate-recognition-system-with-machine-learning-in-python-787833569ccd) +* [**Python**: _Developing a License Plate Recognition System with Machine Learning in Python_](https://medium.com/devcenter/developing-a-license-plate-recognition-system-with-machine-learning-in-python-787833569ccd) * [**Python**: _Building a Facial Recognition Pipeline with Deep Learning in Tensorflow_](https://hackernoon.com/building-a-facial-recognition-pipeline-with-deep-learning-in-tensorflow-66e7645015b8) #### Build your own `Voxel Engine` From 2c211140a9fad0511c6699e8247434915cb77184 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Wed, 10 Jul 2024 16:57:57 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f03bb97..71bbb20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Banner](https://codecrafters.io/images/byox-banner.gif)](https://codecrafters.io/github-banner) -## Table of Contents: Build your own X +## Build your own This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch. From d3015cee7b19c957facfb1a40b18e9161c5bd759 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Wed, 10 Jul 2024 16:58:16 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bbb20..b76d238 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Banner](https://codecrafters.io/images/byox-banner.gif)](https://codecrafters.io/github-banner) -## Build your own +## Build your own <insert-technology-here> This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.