Basics of SimpleITK
February 16, 2021
A short article on the simpleITK library’s handling of image data. After this, you’d have a good general understanding of the basic concepts regarding Image handling in SimpleITK
Programming | Video editing | Gaming
February 16, 2021
A short article on the simpleITK library’s handling of image data. After this, you’d have a good general understanding of the basic concepts regarding Image handling in SimpleITK
February 6, 2021
A quick summary of the clinical processes that go into diagnosing a traumatic brain injury and the general forms of treatment offered.
February 4, 2021
A quick summary of the clinical processes that go into diagnosing a stroke and the general forms of treatment offered.
January 29, 2021
In this tutorial we’re going to go through the basics of transfer learning while training 2 models, one on blur detection and one on exposure detection
January 21, 2021
Short tutorial on using technologies like Django, Docker, Nginx and Postgres. In this part, we use docker-compose to run up containers of an Nginx webserver, a Gunicorn application server, a Django app, and a postgres database. This is a continuation of Django Build 1, and focuses on the deployment aspect of the application.
January 18, 2021
Short tutorial on using technologies like Django, Docker, Nginx and Postgres. In this part, we used Django backend to create a REST API with a simple CRUD functionality on a local postgres database instance.