Skip to content

Machine learning based api that classifies the type of disease of a crop proccesing hyperspectral data with different type of neural network models

Notifications You must be signed in to change notification settings

ClementeSerrano/crop-stress-identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop Stress Identifier API 🌿 🌿 🌿

Project stills in construction

Cool machine learning based api that classifies the type of disease of a crop proccesing hyperspectral data with different type of neural network models.

Prerequisites

  • Python 3.x
  • TensorFlow

Project structure

.
├── data                     # Knowledge base to train and evaluate the models (actually using MNIST -- to be modified)
├── main.py                  # Main script of the API
├── nn.py                    # Multi-perceptron model (common neural network)
├── cnn.py                   # Convolutional neural network model

Getting started

Just run $ python3 main.py on your project folder 🤘

Authors

  • Clemente Serrano.
  • Camilo Zepeda

About

Machine learning based api that classifies the type of disease of a crop proccesing hyperspectral data with different type of neural network models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages