Skip to content

Eva-Clothing/mushroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required Installations

python, pandas, keras, numpy, tensorflow, h5py, npm

Process

Run npm i first to install all the required node modules

To run frontend

npm start

To run backend

nodemon index.js

To run both frontend and backend

npm run dev