Metadata-Version: 2.1
Name: anwa
Version: 0.0.9
Summary: Automatic animal detection in video
Home-page: https://github.com/mjirik/anwa
Author: Miroslav Jirik
Author-email: miroslav.jirik@gmail.com
License: MIT
Description:   
        [![Build Status](https://travis-ci.org/mjirik/anwa.svg?branch=master)](https://travis-ci.org/mjirik/anwa)
        [![Coverage Status](https://coveralls.io/repos/github/mjirik/anwa/badge.svg?branch=master)](https://coveralls.io/github/mjirik/anwa?branch=master)
        [![PyPI version](https://badge.fury.io/py/anwa.svg)](http://badge.fury.io/py/anwa)
        
        
        # anwa
        
        Automatic animal detection in video
        
        
        # Install
        
        * Install [miniconda](https://docs.conda.io/en/latest/miniconda.html) and during install add conda to path
        
        * In command line (`cmd` on Windows) use:
        
        
            conda create -n anwa_app -c conda-forge -c mjirik anwa
            conda activate anwa_app
            conda -m anwa install
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
