# Fertilizer Recommendation ### Powered by machine learning models, evaluates input factors to provide precise fertilizer recommendations, enhancing crop health and productivity. ## Demo ### Input Interface Image 1 ### Output Interface Image 1 ## Data Source This dataset contains information about the soil, environmental conditions, crop type, and fertilizer use for different crops. The dataset includes the following columns: - `Temparature`: The temperature in degrees Celsius. - `Humidity`: The relative humidity in percent. - `Moisture`: The moisture content of the soil in percent. - `Soil Type`: The type of soil. - `Crop Type`: The type of crop. - `Nitrogen`: The amount of nitrogen in the soil in kilograms per hectare. - `Potassium`: The amount of potassium in the soil in kilograms per hectare. - `Phosphorous`: The amount of phosphorus in the soil in kilograms per hectare. - `Fertilizer Name`: The name of the fertilizer used. [Link](https://www.kaggle.com/datasets/gdabhishek/fertilizer-prediction) for the dataset
Supported fertilizer - UREA - DAP - 14-35-14 - 28-28 - 17-17-17 - 20-20 - 10-26-26
## Project Details This repository is submodule for [CropGaurd](https://github.com/07Sada/CropGaurd.git) ## Project PipeLine Stages ![Project PipeLine Stages](https://user-images.githubusercontent.com/112761379/225940480-2a7381b2-6abd-4c1c-8287-0fd49099be8c.jpg)