Deployed at: https://crop-y.herokuapp.com/
A web application which helps boost productivity by recommending best crops to grow, best fertilizers to use and predicting diseases that might be affecting your crops.
- The aim of this project is to help farmers increase their profit by suggesting best crops and fertilizers.
-
Landing Page & Services
-
Input Forms
-
Predictions/Recommendation Pages
-
Customized Result pages which deliver the output
-
Result page for Crop Prediction, which show the name of the recommended crop
-
Result page for Fertilizer Recommendation, which gives the list of recommended suggestions on fertilizers
-
Result page for Disease Prediction, which gives the the name and info about the disease detected with the accuracy of prediction
-
To clone and run this repository you'll need Git, Python and Anaconda (Optional) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/J0SAL/Cropy.git
# Go into the repository
cd Cropy
# Create & Activate Environment (optional) here's a sample code if you are running anaconda prompt
conda env create --name ENV_NAME
conda activate
# Install dependencies
pip -r requirements.txt
# Run the app
python app.py