INSTALLATION PROCESS OF PYTHON
STEP 1:
INSTALL PYTHON BY PRESSING THE PYTHON URL LINK.
https://www.python.org/downloads/release/python-376/
Then scroll down there you can see the files. After that click arrow located link to download.
STEP 2:
The python with our required 3.7.6 version will download.
STEP 3:
Click the below tick box to install your python in your path.
STEP 4: Then enter install now.
After completion of installation.
Step 5: open Command Prompt and enter python.
If it shows the python version as python 3.7.6.
means it is perfectly installed.
Step 6: enter exit. By entering exit().
Step: install below packages.
install the below packages.
python -m pip install --upgrade pip
pip install tensorflow==1.14.0
pip install keras==2.3.1
pip install pandas==1.3.5
pip install scikit-learn==1.0.2
pip install imutils
pip install matplotlib==3.2.2
pip install seaborn==0.12.2
pip install opencv-python== 4.1.1.26
pip install h5py==2.10.0
pip install numpy==1.19.2
pip install imbalanced-learn==0.7.0
pip install jupyter
pip install protobuf==3.20.*
pip install scikit-image==0.16.2