| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
iris-fhir-python-strategyPython hooks on IRIS FHIR Repository/Facade | G | Docker Python | 0.0 (0) | 07 Jul, 2023 | ||
![]() RecyclerAn app that makes recycling easy | O | Docker Python | 5.0 (1) | 06 Jul, 2023 | ||
InterSystems Ideas Waiting to be ImplementedAI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code. A 3Votes1Comments | ||||||
![]() IRIS Data Migration ManagerThis application allows you to import data into IRIS from various sources in a simple way. | O | Docker Python | 5.0 (1) | 02 Jul, 2023 | ||
interoperability_GPTdemonstrates how to use the GPT chat with Intersystems IRIS | Docker Python AI | 0.0 (0) | 02 Jul, 2023 | |||
AI text detectionIs your text generated by AI? | O | Docker Python AI ML ML | 4.7 (3) | 01 Jul, 2023 | ||
ririsRemote InterSystems IRIS command execution | P | Docker Python | 3.8 (2) | 28 May, 2023 | ||
Customer churn predictorChecking customer churn with IntegratedML | O | Docker Python ML ML | 5.0 (2) | 28 Apr, 2023 | ||
![]() Sheep’s GalaxyExample of using InterSystems IRIS Cloud SQL and IntegratedML | M | Docker Python ML ML | 2.0 (1) | 21 Apr, 2023 | ||
isc-cloud-sql-python-demoA simple python and flask app with IRIS Cloud SQL on back | Python | 5.0 (1) | 23 Mar, 2023 | |||
python-globals-serializer-exampleSerialization of Python objects in IRIS globals | Docker Python IPM | 5.0 (1) | 05 Mar, 2023 | |||
![]() blockchain - [ IRIS python ]Save your logs in a blockchain structure | Docker | 4.5 (1) | 04 Feb, 2023 | |||
iris-pero-ocrOCR demo for IRIS | G | Docker Python ML ML | 5.0 (1) | 06 Dec, 2022 | ||
ipython-iris-magic%%iris magic for IPython, can run ObjectScript command in Notebooks | G | Docker Python | 0.0 (0) | 02 Dec, 2022 | ||
![]() Contest-FHIREasy CSV to FHIR to SQL to JUPYTER in full PYTHON | L | Docker Python | 4.5 (1) | 29 Nov, 2022 | ||
IrisWrappedA Pythonic wrapper for Intersystems IrisNative API | A | Python | 4.0 (1) | 24 Nov, 2022 | ||
iris-dollar-listInterpretor of $list for python | G | Python | 5.0 (1) | 28 Oct, 2022 | ||
![]() zpipPython pip extension for InterSystems Products | N | Docker IPM | 4.8 (2) | 28 Oct, 2022 | ||
grpc-iris-interopProof of concept of a gRPC implementation with IRIS | G | Docker Python | 5.0 (1) | 01 Oct, 2022 | ||
iris-python-interoperability-templateA template to build interoperability component in pure python | G | Docker Python | 5.0 (1) | 27 Sep, 2022 | ||
Sustainable Machine LearningSustainable Machine Learning for the InterSystems contest | L | Docker Python IPM | 4.5 (1) | 11 Sep, 2022 | ||
iris-fine-tuned-mlTrain and tune a machine learning model using IRIS and Python | L | Docker Python ML ML | 4.0 (1) | 24 Aug, 2022 | ||
iris-web-scrapingSimple web scraping using full Python in IRIS | L | Docker Python | 4.5 (1) | 24 Aug, 2022 | ||
iris-python-flask-api-templateThe simplest template with REST CRUD for InterSystems IRIS | L | Docker Python | 4.5 (1) | 17 Aug, 2022 | ||
fhir-orga-dtThis is a simple full python IRIS production that gather information from a csv, use a DataTransformation to make it into a FHIR object and then, save that information to a FHIR server. | L | Docker Python | 4.5 (1) | 17 Aug, 2022 | ||
formation-template-pythonFormation to learn InterSystems' interoperability framework using python | L | Docker Python | 5.0 (1) | 17 Aug, 2022 | ||
![]() iris-local-mlHow to use Python and IRIS to run Machine learnings algorithms | L | Docker Python AI ML ML | 4.0 (1) | 02 Aug, 2022 | ||
![]() iris-fix-protocolIntegration of the FIX protocol inside IRIS using Python | L | Docker Python | 0.0 (0) | 28 Jul, 2022 | ||
django-iris-templateTemplate to build Django application with an IRIS database | G | Docker Python | 4.5 (2) | 27 Jul, 2022 | ||
![]() ObjectScript KernelExecute ObjectScript in Jupyter Notebook | Docker Python | 5.0 (1) | 18 Jul, 2022 | |||
![]() ESKLPApplication demonstrates using Python and InterSystems IRIS to resolve linear regression in task of checking similarity of two text strings | Docker | 4.5 (1) | 04 Jun, 2022 | |||