Deep Learning Guided Visual Exploration of Data
VizRec recommends visualizations that are more interesting and efficient with the Deep Learning Models on well formatted input data.
git clone https://github.com/sharmalab/VizRec.git
pip install -r requirements.txt
cd VizRec
python3 ingestion/run.py
cd query/
sudo npm install
- Update
.env
from cube.dev
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
Feel free to send pull requests or report any issues. We'll be glad to incorporate meaningful ones
This project is licensed under Apache 2.0 License