Metadata-Version: 1.1
Name: gifr
Version: 0.0.5
Summary: gradio interfaces for Deep Learning Docker images that use Redis for receiving data to make predictions on.
Home-page: https://github.com/waikato-datamining/gifr
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT License
Description: `gradio <https://www.gradio.app/>`__ interfaces for Deep Learning Docker images that
        use Redis for receiving data to make predictions on.
        
        `https://www.data-mining.co.nz/docker-images/ <https://www.data-mining.co.nz/docker-images/>`__
        
        Interfaces are available for:
        
        - automatic speech recognition (ASR)
        - image classification
        - image segmentation
        - object detection/instance segmentation
        - text classification
        - text generation
        
        
        Changelog
        =========
        
        0.0.5 (2024-05-27)
        ------------------
        
        - added interface for automatic speech recognition (ASR)
        
        
        0.0.4 (2024-02-27)
        ------------------
        
        - extended text generation interface to keep track of inputs and #turns (*history*);
          added support for JSON responses; field name in JSON prompt is now customizable
        
        
        0.0.3 (2024-02-15)
        ------------------
        
        - added interface for text classification
        
        
        0.0.2 (2023-11-12)
        ------------------
        
        - title and description used in the interface are now customizable via the `--title`
          and `--description` command-line options
        
        
        0.0.1 (2023-11-03)
        ------------------
        
        - initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
