pip install numpy==1.18.
1
pip install matplotlib==3.1.3
pip install pandas==0.25.3
pip install opencv-python==4.2.0.32
pip install keras==2.3.1
pip install tensorflow==1.14.0
pip install h5py==2.10.0
pip install pillow==7.0.0
pip install sklearn-genetic==0.2
pip install SwarmPackagePy
pip install sklearn
pip install scikit-learn==0.22.2.post1
Pip install sklearn-extensions==0.0.2
Pip install pyswarms==1.1.0
pip install protobuf==3.20.0 --user
pip install nltk
pip install django==2.1.7
pip install pymysql==0.9.3
pip install matplotlib==3.1.3 (used for display Graph)
pip install pandas==0.25.3 (Used to read dataset)
pip install opencv-python (used for image reading)
pip install keras==2.3.1 (used for neural Network Implementation)
pip install tensorflow==1.14.0 (used for CNN implementation)
pip install h5py==2.10.0 (used for support to tensorflow and keras libraries)
pip install sklearn (used for Machine learning Algorithms implementation like
Decision tree,randomforest Tree,etc)
pip install --only-binary :all: mysqlclient --user
pip install mysqlclient --user
sc delete mysql
import pymysql
pymysql.install_as_MySQLdb()
predict = model.predict_classes(test)
pip install --user -U nltk
python
>>> import nltk
>>> nltk.download()
pip install -r requirements.txt
global filename
text.delete('1.0', END)
filename = filedialog.askopenfilename(initialdir="dataset")
dataset = pd.read_csv(filename)
,on_delete=models.CASCADE,
python -m pip install –-user -r requirements.txt
3.6.2 python
django==1.11.6
mysqlclient==1.3.12