Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.28 KB

README.md

File metadata and controls

60 lines (40 loc) · 2.28 KB

your Pocket botanist

Build Status Known Vulnerabilities GitHub Issues Contributions welcome License

Table of Contents

Basic Overview

Installation

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

Be sure to run Python 3 and pip3 and 64BIT version of python!!

To check 32 or 64 bit run this in python and look ath the out:

import struct
print(struct.calcsize("P") * 8)

Usage

  • To run the Vue application run yarn js
  • To run the Pyhton notebooks yarn python_notebook
  • To run the Transfer Learning yarn transfer_learning

Dataset

You can use easily the datasets used in this project from flodyhub:

What have I done in this project?

Frontend Hosting

Thanks to Netlify