An Integrated Smart Pond Water Quality Monitoring and Fish Farming Recommendation Aquabot System

Md. Moniruzzaman Hemal,Atiqur Rahman,Nurjahan,Farhana Islam,Samsuddin Ahmed,M. Shamim Kaiser,Muhammad Raisuddin Ahmed
DOI: https://doi.org/10.3390/s24113682
IF: 3.9
2024-06-07
Sensors
Abstract:The integration of cutting-edge technologies such as the Internet of Things (IoT), robotics, and machine learning (ML) has the potential to significantly enhance the productivity and profitability of traditional fish farming. Farmers using traditional fish farming methods incur enormous economic costs owing to labor-intensive schedule monitoring and care, illnesses, and sudden fish deaths. Another ongoing issue is automated fish species recommendation based on water quality. On the one hand, the effective monitoring of abrupt changes in water quality may minimize the daily operating costs and boost fish productivity, while an accurate automatic fish recommender may aid the farmer in selecting profitable fish species for farming. In this paper, we present AquaBot, an IoT-based system that can automatically collect, monitor, and evaluate the water quality and recommend appropriate fish to farm depending on the values of various water quality indicators. A mobile robot has been designed to collect parameter values such as the pH, temperature, and turbidity from all around the pond. To facilitate monitoring, we have developed web and mobile interfaces. For the analysis and recommendation of suitable fish based on water quality, we have trained and tested several ML algorithms, such as the proposed custom ensemble model, random forest (RF), support vector machine (SVM), decision tree (DT), K-nearest neighbor (KNN), logistic regression (LR), bagging, boosting, and stacking, on a real-time pond water dataset. The dataset has been preprocessed with feature scaling and dataset balancing. We have evaluated the algorithms based on several performance metrics. In our experiment, our proposed ensemble model has delivered the best result, with 94% accuracy, 94% precision, 94% recall, a 94% F1-score, 93% MCC, and the best AUC score for multi-class classification. Finally, we have deployed the best-performing model in a web interface to provide cultivators with recommendations for suitable fish farming. Our proposed system is projected to not only boost production and save money but also reduce the time and intensity of the producer's manual labor.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address several key issues in traditional fish farming methods: 1. **Water Quality Monitoring**: In traditional fish farming, water quality parameters (such as pH value, temperature, turbidity, etc.) need to be manually checked regularly. This method is not only time-consuming but also labor-intensive. Changes in water quality parameters directly affect the growth and health of fish. If the water quality is not within the suitable range, farmers need to promptly replace or adjust the water quality to ensure normal fish growth. 2. **Fish Recommendation System**: Automatically recommending suitable fish species based on water quality parameters can improve farming efficiency. Existing systems lack the functionality to recommend fish species based on real-time water quality data. 3. **Intelligent Decision Support**: By monitoring water quality parameters in real-time and using machine learning algorithms to analyze the data, intelligent decision support can be provided to farmers, thereby reducing the incidence of fish diseases and increasing yield. The paper proposes a system named AquaBot, which includes the following aspects: - **Internet of Things (IoT) Robot**: A solar-powered mobile robot is designed to collect water quality parameters (such as pH value, temperature, turbidity) in the pond. - **Real-time Data Transmission**: Data is transmitted to cloud databases (such as Google Sheets and Firebase) through the ESP-32 module, enabling real-time data updates and analysis. - **Machine Learning Recommendation System**: Various machine learning algorithms (such as Random Forest, Support Vector Machine, etc.) are trained, and a custom ensemble model is proposed to recommend suitable fish species based on water quality parameters. - **User Interface**: Web and mobile applications are developed for farmers to view water quality data and fish recommendation information in real-time. Through these features, the system aims to improve the productivity of fish farming, reduce costs, and alleviate the manual labor intensity of farmers.