Metadata-Version: 2.1
Name: evatestdb
Version: 0.0.30
Summary: EVA is a visual data management system (think MySQL for videos).
Home-page: https://github.com/georgia-tech-db/eva
Author: Georgia Tech Database Group
Author-email: arulraj@gatech.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/georgia-tech-db/eva/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.20.1)
Requires-Dist: opencv-python (==4.5.1.48)
Requires-Dist: pandas (==1.2.3)
Requires-Dist: torch (==1.7.1)
Requires-Dist: torchvision (==0.8.2)
Requires-Dist: Pillow (==8.1.2)
Requires-Dist: sqlalchemy (==1.3.20)
Requires-Dist: pymysql (==0.10.1)
Requires-Dist: sqlalchemy-utils (==0.36.6)
Requires-Dist: pyspark (==3.0.2)
Requires-Dist: petastorm (==0.9.8)
Requires-Dist: antlr4-python3-runtime (==4.8)
Requires-Dist: pyyaml (==5.1)

# EVA (Exploratory Video Analytics)

[![Build Status](https://travis-ci.org/georgia-tech-db/eva.svg?branch=master)](https://travis-ci.com/georgia-tech-db/eva)
[![Coverage Status](https://coveralls.io/repos/github/georgia-tech-db/eva/badge.svg?branch=master)](https://coveralls.io/github/georgia-tech-db/eva?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Documentation Status](https://readthedocs.org/projects/exvian/badge/?version=latest)](https://evagatech.readthedocs.io/en/latest/index.html) [![Join the chat at https://gitter.im/georgia-tech-db/eva](https://badges.gitter.im/georgia-tech-db/eva.svg)](https://gitter.im/georgia-tech-db/eva?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## What is EVA?

EVA is a visual data management system (think MySQL for videos). It supports a declarative language similar to SQL and a wide range of commonly used  computer vision models.

## What does EVA do?

* EVA **enables querying of visual data** in user facing applications by providing a simple SQL-like interface for a wide range of commonly used computer vision models.

* EVA **improves throughput** by introducing sampling, filtering, and caching techniques.

* EVA **improves accuracy** by introducing state-of-the-art model specialization and selection algorithms.

## Installation

EVA requires Python 3.7 or later. To install EVA, we recommend using pip:
```shell
pip install evadb
```
For information on installing from source and contributing to EVA, see our
[contributing guidelines](./CONTRIBUTING.md).

## Documentation

You can find documentation and code snippets for EVA [here](https://evagatech.readthedocs.io/).

## Contributors

See the [people page](https://github.com/georgia-tech-db/eva/graphs/contributors) for the full listing of contributors.

## License
Copyright (c) 2018-2020 [Georgia Tech Database Group](http://db.cc.gatech.edu/)
Licensed under the [Apache License](LICENSE).


