{"id":19693701,"url":"https://github.com/the-full-stack/fsdl-text-recognizer-2022-labs","last_synced_at":"2025-04-04T20:10:09.456Z","repository":{"id":45139205,"uuid":"513358341","full_name":"the-full-stack/fsdl-text-recognizer-2022-labs","owner":"the-full-stack","description":"Complete deep learning project developed in Full Stack Deep Learning, 2022 edition. Generated automatically from https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022","archived":false,"fork":false,"pushed_at":"2024-01-17T02:25:32.000Z","size":1003,"stargazers_count":462,"open_issues_count":1,"forks_count":236,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-28T10:13:13.027Z","etag":null,"topics":["deep-neural-networks","machine-learning","mlops"],"latest_commit_sha":null,"homepage":"https://fullstackdeeplearning.com/course","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-full-stack.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-13T02:45:55.000Z","updated_at":"2025-03-03T11:45:58.000Z","dependencies_parsed_at":"2024-01-17T04:38:01.850Z","dependency_job_id":null,"html_url":"https://github.com/the-full-stack/fsdl-text-recognizer-2022-labs","commit_stats":null,"previous_names":["full-stack-deep-learning/fsdl-text-recognizer-2022-labs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-full-stack%2Ffsdl-text-recognizer-2022-labs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-full-stack%2Ffsdl-text-recognizer-2022-labs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-full-stack%2Ffsdl-text-recognizer-2022-labs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-full-stack%2Ffsdl-text-recognizer-2022-labs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-full-stack","download_url":"https://codeload.github.com/the-full-stack/fsdl-text-recognizer-2022-labs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242678,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-neural-networks","machine-learning","mlops"],"created_at":"2024-11-11T19:17:46.153Z","updated_at":"2025-04-04T20:10:09.421Z","avatar_url":"https://github.com/the-full-stack.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🥞 Full Stack Deep Learning Fall 2022 Labs\n\nWelcome!\n\nAs part of Full Stack Deep Learning 2022, we will incrementally develop a complete deep learning codebase to create and deploy a model that understands the content of hand-written paragraphs.\n\nFor an overview of the Text Recognizer application architecture, click the badge below to open an interactive Jupyter notebook on Google Colab:\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"http://fsdl.me/2022-overview\"\u003e \u003cimg src=https://colab.research.google.com/assets/colab-badge.svg width=240\u003e \u003c/a\u003e\n\u003c/div\u003e \u003cbr\u003e\n\nWe will use the modern stack of [PyTorch](https://pytorch.org/) and [PyTorch Lightning](https://www.pytorchlightning.ai/).\n\nWe will use the main workhorses of DL today: CNNs and Transformers.\n\nWe will manage our experiments using what we believe to be the best tool for the job: [Weights \u0026 Biases](https://docs.wandb.ai/).\n\nWe will set up a quality assurance and continuous integration system for our codebase using [pre-commit](https://pre-commit.com/) and [GitHub Actions](https://docs.github.com/en/actions).\n\nWe will package up the prediction system and deploy it as a [Docker](https://docs.docker.com/) container on [AWS Lambda](https://aws.amazon.com/lambda/).\n\nWe will wrap that prediction system in a frontend written in Python using [Gradio](https://gradio.app/docs).\n\nWe will set up monitoring that alerts us to potential issues in our model using [Gantry](https://gantry.io/).\n\n## Click the badges below to access individual lab notebooks on Colab and videos on YouTube\n\n| Lab                                                       | Colab                                            | Video                                                 |\n| :--                                                       | :---:                                            | :---:                                                 |\n| **Lab Overview**                                          | [![open-in-colab]](https://fsdl.me/lab00-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-overview-video) |\n| **Lab 01: Deep Neural Networks in PyTorch**               | [![open-in-colab]](https://fsdl.me/lab01-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-01-video)       |\n| **Lab 02a: PyTorch Lightning**                            | [![open-in-colab]](https://fsdl.me/lab02a-colab) | [![yt-logo]](https://fsdl.me/2022-lab-02-video)       |\n| **Lab 02b: Training a CNN on Synthetic Handwriting Data** | [![open-in-colab]](https://fsdl.me/lab02b-colab) | [![yt-logo]](https://fsdl.me/2022-lab-02-video)       |\n| **Lab 03: Transformers and Paragraphs**                   | [![open-in-colab]](https://fsdl.me/lab03-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-03-video)       |\n| **Lab 04: Experiment Tracking**                           | [![open-in-colab]](https://fsdl.me/lab04-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-04-video)       |\n| **Lab 05: Troubleshooting \u0026 Testing**                     | [![open-in-colab]](https://fsdl.me/lab05-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-05-video)       |\n| **Lab 06: Data Annotation**                               | [![open-in-colab]](https://fsdl.me/lab06-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-06-video)       |\n| **Lab 07: Deployment**                                    | [![open-in-colab]](https://fsdl.me/lab07-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-07-video)       |\n| **Lab 08: Monitoring**                                    | [![open-in-colab]](https://fsdl.me/lab08-colab)  | [![yt-logo]](https://fsdl.me/2022-lab-08-video)       |\n\n[yt-logo]: https://fsdl.me/yt-logo-badge\n[open-in-colab]: https://colab.research.google.com/assets/colab-badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-full-stack%2Ffsdl-text-recognizer-2022-labs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-full-stack%2Ffsdl-text-recognizer-2022-labs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-full-stack%2Ffsdl-text-recognizer-2022-labs/lists"}