Skip to content

Commit

Permalink
frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosin5S committed May 19, 2024
1 parent c093f33 commit fcbe73e
Show file tree
Hide file tree
Showing 21 changed files with 78 additions and 18,043 deletions.
2 changes: 2 additions & 0 deletions frontend/predict-crop-yield/.gitignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

package-lock.json

# dependencies
/node_modules
/.pnp
Expand Down
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,15 @@

## Overview

This repository contains a machine learning model designed to predict crop yield for Cassava, Yam, Maize (Corn), Rice, and Sorghum. The model takes into account various independent variables related to agricultural factors.
This repository contains a machine learning model designed to predict crop yield for Cassava.

## Dependent Variable

- Crop Yield

## Independent Variables

1. **Climate and Weather**
- Incorporates meteorological data to understand the impact of climate on crop yield.

2. **Soil Quality**
- Analyzes soil properties and characteristics that influence crop growth.

3. **Water Management**
- Considers the impact of water availability and irrigation practices on crop yield.

4. **Pest and Disease Control**
- Evaluates the effectiveness of pest and disease management strategies.

5. **Fertilization**
- Takes into account the type and amount of fertilizers used for crop nourishment.

6. **Genetics**
- Considers the genetic characteristics of the crops, exploring how different varieties may affect yield.

## Usage

Expand All @@ -49,12 +33,9 @@ To utilize the model, follow the steps below:

## Dataset

The dataset used for training and testing the model is available in the `data` directory. It includes historical information on crop yield and the corresponding independent variables.

## Model Evaluation

The model's performance metrics and evaluation results are documented in the `evaluation.md` file.
## Model Evaluation

Feel free to explore, contribute, and enhance the capabilities of the crop yield prediction model!

**Note:** Make sure to comply with the licensing terms and conditions outlined in the LICENSE file.
File renamed without changes.
Loading

0 comments on commit fcbe73e

Please sign in to comment.