Metadata-Version: 2.1
Name: few-shots-clf
Version: 1.1.5
Summary: Few Shots Classification Library. Classification task from a small amount of data.
Home-page: https://github.com/delmalih/few-shots-clf
Author: David El Malih
Author-email: da.elmalih@gmail.com
License: MIT
Download-URL: https://github.com/delmalih/few-shots-clf/archive/v_115.tar.gz
Description: # few-shots-clf
        
        ![License](https://img.shields.io/pypi/l/few-shots-clf)
        [![Build Status](https://img.shields.io/github/workflow/status/delmalih/few-shots-clf/few-shots-clf%20workflow)](https://github.com/delmalih/few-shots-classification/actions?query=workflow%3A%22few_shots_clf+workflow%22)
        ![Python Versions](https://img.shields.io/badge/python-3.6-EBBD68)
        [![Code style: autopep8](https://img.shields.io/badge/code%20style-autopep8-orange)](https://github.com/hhatto/autopep8)
        
        ## Installation
        
        Installation can be done directly from this repository:
        few-shots-clf is available on PyPi as an alpha release. To install it:
        
        ```
        virtualenv venv -p python3.6
        pip install few-shots-clf
        ```
        
        ## Quickstart
        
        TODO
        
        ## Available Classifiers
        
        TODO
        
Keywords: FEW-SHOTS,CLASSIFICATION,IMAGE,COMPUTER VISION
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6, <3.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: dev
