sharmalab / VizRec

Deep learning guided visual exploration of data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VizRec

CircleCI License HitCount

Deep Learning Guided Visual Exploration of Data

Why VizRec

VizRec recommends visualizations that are more interesting and efficient with the Deep Learning Models on well formatted input data.

Quickstart Guide

git clone https://github.com/sharmalab/VizRec.git
pip install -r requirements.txt
cd VizRec 
python3 ingestion/run.py
cd query/
sudo npm install
sudo npm run dev

With Docker

git clone https://github.com/sharmalab/VizRec.git
docker-compose build
docker-compose up

Download mongo connector and run bin/mongosqld to run queries with sql

Gallery

Generate Schema

Schema

Visualize

Visualize

Chart Types

Visualize

Contributing

Feel free to send pull requests or report any issues. We'll be glad to incorporate meaningful ones

License

This project is licensed under Apache 2.0 License

About

Deep learning guided visual exploration of data.

License:Apache License 2.0


Languages

Language:HTML 44.3%Language:Python 42.7%Language:JavaScript 10.7%Language:Dockerfile 2.3%