Browse Source

added a readme

Dimitri Korsch 7 years ago
parent
commit
be1c417ac6
2 changed files with 7 additions and 0 deletions
  1. 2 0
      .gitignore
  2. 5 0
      README.md

+ 2 - 0
.gitignore

@@ -97,3 +97,5 @@ ENV/
 
 # mypy
 .mypy_cache/
+
+README.html

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+# NA-Birds dataset wrapper
+
+NA-Birds dataset:  http://dl.allaboutbirds.org/nabirds
+
+Some example code how to use this library can be found in `example.py`