Metadata-Version: 2.1
Name: torchwisdom
Version: 0.0.2.dev4
Summary: A High Level API for PyTorch
Home-page: https://github.com/nunenuh/torchwisdom
Author: Lalu Erfandi Maula Yusnu
Author-email: nunenuh@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/nunenuh/torchwisdom/issues
Project-URL: Source, https://github.com/nunenuh/torchwisdom/
Description: # torchwisdom
        [![Build Status](https://travis-ci.org/nunenuh/torchwisdom.svg?branch=dev)](https://travis-ci.org/nunenuh/torchwisdom)
        [![codecov](https://codecov.io/gh/nunenuh/torchwisdom/branch/master/graph/badge.svg)](https://codecov.io/gh/nunenuh/torchwisdom)
        [![issue](https://img.shields.io/github/issues/nunenuh/torchwisdom.svg)](https://github.com/nunenuh/torchwisdom/issues)
        [![GitHub license](https://img.shields.io/github/license/nunenuh/torchwisdom.svg)](https://github.com/nunenuh/torchwisdom/blob/master/LICENSE)
        [![GitHub forks](https://img.shields.io/github/forks/nunenuh/torchwisdom.svg)](https://github.com/nunenuh/torchwisdom/network)
        [![Twitter](https://img.shields.io/twitter/url/https/github.com/nunenuh/torchwisdom.svg?style=social)](https://twitter.com/intent/tweet?text=Wow%20@nunenuh%20:&url=https%3A%2F%2Fgithub.com%2Fnunenuh%2Ftorchwisdom)
        
        <b>Sonar Cloud Analysis</b><br/>
        [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=alert_status)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=bugs)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=code_smells)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=coverage)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=ncloc)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=security_rating)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=sqale_index)](https://sonarcloud.io/dashboard?id=torchwisdom)
        [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=torchwisdom&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=torchwisdom)
        
        
        This library is built on the top of pytorch as one of the most popular deep learning frameworks. This library got its inspiration from keras, fastai and torchtools. The purpose of this library is to make deep learning engineer or scientist easier to train the neural network. 
        
        Some of the package that is available in this library are:
         - tabular
         - audio
         - text
         - vision
        
        The package of the library represents a toolset to train a kind of data, from tabular, audio, text and vision kind of dataset. This library is still under construction to version 0.1 alpha.
Keywords: pytorch deep learning machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5, <=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
