Implement nnU-Net with Custom Dataset using Google Colab

Motivation: During my Master Degree in Medical Imaging and Applications, one of my final projects was on Brain Tissue Segmentation using the well known IBSR18 dataset. The task was to segment three tissue classes (white matter, gray matter and CSF) and of course the background. Hence it was a multi class segmentation problem. I won't … Continue reading Implement nnU-Net with Custom Dataset using Google Colab

Everything you need to know about the Women Techmakers Scholars Program!

Do you ever feel like the situation of women in this country isn't good enough? Do you feel like a minority in your class? Did you ever get discriminated because of your gender? Do you want to see more women in your field? Have you ever done anything in your life to improve the situation for … Continue reading Everything you need to know about the Women Techmakers Scholars Program!

A Step-By-Step Guide to Contributing on GitHub : 3 easy steps

GitHub is open source, which means anyone can modify or download any project on GitHub. When you modify someone else's work, it's referred to as contributing. Follow these easy steps to contribute to a project. Firstly, one thing you need to keep in mind is that you should not make any changes differently on the … Continue reading A Step-By-Step Guide to Contributing on GitHub : 3 easy steps

The Ultimate Guide to getting started with Semester Abroad

Towards the end of my 3rd year I got acquainted to the Erasmus Mundus Scholarship Program. Initially, I had a lot of doubts and questions. In order to study one semester abroad, I had to drop two trimesters here. My graduation was going to be delayed and I was not sure if it was worth … Continue reading The Ultimate Guide to getting started with Semester Abroad

Upload files to GitHub without using the command line : 9 steps (with pictures)

Github is AWESOME. It allows you to do a lot of cool things, one of which is storing your files. It’s different from any other online data storage because you don’t have to re upload the entire file every time you make some changes. You can work offline and then all of you have to … Continue reading Upload files to GitHub without using the command line : 9 steps (with pictures)