Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 912 Bytes

File metadata and controls

16 lines (13 loc) · 912 Bytes

SOCRAT Projector

Background 📖

The tensorflow projector (https://projector.tensorflow.org/) is an open-source project maintained by Google. It's a great tool for users to visualize their data. However, there is no current API for it to be used as a component in other web project. We customized it, and made it a npm package. So that it can be embeded in any web project.

Usage 🪄

Install the package from npm
npm install socrat-projector

Add a div with id = "socrat-projector" as the entry point.
<div style="height:500px;width:1000px" id="socrat-projector"/>

Import the socratProjector and input the data str. ( Currently users have to convert the cvs file into string )
import socratProjector from 'socrat-projector'
socratProjector("1\t1\t1\n2\t2\t2")

About Us 👋

SOCRAT team from the MDP program in the University of Michigan