Metadata-Version: 2.1
Name: visionml-utils
Version: 1.0.0
Summary: Util scripts and files for computer vision deep learning models.
Author: Alvin Zhu
License: MIT
Project-URL: GitHub, https://github.com/alvister88/Vision-Utils
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Vision-Utils Repository

## Info:
This repository is used by RoMeLa UCLA for deep learning computer vision models and its utils.

## User-Manual
- Please do not edit main. For development on this repo, use branches and pull requests. 
- For use in other projects, create a submodule inside another repository.

### Installation
This library is pip installable
```bash
pip install visionml-utils
```
#### Dev Install
Run the command inside the root directory
```bash
pip install -e .
```

