0% found this document useful (0 votes)
43 views

Venkat Projects Requirements

This document lists various Python packages and their versions that are being installed via pip. It includes packages for machine learning and deep learning like TensorFlow, Keras, scikit-learn, pandas, NumPy as well as packages for natural language processing (NLP) like NLTK. Other packages mentioned are OpenCV, Django, MySQL, and H5PY which are used for computer vision, web development, databases, and supporting deep learning models. Instructions are provided on installing requirements from a requirements.txt file and upgrading NLTK models.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Venkat Projects Requirements

This document lists various Python packages and their versions that are being installed via pip. It includes packages for machine learning and deep learning like TensorFlow, Keras, scikit-learn, pandas, NumPy as well as packages for natural language processing (NLP) like NLTK. Other packages mentioned are OpenCV, Django, MySQL, and H5PY which are used for computer vision, web development, databases, and supporting deep learning models. Instructions are provided on installing requirements from a requirements.txt file and upgrading NLTK models.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like