Archives

Automated Glomeruli Quantification

This project aims to develop an application that analyzes mouse brain images and identifies regions called “glomeruli” in accessory olfactory bulbs (AOB). The goal is to find an alternative way to manually identify these regions and to determine their properties, such as size, color composition, and number per AOB image section. Manually recognizing and quantifying…

Read More

Python script to control LED in Arduino

This project has been written to show how a Python script can communicate with Arduino and control devices such as LEDs. The following code can be used in either Linux or Windows environment. Please note to use one of the “serial” definition which is compatible with the corresponding OS. Python code: First, we need to…

Read More