Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Documentation? #9

Open
derwaldgeist opened this issue Jun 1, 2018 · 4 comments
Open

API Documentation? #9

derwaldgeist opened this issue Jun 1, 2018 · 4 comments

Comments

@derwaldgeist
Copy link

Hi, this seems to be exactly what I'd need for a 3D gesture recognition project. But there is no documentation on the API. So I am wondering how exactly the GRT API can be used in JavaScript?

@derwaldgeist derwaldgeist changed the title Documentation? API Documentation? Jun 1, 2018
@paulvarache
Copy link
Contributor

Hi, it is true we don't have any documentation at the moment as we are also working on the android version, https://github.com/KanoComputing/android-grt.
The best we can recommend at the moment is to look at the test file /test/index.js, it has example of all the API implemented. We try to respect the original grt API, so they shouldn't change that much, but were only able to implement a subset of it so far (TimeSeriesClassificationData, HMM and KMeansQuantizer)

If you need any more APIs to be implemented and have a bit of C++ experience, we welcome you to take a look at how the bindings work in the src directory and try to implement the missing classes/method/properties.

Thanks for showing interest in the project!

@derwaldgeist
Copy link
Author

derwaldgeist commented Jun 2, 2018

Thanks for the fast reply! Unfortunately, I am a JavaScript developer only, with no C++ experience. But I will look into it. Feel free to close this issue or keep it as a reminder for the missing docs :-)

@oishi89
Copy link

oishi89 commented Dec 11, 2018

@derwaldgeist I'm looking for a solution for my 3D gesture recognition project too. Did you figure out anything so far? If you don't mind could you please share some experiences.
Thanks

@oishi89
Copy link

oishi89 commented Dec 11, 2018

@paulvarache I saw this issue was be created a few months ago so just in case you have any document for now please share us
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants