Metadata-Version: 2.1
Name: devai
Version: 0.0a2
Summary: UNKNOWN
Home-page: https://github.com/devkosal/devai
Author: Dev Sharma
Author-email: dev.sharma@columbia.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Intro

This repo contains methods, objects and utilities for EDA and deep learning. Most of it is designed for deep learning tasks on top of PyTorch.

Example usages:

```
pip install devai
```

Or

```
git clone https://github.com/devkosal/devai
cd devai
pip install -e .
```


