izzyx6 / deploy_ml_model_flaskapi

Machine learning model running on a web browser via flask API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying ML Models With Flask

This project shows how to deploy your Machine Learning Models to production using Flask. It build off my previously uploaded code for fraud email detection (Spam or Not Spam) and it can be found on here: https://github.com/izzyx6/Fraud-Email-Detection.

You must have flask insatlled on your machine

By default, flask will run on http://localhost:5000

About

Machine learning model running on a web browser via flask API

License:MIT License


Languages

Language:CSS 76.0%Language:HTML 16.0%Language:Python 8.0%