CS3501 - Data Science and Engineering Project
To install the necessary node modules, run
npm install
If you run into errors, try
npm install --legacy-peer-deps
If you want the machine learning models (saved in the ".h5" format), download them from here.
After doing necessary installments, run
npm start
- If you want to emulate on your web browser, press 'w'.
- If you want to emulate on your Android emulator, press 'a'.
You can run the app on Expo Go (if you have an Expo account) using this link.