https://github.com/andres15alvarez/coffee-sow
In this project a dataset was created from a brief research on coffee plantations, it is not intended to be an excellent dataset, it is only for educational purposes about neural networks.
https://github.com/andres15alvarez/coffee-sow
data-science deep-learning machine-learning python pytorch
Last synced: 2 months ago
JSON representation
In this project a dataset was created from a brief research on coffee plantations, it is not intended to be an excellent dataset, it is only for educational purposes about neural networks.
- Host: GitHub
- URL: https://github.com/andres15alvarez/coffee-sow
- Owner: andres15alvarez
- License: mit
- Created: 2021-05-07T02:16:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T23:25:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T13:29:59.565Z (4 months ago)
- Topics: data-science, deep-learning, machine-learning, python, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coffee-sow
In this project a dataset was created from a brief research on coffee plantations, it is not intended to be an excellent dataset, it is only for educational purposes about neural networks.https://coffeesow.herokuapp.com/
## Endpoint
POST/ https://coffeesow.herokuapp.com/predict## Request
| Name | Data type | Required | Range | Description |
| :---------: |:-----------:|:-----------:|:-----------:|:---------------------------------:|
| temperature | Float | True | [0,50] | Temperature in degrees centigrade |
| humidity | Float | True | [0,1] | Relative air humidity |
| altitude | Float | True | [0,5000] | Meters above sea level |
| rain | Float | True | [0,1000] | Liter per square meter per month |
| sunshine | Float | True | [0,24] | Hours of sunshine a day |## Output
- **Sow** - if is good to sow given the inputs
- **Not Sow** - if is not good to sow
- **Errors** - if a bad request has been realized