React-frontend for our Keras/Tensorflow model that predicts mushrooms based on pictures.
On frontpage you can either click a picture of a mushroom or upload your own and our backend should classify it based on poisonous/edible giving it a float value between 0 and 1.
- First install Node.js >=8 using nvm
- Then clone this repository and enter:
npm i
- After that has finished just type:
npm start
and that should start a development server!
This project was bootstrapped with Create React App.
You can find the most recent version of this guide here.