GithubHelp home page GithubHelp logo

jsonspark's Introduction

jsonspark

Command line tool for depicting numerical values within sequences of JSON data as spark lines in the terminal.

The following JSON:

[
  {
    "averageLoss": 1.3072037222204602,
    "accuracy": 0.7961115007048624
  },
  {
    "averageLoss": 1.0950766502916955,
    "accuracy": 0.8284353658266508
  },
  {
    "averageLoss": 1.0659628237911414,
    "accuracy": 0.8341821064915779
  },
  {
    "averageLoss": 1.0561794574499441,
    "accuracy": 0.8361791368768862
  },
  {
    "averageLoss": 1.0519946308009303,
    "accuracy": 0.8371011584581296
  },
  {
    "averageLoss": 1.0507322509047852,
    "accuracy": 0.8374584676416922
  },
  {
    "averageLoss": 1.0509473261079354,
    "accuracy": 0.8376648443177903
  },
  {
    "averageLoss": 1.0513566022246583,
    "accuracy": 0.8379441199332248
  },
  {
    "averageLoss": 1.051017922874153,
    "accuracy": 0.8381535767726236
  },
  {
    "averageLoss": 1.0509318358121373,
    "accuracy": 0.8383845952442855
  },
  {
    "averageLoss": 1.050666877902315,
    "accuracy": 0.8385550356174658
  },
  {
    "averageLoss": 1.0504042720981572,
    "accuracy": 0.8387182886937977
  },
  {
    "averageLoss": 1.0511238890230516,
    "accuracy": 0.8384277192320015
  },
  {
    "averageLoss": 1.0514740070664277,
    "accuracy": 0.8385273134709509
  }
]

will generate this JSON summary:

{
  "accuracy": "▁▇████████████",
  "averageLoss": "█▂▁▁▁▁▁▁▁▁▁▁▁▁"
}

jsonspark's People

Contributors

robertsdionne avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.