Skip to content

sethah/allencv

Repository files navigation

AllenCV

Build Status codecov

A computer vision library built on top of PyTorch, Torchvision, and AllenNLP.

Quick Links

Installation

pip install allencv

Installing from source

Clone the git repository:

git clone https://github.com/sethah/allencv.git

In a Python 3.6 virtual environment, run:

pip install --editable .

This will make allencv available on your system but it will use the sources from the local clone you made of the source repository.

Running AllenCV

AllenCV follows all the same conventions and supports the same interfaces as AllenNLP. Read more about the AllenNLP command line interface here.