Text Data Visualizer with Django
It is hard for non-developer to visualize data.
But if you use IDEA, you can visualize data easily.
URL: Deployment has been stopped.
Please feel free to provide feedback If Project: IDEA
have any problems.
If you want to test Project: IDEA
locally on your environment,
The followings are required.
$ pip install -r requirements.txt
Make .secrets
directory at ROOT_DIR
Make base.json
at /.secrets
Form of base.json
{
"SECRET_KEY": "<SECRET_KEY>"
}
Input your Django SECRET_KEY at <SECRET_KEY>
.
You have to set backend parameter in your matplotlibrc
.
Normally, it is located at ~/.matplotlib
.
Open matplotlibrc
file and set backend parameter like below.
backend : Agg
There are four separate settings.py. It is recommended that you use files for local.(local.py
)
Set the environment variable through the code below and run the server.
$ export DJANGO_SETTINGS_MODULE=config.settings.local
Semantic Network Analysis (Interactive) (with ECharts - Les Miserables)
Word Cloud
If you have some data which you want to visualize,
just put it in IDEA.
Then click Visualization button!
See HISTORY.md
Copyright 2018.DevBruce.All rights reserved.
Licensed under the GNU General Public License v3.0
See NOTICE/README.md