new plugin

This commit is contained in:
2026-09-10 15:50:03 -07:00
parent e7d2f5bc57
commit 278d65f8f0
9 changed files with 889 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
"""
Filename: __init__.py
Description: machine-learning-pack plugin
Author: Tyler de Zeeuw
License: GPL-3.0
"""
import base64
import io
import json
+1 -1
View File
@@ -6,5 +6,5 @@
"description": "Machine Learning on Processed fNIRS Data.",
"min_app_version": "1.7.0",
"platforms": ["win_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/machine-learning-pack-win-x64.zip"
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/machine-learning-pack.zip"
}