Spaces:
Sleeping
Sleeping
File size: 1,016 Bytes
6276941 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
[metadata]
name = nexus-signal-engine
version = 1.0.0
author = Jonathan Harrison
author_email = harrison82_95@hotmail.con
description = Adversarially robust, forensic-grade, agent-driven AI signal analysis and memory engine.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Raiff1982/Nexus-signal-engine
license = MIT
keywords = AI, ethics, signal-analysis, adversarial, memory, audit, NLP, explainable-AI
classifiers =
Intended Audience :: Science/Research
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Security
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy>=1.22
rapidfuzz>=3.0.0
nltk>=3.8
filelock>=3.13
tenacity>=8.2.3 |