Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuarua/windows-ml-ane
This is a Windows AIR Native Extension to test Windows Machine Learning
https://github.com/tuarua/windows-ml-ane
actionscript adobe-air air-native-extensions csharp machine-learning uwp
Last synced: about 2 months ago
JSON representation
This is a Windows AIR Native Extension to test Windows Machine Learning
- Host: GitHub
- URL: https://github.com/tuarua/windows-ml-ane
- Owner: tuarua
- Created: 2018-05-17T20:54:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:26:13.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:22:33.439Z (8 months ago)
- Topics: actionscript, adobe-air, air-native-extensions, csharp, machine-learning, uwp
- Language: C#
- Homepage:
- Size: 2.3 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Windows ML ANE
This is a Windows AIR Native Extension to test [Windows Machine Learning](https://docs.microsoft.com/en-gb/windows/uwp/machine-learning/).
It also serves as a useful reference for how to call UWP APIs from a C# based ANE.----------
#### The ANE + Dependencies
From the command line cd into /example and run:
````shell
PS get_dependencies.ps1
`````##### Windows Installation - Important!
The C# binaries(dlls) are now packaged inside the ANE. All of these **need to be deleted** from your AIRSDK.
FreSharp.ane is now a required dependency for Windows.* This ANE was built with MS Visual Studio 2015. As such your machine (and user's machines) will need to have Microsoft Visual C++ 2015 Redistributable (x86) runtime installed.
https://www.microsoft.com/en-us/download/details.aspx?id=48145* This ANE also uses .NET 4.7 Framework. This is included with Windows 10 April Update 2018.
### Prerequisites
You will need:
- Windows 10 October Update 2018 (1809)
- .NET 4.7
- AIRSDK 32
- Visual Studio 2017
### References
- https://docs.microsoft.com/en-gb/windows/uwp/machine-learning/
- https://blogs.windows.com/buildingapps/2017/01/25/calling-windows-10-apis-desktop-application/#3h4lsKlIalPxRWet.97
- https://msdn.microsoft.com/en-us/library/windows/desktop/mt695951(v=vs.85).aspx