Hackathon - UMHACKATHON 2021 - AINARI - A centralized system to monitor paddy field by using image classification method and data from IOT to predict possible upcoming disease with the help of Microsoft Azure.
Our team with a member of 5 people designed a centralized paddy field monitoring system to predict and detect possible diseases and risks.
My role in the project is mainly to train and test the image classification and object detection model by using Azure Machine Learning Designer, AutoML and Custom Vision. Therefore, there are less coding involved because Microsoft Azure Machine Learning is a collection of services and tools intended to help developers train and deploy machine learning models through its Azure public cloud.
However, we are also using Google Colab to try out other model to compare the accuracy. From what we get, the models in Azure perform better.
This is how we arrange the flow of the data before deploy the model so that we can use it in our front end website.
The dummy data created are used here, to train the model with automl to predict possible risk that may happen based on Humidity, Water Level, Nitrogen, Phosphorus, Potassium, and Rainfall.
We use the object detection in Custom Vision to help us identify which part of the paddy is ill and the model performed fairly well.