Explorar el Código

added a readme

Dimitri Korsch hace 7 años
padre
commit
be1c417ac6
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  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`