rdonalson / Histogram-Coding-Challenge

Histogram Coding Challenge for VAE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Histogram-Coding-Challenge

Caveat: The API uses a GET with a string argument that is limited in size due URL length restrictions

#TODO: Restructure API to use a POST or PUT that can carry a large payload and still return the data needed.

Histogram Coding Challenge for VAE Steps to Run:

  1. Download project
  2. Open Visual Studio project in VS 2019
  3. Run the the Histogram.API project
  4. Open Histogram.UI in VS Code
  5. Open a Terminal run nmp install to get the node_modules
  6. Then Run the project with npm start
  7. Home page opens, click on the Dashboard link
  8. Default phrase processed is "The quick brown fox and the quick blue hare"
  9. The chart & list will display the Bigram counts
  10. Enter another phrase "The quick brown fox and the quick blue hare The quick brown fox and the quick blue hare The quick brown fox and the quick" and see the result.

About

Histogram Coding Challenge for VAE

License:MIT License


Languages

Language:TypeScript 64.1%Language:C# 21.9%Language:JavaScript 6.6%Language:HTML 6.4%Language:SCSS 1.0%