Skip to content

complete-dope/ML-model_with_Flask_deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ML-model_with_Flask_deployment

First of all using this model in your local system you can either fork the project or clone the project

Secondly go the required folder by cd/required_folder

Make the necessary imports by pip install numpy , sklearn , pandas.

The link for the original kaggle dataset is also mentioned .

The dataset has already be churned for you and you can see the colab notebook also .

This model uses the minimal flask required for deployment and also has a very basic ML model

Run the following command:

python model.py

The above command should output

  • Most probably a warning (which we can ignore)
  • array([0])
  • Model is working

If these 3 lines are visible in terminal then you are well with the model 😉

Run the command python app.py

Then go the link localhost:5000 and there you can see your Model 😎

Follow me on github for more exiting projects .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages