├── .github └── FUNDING.yml ├── FAQ.md ├── Implementation.md ├── LICENSE ├── README.md ├── Revisions.md ├── SPEC.md └── dataformats.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/FAQ.md -------------------------------------------------------------------------------- /Implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/Implementation.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/README.md -------------------------------------------------------------------------------- /Revisions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/Revisions.md -------------------------------------------------------------------------------- /SPEC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/SPEC.md -------------------------------------------------------------------------------- /dataformats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaturalIntelligence/nimn-spec/HEAD/dataformats.png --------------------------------------------------------------------------------