diff --git a/api/Neural_Network2.py b/api/Neural_Network2.py index 62abf20f..e27321ca 100644 --- a/api/Neural_Network2.py +++ b/api/Neural_Network2.py @@ -7,7 +7,6 @@ import joblib import json -import matplotlib.pyplot as plt import numpy as np import pandas as pd from nltk.corpus import stopwords diff --git a/api/models/sacasd b/api/models/sacasd new file mode 100644 index 00000000..d10fb95a Binary files /dev/null and b/api/models/sacasd differ diff --git a/api/requirements.txt b/api/requirements.txt index 5b08b461..278198c8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -5,8 +5,6 @@ pandas==2.0.3 nltk==3.8.1 scikit-learn==1.3.0 numpy==1.26.4 -matplotlib==3.7.1 seaborn==0.13.0 tensorflow==2.16.1 -keras==3.0.0 -torchtext +keras==3.0.0 \ No newline at end of file