Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.25 KB

odomatic-wings

Ongoing project for automatically recognizing species of dragonflies based on their wings

About

This project is based on my dissertation work (Dept. Biology, Rutgers University-Newark, 2015), entitled Three approaches to automating taxonomy, with emphasis on the Odonata (dragonflies & damselflies), and represents an ongoing project. It's a bit rough now, but check back later.

Getting Started

Required Packages

autoID was written for Python 3.X and may be mostly compatible with Python 2.7. Required packages are listed here.

Installing

If you have git, you can clone the git repository to a local directory, go to that directory, and install like this:

git clone https://github.com/willkuhn/odomatic-wings.git
cd odomatic-wings
python setup.py install

Alternatively, you can download the repository, extract it, navigate to the extracted folder in the terminal or command prompt, and install by typing:

python setup.py install

Now you can test that wingrid was sucessfully installed in Python:

>>> import autoID
>>> autoID.__version__
'0.1.0'

Author

Will Kuhn [email protected] https://crossveins.com