summaryrefslogtreecommitdiffstats
path: root/components/ml-prediction-ms/requirements.txt
diff options
context:
space:
mode:
authorsendil kumar Jaya kumar <sendil.kumar@wipro.com>2022-03-03 15:15:05 +0530
committersendil kumar Jaya kumar <sendil.kumar@wipro.com>2023-03-31 12:32:53 +0530
commit93d9a28ba317475083a367d040ab606d6576fb03 (patch)
treec231446eb527ceb9397bce857c8b3dad10b617ce /components/ml-prediction-ms/requirements.txt
parent5f69c24ad78121a2840b5299583791e557f8b535 (diff)
Add ml-prediction-ms with basic build infrastruct.
Added offline training code, along with ml slice prediction model, The main ml-prediction-ms component code changes are added to perform prediction on single slice. Issue-ID: DCAEGEN2-3067 Signed-off-by: sendil kumar Jaya kumar <sendil.kumar@wipro.com> Change-Id: Ia2e50dcbd97d03a96884a2bf5417edbf2fa04b4a
Diffstat (limited to 'components/ml-prediction-ms/requirements.txt')
-rwxr-xr-xcomponents/ml-prediction-ms/requirements.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/components/ml-prediction-ms/requirements.txt b/components/ml-prediction-ms/requirements.txt
new file mode 100755
index 00000000..57e60f78
--- /dev/null
+++ b/components/ml-prediction-ms/requirements.txt
@@ -0,0 +1,29 @@
+ # requirements.txt
+ #
+ # installs dependencies from ./setup.py, and the package itself,
+ # in editable mode
+ # -e .
+
+ # (the -e above is optional). you could also just install the package
+ # normally with just the line below (after uncommenting)
+
+ flask==1.1.2
+ requests==2.24.0
+ responses==0.16.0
+ pandas==1.1.5
+ tensorflow
+ scikit-learn
+ scipy
+ matplotlib
+ pytest-cov
+ xlrd
+ mock==4.0.3
+ openpyxl==3.0.10
+ configparser
+ pyyaml
+ pytest
+ requests-mock
+ numpy==1.23.1
+ confluent_kafka
+
+