summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-08 21:47:55 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-08 21:47:55 +0100
commitc595f7ca6025d8da749ea9e6633505b4b0cd5135 (patch)
tree99856581a7b64820d41cc49a6851ce38ceabd7fd
parent2a7fb54dd19f788e2b8019d55567d9da204e5462 (diff)
chore: update link to text recognizer project
-rw-r--r--projects.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects.tex b/projects.tex
index 8c31ed5..0c74812 100644
--- a/projects.tex
+++ b/projects.tex
@@ -1,6 +1,6 @@
\section{Personal Projects}
% According to Google Recruiters, use the XYZ formula - Accomplished [X] as measured by [Y], by doing [Z]
-\project{\href{https://gitlab.com/aktersnurra/text-recognizer}{Text Recognizer}}
+\project{\href{https://github.com/aktersnurra/text-recognizer}{Text Recognizer}}
{Ongoing}
{
Reimplemented the \href{https://fullstackdeeplearning.com/}{Full Stack Deep Learning course} with best practices in Python. I started this project to develop the best structure for PyTorch projects. But now it keeps me motivated to experiment with new architectures and read up on the latest research developments, e.g. self supervised learning, vision transformers, multi-modal models.