Flask App Cnn Parkinson

screenshot of Flask App Cnn Parkinson

applicazione flask che utilizza il modello cnn, caricando un immagine si ha una valutazione della progressione del Parkinson

Overview:

This product is a web application developed using Flask, deployed on Heroku. The main functionality of the application is to allow users to upload an image and have it classified by a convolutional neural network (CNN). The application provides a set of sample images and the folders represent the categories of the classifier. The user can also change the model by replacing the '.h5' file in the '/static/models' folder.

Features:

  • Image Classification: Users can upload an image and have it classified by the CNN.
  • Sample Images: The application provides a set of sample images for testing purposes.
  • Model Replacement: Users can easily change the model by replacing the '.h5' file in the '/static/models' folder.

Summary:

This web application developed using Flask allows users to upload an image and have it classified by a CNN. It provides sample images for testing and allows easy replacement of the model. The installation process involves setting up a Flask environment and running the application using the Flask CLI.