Skip to content

yang5hi/Healthcare_Fraud_Provider_Detector_Webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fraud Detection Classification

Machine Learning Application on GCP

Deploy

  • ssh into GCP Virtual Machine
ssh user_name@external_ip
git clone {this repo}
  • install pip/pip3 on gcp
pip install -r requirements.txt
  • virtual env setup
virtualenv --python=python3 venv
source venv/bin/activate
  • run flask
python main.py
  • exit virtual env
deactivate

About

Flask app is created to be used as API to predict the fraudulent healthcare provider based on information gathered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors