hal9
hal9 copied to clipboard
Hal9 — Create and Share Generative Apps
Working on a local change to reduce library to about 300KB; however, we should also move out of the library the script files to reduce this even further.
We would like to add a "selectable" parameter to our bar chart that allows users to: - Select a single bar on click - Output a `drilldown` output for other...
We would like to support more controls, we currently only have support for a website control: https://github.com/hal9ai/hal9ai/blob/main/scripts/controls/website.txt.js -- Community members have suggested we add support for others advanced controls like:...
Add a predict block for https://twitter.com/jason_mayes/status/1482243737426153474?s=21, implementation can be based of https://github.com/hal9ai/hal9ai/blob/main/scripts/predict/movenet.txt.js. This is a bit of a harder task, so definitely reach out at https://discord.gg/jP8W48EVa3 for details.
Add a predict block for https://github.com/tensorflow/tfjs-models/tree/master/toxicity, implementation can be based of https://github.com/hal9ai/hal9ai/blob/main/scripts/predict/movenet.txt.js.
Add a predict block for https://github.com/tensorflow/tfjs-models/tree/master/qna, implementation can be based of https://github.com/hal9ai/hal9ai/blob/main/scripts/predict/movenet.txt.js.
Add a predict block for https://github.com/tensorflow/tfjs-models/tree/master/deeplab, implementation can be based of https://github.com/hal9ai/hal9ai/blob/main/scripts/predict/movenet.txt.js.
Add a predict block for https://github.com/tensorflow/tfjs-models/tree/master/blazeface, implementation can be based of https://github.com/hal9ai/hal9ai/blob/main/scripts/predict/movenet.txt.js.
https://observablehq.com/@analyzer2004 https://twitter.com/analyzer2004/status/1397759058799599627?s=21
Would be really cool to add a `Spreadsheet` block to easily allow copy-paste and quick projections, we could use something like https://github.com/mengshukeji/Luckysheet.