Metadata-Version: 1.1
Name: AIKIF
Version: 0.1.8
Summary: Artificial Intelligence Knowledge Information Framework
Home-page: https://github.com/acutesoftware/AIKIF
Author: Duncan Murray
Author-email: djmurray@acutesoftware.com.au
License: GNU General Public License v3 (GPLv3)
Description: AIKIF - Artificial Intelligence Knowledge Information Framework
        
        This is an information classification framework that maps structured or freeform data to 
        a standard knowledge store.
        
        Manages a dataset of your applications, the source data, parameters, runs and results and then uses your business rules to convert and store the information in a machine usable format.
        
        Your AI software can link to AIKIF by setting up logging watch-points to define success / 
        failure along with the range of input parameters. Goals and plans are defined by breaking 
        them down to smaller tasks until the task can be run by a tool in the Toolbox.
        
        A tool is any python wrapped function or application and is easily extensible.
        
        
        Quick Start
        ===========
        
        >> pip install aikif
        
        or get latest info from  https://github.com/acutesoftware/AIKIF 
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
