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.
- Python 3.x
- TensorFlow
.
├── 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
Just run $ python3 main.py
on your project folder 🤘
- Clemente Serrano.
- Camilo Zepeda