Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyesh/agriculture
https://github.com/anyesh/agriculture
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anyesh/agriculture
- Owner: Anyesh
- Created: 2017-12-24T17:30:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T08:48:17.000Z (over 2 years ago)
- Last Synced: 2023-02-27T23:56:06.743Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart-Agri
this is a simple Neural Network build on Keras which takes:
* calcium
* irrigation
* potassium
* moisture
* magnesium
* nitrogen
* phosphorus
* ph of soil
* rain
* sulphur
* temperature
* windas input and predicts a best 3 types of vegitables.
# Usage
run the **train_model.py** file for training
```bash
$ python tran_model.py --dataset=datasate.csv --l=learning_rate --batch=batch_size --epoch=epoch --input=input_dims --output=output_dims
```test the model
```bash
$ python test_model.py --label=label_name --model=trained_model --test=test_set
```