Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 287 Bytes

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