Directory MLModel contains the model and training code. Directory backend contains the backend of the website build using flask. Directory frontend contains the frontend of the code build using React
- Go to
frontendfolder in this repository. - Run
npm run devto run both the server frontend and backend. - This command should redirect you to website. Your done!