Classifies soil images as dry or wet using a CNN model with 98.6% accuracy. Compares predictions with sensor data to support smart irrigation. Includes a Streamlit dashboard for visualizing model vs sensor output using gauges and line graphs. Combines deep learning and IoT for precision farming.
- Classifies soil as dry, moist, or wet based on image data.
- Uses a custom-trained CNN built with TensorFlow/Keras.
- Preprocessing pipeline for cleaning and resizing images.
- Includes model training, evaluation, and inference scripts.
- Clone the repo:
git clone https://github.com/tzprograms/Soil-Moisture-Analysis-Using-CNN.git cd Soil-Moisture-Analysis-Using-CNN