Inspiration

Basically, when faced with the challenge of coming up with a final year project as requirement to fulfillment of my BSc pursuit in Systems Engineering, I had no idea what kind of project i can work on, so i made some research and did some findings where I discovered that in some rural and under-developed areas in the world today, during malaria diagnosis by a skilled and experienced lab scientist, manual counting of presence of malaria parasite in a cell is still done just to verify if a patient is infected with malaria or not.

What it does

It scans images of cells to detect if the cell is infected with malaria or not, either when connected to a standard microscope in the lab during diagnosis or when the image of a cell is scanned from almost any surface.

How I built it

  1. I got the malaria cell images data-set from Kaggle
  2. I examined the images i got and separated them into different categories for training, testing and for validation 3.I setup my Microsoft Azure environment by registering and signing up for azure services.
  3. I logged on to my Microsoft Azure portal, and created a resource for the project.
  4. I then logged on to link where I loaded my images and trained my classification model or image recognition system.
  5. I exported my trained model for deployment into Android as an android application by exporting the model for further development in Android studio using Java programming language to build the application.
  6. I developed the android application and generated the signed apk for it, so as to test it and make it available for use.

Challenges I ran into

  1. Signing up for Azure account and getting it verified
  2. Exporting the trained model from Azure Custom Vision to Android studio
  3. Understanding the original sample code after importing models from Azure custom vision.
  4. Developing and customizing my Android application

Accomplishments that I'm proud of

  1. I was able to build my own image recognition system or AI using Microsoft Custom Vision
  2. Being able to export the trained model
  3. Being able to import this model into Android studio for further development
  4. Finally able to fully develop the application as a means of deploying the trained Model for malaria cells detection.

What I learned

  1. Using Microsoft Azure Custom Vision Services
  2. Training Image recognition models
  3. Being able to understand Artificial intelligence concepts and Data science concepts too.
  4. Understanding the process of Malaria Diagnosis
  5. Having a full understanding of how malaria threatens man kind in different parts of the world

What's next for PLASMO-D

  1. I intend making the android application more interactive and user-friendly
  2. I plan on making it available to everyone who wants access to it. 3, If possible i intend making it an application that can be used for various sickness diagnosis

Built With

+ 101 more
Share this project:

Updates