Skip to content

Resources

Framework

  • Easy-to-build ML demo site
    • Gradio
    • Streamlit

Useful small lib


Image processing


Visualization Lib

  • matplotlib
    • like a base for every other lib
    • enough for simple 2d graph
  • seaborn
    • good for heatmap
  • plotly
    • great for 3d plot
  • Graphviz

Doc / Guide

Comments