This project provides a Logistic Regression API. You can upload a dataset to server and train it. Then, client gets the ROC curve.
It was developed in 48 hours. It is just a proof of concept.
The project includes Flask, Flask-restful, numpy, matplotlib and requests.
pip3 install flask
pip3 install flask-restful
pip3 install requests
python3 server.py
python3 client.py