summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYoussef Kashef <youssef.kashef@gmail.com>2015-10-01 18:20:23 +0200
committerYoussef Kashef <youssef.kashef@gmail.com>2015-10-01 18:20:23 +0200
commit98cc023939641482432d4082db061306a7ab1654 (patch)
tree96d12af93ad4439bf1bbe911130de45b206598d0 /README.md
parent01e15d0d6d2c9cc5b03739a258aab774336056a2 (diff)
downloadcaffe-98cc023939641482432d4082db061306a7ab1654.tar.gz
caffe-98cc023939641482432d4082db061306a7ab1654.tar.bz2
caffe-98cc023939641482432d4082db061306a7ab1654.zip
add badge for travis build and license
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ebec286d..44b9e62c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Caffe
+[![Build Status](https://travis-ci.org/BVLC/caffe.svg?branch=master)](https://travis-ci.org/BVLC/caffe)
+[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
+
Caffe is a deep learning framework made with expression, speed, and modularity in mind.
It is developed by the Berkeley Vision and Learning Center ([BVLC](http://bvlc.eecs.berkeley.edu)) and community contributors.