An open API service indexing awesome lists of open source software.

https://github.com/gengjia0214/jai

A LEGO-style PyTorch-based Deep Learning Library for ConvNets Modeling
https://github.com/gengjia0214/jai

cnn convolutional-neural-networks deep-learning densenet framework image-classification image-recognition mobilenet modeling python pytorch resnet

Last synced: 24 days ago
JSON representation

A LEGO-style PyTorch-based Deep Learning Library for ConvNets Modeling

Awesome Lists containing this project

README

          

# JAI - Just Assemble It!

[![GitHub Release](https://img.shields.io/badge/Language-Python-blue.svg)]()
[![GitHub Release](https://img.shields.io/badge/Status-Beta-yellow.svg)]()
[![GitHub Release](https://img.shields.io/badge/Version-v0.1pre-green.svg)]()

Author: Jia Geng

Email: jxg570@miami.edu | gjia0214@hotmail.com

PyPI: https://pypi.org/project/jai/

## Introduction

*Deep learning is fun. What not fun is the pipeline digging and rigging. Why can't we just enjoy the process
of exploring all kinds of SOTA techniques with interesting dataset instead of wasting our coffee on boring things like implementing the sockets for it.*

**jai** is a LEGO-style PyTorch-based Deep Learning Library.
The main idea behind **jai** is to reduce the amount of time spent on building all sort of pipelines or sockets to plugin those fancy deep learning tricks. This project also tend to create some handy toolkits for Kaggle.

## Installation

`pip install jai` (**jai on PyPI is currently on a depreciated version**)

## Tutorials

Coming soon.