From 429e5d3e2d714eaf67ea3ae6301e98b28997bd3c Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 12 Oct 2024 00:42:12 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f624fee..1802572 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The awesome list of things. ### Learning Go - 🔥🌟🔥[Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests): One of the best ways in my opinion for anyone to learn Golang. +- 🔥🌟🔥[The Copenhagen Book ](https://thecopenhagenbook.com/): provides a general guideline on implementing auth in web applications. Examples are in golang but of course are generalizable. - [Implementing a B-Tree in Go](https://www.cloudcentric.dev/implementing-a-b-tree-in-go/) - [Implementing a Skip-list in Go](https://www.cloudcentric.dev/implementing-a-skip-list-in-go/) - [Building a WAL in Go](https://www.cloudcentric.dev/building-a-write-ahead-log-in-go/) @@ -90,6 +91,7 @@ The awesome list of things. ## AI - [Style TTS2](https://github.com/yl4579/StyleTTS2) - [Piper](https://github.com/rhasspy/piper): Fast local TTS. Voices are trained with [VITS](https://github.com/jaywalnut310/vits/) and exported to the onnxruntime. +- [EasyOCR](https://github.com/JaidedAI/EasyOCR): OCR and...it's easy ## Robotic Operating system