Just a quick reminder; my MIT licensed open source project Resin [0] does pretty much of what WA does. It's free today and it will be free tomorrow. Free to use in production, to clone, fork, tear apart. Like WA
- it's a linguistic engine
- it has a query language
- there is a cloud you can use [1] if you don't want to host it on-premise
- it has high level API's for creating language models from JSON documents (or in other ways formatted)
- low level API's for creating whatever 64-bit vector space you might want
- tools that help you in the analysis phase
- tools for creating and deploy HTTP endpoints for reading from/writing to your model
Next week I'm freezing the API's for I will have reached v0.4, because by then, at my day job, we will have completed our first "AI powered" closed-sourced product based on Resin.
For this project to have any bearing and to stay alive and well (and free forever) I need your help. I need a community of contributors. Chip in, it's for a good cause!
Edit, and here are the links:
[0] https://github.com/kreeben/resin
[1] https://didyougogo.com (currently down, b/c maintenance)