This is the repository for the CAWIL.AI task for image classification web app using TensorFlow.js. This project was bootstrapped with Create React App.
- Make sure that the directory is inside the
demo-hub
before running the commands. - Run
npm install
to install the required packages. - In your terminal, type the path to the server (
local-server/server.js
). Runnode server.js
to to serve the model. - In another terminal, type
npm run start
to run the web app in development mode.