Metadata-Version: 2.1
Name: fast_impl
Version: 0.0.6
Summary: Baseline implementations for various Deep Learning Applications using `fastai2`
Home-page: https://github.com/Kshitij09/fast_impl
Author: Kshitij Patil
Author-email: kshitijpatil98@gmail.com
License: Apache Software License 2.0
Description: # Fast Implementations
        > Fastai(v2) has become de facto high level API for Pytorch and is highly engineered to bring your research into proudction. This library is built on top of fastai(v2) to support my implementations. 
        
        
        [![PyPI version](https://badge.fury.io/py/fast-impl.svg)](https://badge.fury.io/py/fast-impl)
        
        The github [repository](https://github.com/Kshitij09/fast_impl/) holds application notebooks.
        
        # Installation
        ## latest release
        ```shell
        pip install fast-impl
        ```
        ## From git repository (for changes not released yet)
        ```shell
        pip install git+https://github.com/Kshitij09/fast_impl
        ```
        
Keywords: deep-learning computer-vision fastai2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
