Skip to content

This repository is an effort to deploy multiple Machine Learning Applications for production.

License

Notifications You must be signed in to change notification settings

philsaurabh/Predict-Something-ML-Prediction-App

Repository files navigation

Predict Something Web Application

  • 👯 My gratitude to Krish Sir for his guidance through his youtube channel!
  • 👯 My gratitude to Anuj, Nachiketa Hebbar and Shobhit for their open source contribution which provided me basic guidance and inspiration for this project.

This is just a effort to deploy a machine learning project using flak and heroku.

Here, I have developed a prediction web app which using the concept of machine learning makes predictions about various medical prediction like heart abnormality, Cancer, Diabetes and some multiclass predictions like iris, type of glass and forest fire prediction etc.


Following are the names of the various model files used:

-📕Diabetes model = model
-📕Cancer model = model1
-📕Heart model = model2
-📕Iris model = model3
-📕Forest fire model = model4
-📕Glass model = model5


Details of various datasets used for model development[In the repository]:

-📚Diabetes model : diabetes.csv
-📚Cancer model : cancer.csv
-📚Heart model : heart.csv
-📚Iris model : iris.csv
-📚Forest fire model : Forest_fire.csv
-📚Glass model : glass.csv


Tools used for project development:

  • Python ( 3.7 version)

  • Flask

  • Bootstrap4

Usage:


To run this project on your local system, clone the repository and type the following command(For windows only):

python app.py

The whole project is deployed on Heroku Cloud.

Link to access the project live is : https://predictsomethingwebapp.herokuapp.com//

Or you can go through launchpad github page : https://philsaurabh.github.io/Predict-Something-ML-Prediction-App/

Thank you!


• And if you found it helpful, please do ⭐ the repository.

• Here is the demo of the app:

Demo GIF