From 8a56548f59e32d1ab50fda216faa3c59b65fbe2f Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Fri, 18 Jun 2021 15:17:19 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d961fe0..a1c4b58 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ They are also available online from the [UCI Machine Learning Repository](http:/ For the backend: - [Python 3](https://www.python.org/downloads/) - [Flask](https://palletsprojects.com/p/flask/) -- Other packages: `pymongo`, `numpy`, `scipy`, `scikit-learn`, `sk-dist`, `eli5`, and `pandas`. +- Other packages: `Flask-PyMongo`, `flask_cors`, `mlxtend`, `imblearn`, `joblib`, `numpy`, `scikit-learn`, `scikit-learn-extra`, `sk-dist`, `eli5`, `umap-learn`, and `pandas`. You can install all the backend requirements with the following command: ```