Installing Keras Library on Windows using PIP

Users who prefer to use pip can use the below command to install the Keras library on Windows:

pip install keras

You will get a similar message once the installation is complete:

How to Install Keras in Windows?

Keras is a neural Network python library primarily used for image classification. In this article we will look into the process of installing Keras on a Windows machine.

Pre-requisites:

The only thing that you need for installing Numpy on Windows are:

Keras Dependencies:

The Keras library has the following dependencies:

  • Numpy
  • Pandas
  • Scikit-learn
  • Matplotlib
  • Scipy
  • Seaborn

Note: All these dependencies can be manually installed. But if you are missing one or all of these dependencies, they get installed when you run the command to install Keras automatically.

Similar Reads

Installing Keras Library on Windows using Conda:

If you want the installation to be done through conda,  open up the Anaconda Powershell Prompt and use the below command:...

Verifying Keras Installation on Windows using Conda:

To verify if Keras library has been successfully installed in your system run the below command in Anaconda Powershell Prompt:...

Installing Keras Library on Windows using PIP:

Users who prefer to use pip can use the below command to install the Keras library on Windows:...

Verifying Keras Installation on Windows using PIP:

To verify if Keras library has been successfully installed in your system run the below command in your command prompt:...