This is the finished project code for the Medium post "Build a simple image classification app using React, Keras, and Flask".
Install the backend dependencies with pip. Navigate to the backend
folder and run the below command.
pip install -r requirements.txt
Install the frontend dependencies with npm. Navigate to the frontend
folder and run the below command.
npm install
Run the command to start both the backend and the frontend.
npm run start:server-dev
The app should now be available on http://localhost:5000