https://github.com/anyesh/agriculture
https://github.com/anyesh/agriculture
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anyesh/agriculture
- Owner: Anyesh
- Created: 2017-12-24T17:30:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T08:48:17.000Z (about 4 years ago)
- Last Synced: 2025-11-21T18:04:05.030Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- 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
* wind
as 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
```