Skip to content

Finished project code for the Medium post "Build a simple image classification app using React, Keras, and Flask."

Notifications You must be signed in to change notification settings

sopra-steria-norge/react-flask-keras-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

react-flask-keras-app

This is the finished project code for the Medium post "Build a simple image classification app using React, Keras, and Flask".

Getting started

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

About

Finished project code for the Medium post "Build a simple image classification app using React, Keras, and Flask."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages