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/4] 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/4] 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/4] 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. From b60615d8b50e5c68543564e17e7892783db68a8c Mon Sep 17 00:00:00 2001 From: Will Squibb Date: Sat, 3 Aug 2024 15:41:44 +0100 Subject: [PATCH 4/4] Update README.md removed uncatogorised python project for "Build your own error-correction fountain code with Luby Transform Codes" due to dead links and domain not being allocated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a423c01..ee4ed88 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,6 @@ It's a great way to learn. * [**Python**: _Write SMS-spam detector with Scikit-learn_](https://medium.com/@kopilov.vlad/detect-sms-spam-in-kaggle-with-scikit-learn-5f6afa7a3ca2) * [**Python**: _A Simple Content-Based Recommendation Engine in Python_](http://blog.untrod.com/2016/06/simple-similar-products-recommendation-engine-in-python.html) * [**Python**: _Stock Market Predictions with LSTM in Python_](https://www.datacamp.com/community/tutorials/lstm-python-stock-market) -* [**Python**: _Build your own error-correction fountain code with Luby Transform Codes_](https://franpapers.com/en/algorithmic/2018-introduction-to-fountain-codes-lt-codes-with-python/) * [**Python**: _Building a simple Generative Adversarial Network (GAN) using Tensorflow_](https://blog.paperspace.com/implementing-gans-in-tensorflow/) * [**Python**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4) * [**Python**: _JSON Decoding Algorithm_](https://github.com/cheery/json-algorithm)