Table of Contents
Prerequisites: you need to install yarn from here and pip3 with python3 version 3.6.5 64bit form here then from this folder run in the terminal yarn install-all
To check 32 or 64 bit run this in python and look ath the out:
import struct
print(struct.calcsize("P") * 8)
- To run the Vue application run
yarn js
- To run the Pyhton notebooks
yarn python_notebook
- To run the Transfer Learning
yarn transfer_learning
You can use easily the datasets used in this project from flodyhub:
- training image dataset, 7 classes * 700 images = 4900 total images
- testing image dataset, 7 classes * 50 images = 350 total images
Thanks to Netlify