8000 GitHub - akash2408/js_arules: Exposing Apriori algorithm to the web. Online: https://bacloud14.github.io/js_arules/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akash2408/js_arules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js_arules

https://bacloud14.github.io/js_arules/

Basically, this tiny js application accessible through a single page, uses directly the following projects:

Otherwise, it just exposes them to the Web.

Glimpse of UI

HOME Screenshot

Contribution

Please see open issues, fork and pull request after manually testing some CSV files:

One good example can be downloaded:

https://www.stats.govt.nz/assets/Uploads/Environmental-economic-accounts/Environmental-economic-accounts-2020-tables/Download-data/renewable-energy-stock-account-2007-18.csv

Test

There is obviously no automated testing, so manually verify browser console for errors, and the following functionalities that comes to mly mind should be verified:

  • Loading bar
  • Output section for plain text mined results
  • Data preview
  • Visualization: Visualizations must comply with mined results (correct relationships and colorized groups)
    • Adjacency matrix
    • Weighted graph that

Quick editing on Glitch:

https://glitch.com/~js-arules

Docker Image

This docker image simply serves the sites static content on port 80.

Build

To build the image simply run docker build -t IMAGE_NAME ..

Run

To start serving the website, run docker run -d -p 8080:80 IMAGE_NAME .. Now you can go to http://localhost:8080 and access Interactive Arrays!

About

Exposing Apriori algorithm to the web. Online: https://bacloud14.github.io/js_arules/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • HTML 12.7%
  • CSS 11.7%
0