Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamjstewart/crop_yield_prediction
:corn: Machine learning model for crop yield prediction
https://github.com/adamjstewart/crop_yield_prediction
crop-model deep-learning machine-learning neural-network
Last synced: 16 days ago
JSON representation
:corn: Machine learning model for crop yield prediction
- Host: GitHub
- URL: https://github.com/adamjstewart/crop_yield_prediction
- Owner: adamjstewart
- Created: 2018-04-30T15:20:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T18:24:22.000Z (over 6 years ago)
- Last Synced: 2024-10-04T16:28:35.064Z (about 1 month ago)
- Topics: crop-model, deep-learning, machine-learning, neural-network
- Language: Python
- Homepage:
- Size: 19.6 MB
- Stars: 12
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crop_yield_prediction
:corn: Machine learning model for crop yield prediction## Installation
To use this model, simply clone the repository and install the necessary dependencies using `pip`.
```console
$ git clone https://github.com/adamjstewart/crop_yield_prediction.git
$ pip install -r crop_yield_prediction/requirements.txt
```## Usage
For a list of valid flags, run:
```console
$ python crop_yield_prediction --help
```