Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Keras-ResNet
============

.. image:: https://img.shields.io/pypi/v/keras-resnet?style=plastic
:target: https://pypi.org/project/keras-resnet/
.. image:: https://travis-ci.org/broadinstitute/keras-resnet.svg?branch=master
:target: https://travis-ci.org/broadinstitute/keras-resnet

.. image:: https://anaconda.org/conda-forge/keras-resnet/badges/downloads.svg
:target: https://anaconda.org/conda-forge/keras-resnet
.. image:: https://anaconda.org/conda-forge/keras-resnet/badges/version.svg
:target: https://anaconda.org/conda-forge/keras-resnet


Keras-ResNet is **the** Keras package for deep residual networks. It's fast *and* flexible.
Expand Down Expand Up @@ -33,12 +38,16 @@ A tantalizing preview of Keras-ResNet simplicity:
Installation
------------

Installation couldn’t be easier:
Installation using pip or conda couldn’t be easier:

.. code-block:: bash

$ pip install keras-resnet

.. code-block:: bash

$ conda install keras-resnet

Contributing
------------

Expand Down