Andrey commited on
Commit
d0a6fe9
1 Parent(s): ca67f90

habr link (#14)

Browse files
Files changed (2) hide show
  1. .github/README.md +2 -2
  2. pages/about.py +2 -2
.github/README.md CHANGED
@@ -7,7 +7,7 @@ If you are interested in reading more about this project, here are some links:
7
  * [Project page on my personal website](https://andlukyane.com/project/drawn-digits-prediction)
8
  * [A dataset with the digits and bounding boxes on Kaggle](https://www.kaggle.com/datasets/artgor/handwritten-digits-and-bounding-boxes)
9
  * [Training code](https://github.com/Erlemar/pytorch_tempest_pet_)
10
- * Blogpost on my personal website
11
  * [Blogpost on medium](https://towardsdatascience.com/the-third-life-of-a-personal-pet-project-for-handwritten-digit-recognition-fd908dc8e7a1)
12
- * Russian blogpost on habrahabr
13
  * [W&B report](https://wandb.ai/al-3002-w/pet_project_object_detection/reports/Training-a-model-for-Handwritten-Object-Detection---VmlldzozMTgwMzA2?accessToken=yi6t4sz6iwr1yp78nfpvw71qao5wibak30np9tfft885tdj26g3tk91h1sie3h5m)
7
  * [Project page on my personal website](https://andlukyane.com/project/drawn-digits-prediction)
8
  * [A dataset with the digits and bounding boxes on Kaggle](https://www.kaggle.com/datasets/artgor/handwritten-digits-and-bounding-boxes)
9
  * [Training code](https://github.com/Erlemar/pytorch_tempest_pet_)
10
+ * [Blogpost on my personal website](https://andlukyane.com/blog/a-third-life-of-a-personal-project)
11
  * [Blogpost on medium](https://towardsdatascience.com/the-third-life-of-a-personal-pet-project-for-handwritten-digit-recognition-fd908dc8e7a1)
12
+ * [Russian blogpost on habr](https://habr.com/ru/company/ods/blog/707046/)
13
  * [W&B report](https://wandb.ai/al-3002-w/pet_project_object_detection/reports/Training-a-model-for-Handwritten-Object-Detection---VmlldzozMTgwMzA2?accessToken=yi6t4sz6iwr1yp78nfpvw71qao5wibak30np9tfft885tdj26g3tk91h1sie3h5m)
pages/about.py CHANGED
@@ -16,9 +16,9 @@ Initially, I considered deploying the app on Streamlit Cloud, but its computatio
16
  * [Project page on my personal website](https://andlukyane.com/project/drawn-digits-prediction)
17
  * [A dataset with the digits and bounding boxes on Kaggle](https://www.kaggle.com/datasets/artgor/handwritten-digits-and-bounding-boxes)
18
  * [Training code](https://github.com/Erlemar/pytorch_tempest_pet_)
19
- * Blogpost on my personal website
20
  * [Blogpost on medium](https://towardsdatascience.com/the-third-life-of-a-personal-pet-project-for-handwritten-digit-recognition-fd908dc8e7a1)
21
- * Russian blogpost on habrahabr
22
  * [Project code on GitHub](https://github.com/Erlemar/digit-draw-detect)
23
  """
24
 
16
  * [Project page on my personal website](https://andlukyane.com/project/drawn-digits-prediction)
17
  * [A dataset with the digits and bounding boxes on Kaggle](https://www.kaggle.com/datasets/artgor/handwritten-digits-and-bounding-boxes)
18
  * [Training code](https://github.com/Erlemar/pytorch_tempest_pet_)
19
+ * [Blogpost on my personal website](https://andlukyane.com/blog/a-third-life-of-a-personal-project)
20
  * [Blogpost on medium](https://towardsdatascience.com/the-third-life-of-a-personal-pet-project-for-handwritten-digit-recognition-fd908dc8e7a1)
21
+ * [Russian blogpost on habr](https://habr.com/ru/company/ods/blog/707046/)
22
  * [Project code on GitHub](https://github.com/Erlemar/digit-draw-detect)
23
  """
24