5 ms·
I made a tool for visualizing text datasets in 2D or 3D: https://nebulate.ai https://nebulate.ai It runs a machine learning model in your browser to convert th
by gradys 6y ago
I made a tool for visualizing text datasets in 2D or 3D: https://nebulate.ai https://nebulate.ai
It runs a machine learning model in your browser to convert the text into points in a high dimensional space, and then it projects those points down to 2/3D.
Right now you can tell it to visualize post titles or comments from any subreddit or load an hourly updating snapshot of Twitter.
You can also view your own data in it by selecting the New Nebula option. The data never leaves the browser, which also means the ML models are run in-browser (via tensorflow.js). This part might be slow and only works in Chrome unfortunately.
If you're interested in this kind of thing, I'd love to hear from you! Here or by email (grady.hsimon at gmail)