Metadata-Version: 2.1
Name: food-python
Version: 0.1.0
Summary: A framework for out-of-distribution and anomaly detection
Home-page: https://github.com/new-okaerinasai/food
Author: Ruslan Khaidurov, Sonya Dymchenko, Angelina Yaroshenko, Dmitry Vypirailenko
Author-email: rakhaydurov@edu.hse.ru
License: UNKNOWN
Description: # food
        A framework for out-of-distribution and anomaly detection.
        
        ## Installation
        From the root directory run
        
        ```
          pip install .
        ```
        or
        ```
          python setup.py install [--user]
        ```
        
        ## Usage
        ```
        from food import AngleSoftmax
        ```
        
        ## Requirements
         * torch>=1.3.0
         * numpy>=1.16.0
         * cv2>=4.1.0
         * to be filled
        
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
