Live demo of predictive vital measurement from browser using Tensorflow.js
An example of deploying deep learning model in browser using tensorflow.js
An example of deploying deep learning model in browser using tensorflow.js
Presenting an API is never going to be attractive. In this post, I documented my approach of developing a web page on top of existing API using FastAPI + Vue.js technology stack.
Want to include a data summary as quick reference in your Jupyter notebooks ? I used to have summarytools package in R to do this. I miss that one when I’m doing python projects. So I developed a similar python function with some additional widgets. Please check out this post if you are interested.
sharing a range of packages and tips to build a reproduciable analysis presentation in R markdown
R users have been complaining about the package version control for a long time. We admire python users, who can use simple commands to save and restore the packages with correct versions. The good news is that, RStudio recently introduced renv package to manage the local dependency and environment, filling the gap between R and python. renv resembles the conda / virtualenv concept in python.