Skip to content

LM233/tensorProjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published