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.txtInstall the frontend dependencies with npm. Navigate to the frontend folder and run the below command.
npm installRun the command to start both the backend and the frontend.
npm run start:server-devThe app should now be available on http://localhost:5000