pipboard
pipboard copied to clipboard
feature: dataset visualization
To improve the readability of datasets, it's good to add dataset visualization like Facets.
dependencies
Pipcook SDK must support an API to fetch the dataset, in rows or chunks?
supported task in v2.1
- [ ] image/text classification
@risenW @steveoni does dnotebook support to be integrated into other projects like Pipboard for some data debugging?
/cc @SirM2z @WenheLI
@risenW @steveoni does dnotebook support to be integrated into other projects like Pipboard for some data debugging?
/cc @SirM2z @WenheLI
By integration do you mean importing and using Pipboard library in dnotebook?
@risenW See https://pipboard.imgcook.com. The Pipboard is a web app for using Pipcook on a browser, and we hope the users are able to have dataset visualization, and that's so great if the users could use dnotebook's interactive programming :)
Shall we use dnotebook in library? BTW, I found another interesting project: https://github.com/opensource9ja/dnotebook-react, it actually looks what I'm looking for, one more question, what's the relationship between them?
Shall we use dnotebook in library? BTW, I found another interesting project: https://github.com/opensource9ja/dnotebook-react, it actually looks what I'm looking for, one more question, what's the relationship between them?
Dnotebook can be used for interactive programming. And this project: https://github.com/opensource9ja/dnotebook-react aims to re-build Dnotebook using react. Hence it is the same with the former, just that with react the implementation is easier and avoids too much hacking
dnotebook-react seems to be great to me :)