{"id":20948447,"url":"https://github.com/devbruce/idea","last_synced_at":"2025-05-14T02:30:57.167Z","repository":{"id":33590706,"uuid":"145210293","full_name":"devbruce/IDEA","owner":"devbruce","description":"Text Data Visualizer with Django","archived":false,"fork":false,"pushed_at":"2022-11-22T03:04:43.000Z","size":6039,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-02-28T14:52:13.959Z","etag":null,"topics":["data-visualization","django","semantic-network-analysis","wordcloud-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devbruce.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-18T10:18:32.000Z","updated_at":"2020-12-10T09:36:01.000Z","dependencies_parsed_at":"2023-01-15T01:45:24.394Z","dependency_job_id":null,"html_url":"https://github.com/devbruce/IDEA","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FIDEA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FIDEA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FIDEA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbruce%2FIDEA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbruce","download_url":"https://codeload.github.com/devbruce/IDEA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225270955,"owners_count":17447692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","django","semantic-network-analysis","wordcloud-generator"],"created_at":"2024-11-19T00:18:59.432Z","updated_at":"2024-11-19T00:19:00.032Z","avatar_url":"https://github.com/devbruce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IDEA (Text Data Visualizer)\n\n![django-version-2.1.2](https://img.shields.io/badge/django-v2.1.2-brightgreen.svg)\n![python-version-3.6.7](https://img.shields.io/badge/python-3.6.7-blue.svg)\n![GitHub](https://img.shields.io/github/license/DevBruce/IDEA.svg)  \n![GitHub release](https://img.shields.io/github/release/DevBruce/IDEA.svg)\n![GitHub Release Date](https://img.shields.io/github/release-date/DevBruce/IDEA.svg)\n\n## Intro \u0026 Purpose\n\nIt is hard for non-developer to visualize data.  \nBut if you use IDEA, you can **visualize data easily.**  \n\n- URL: Deployment has been stopped.\n\n- Please feel free to provide feedback If `Project: IDEA` have any problems.\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Requirements\n\nIf you want to test `Project: IDEA` locally on your environment,  \nThe followings are required.  \n\n- [mecab-ko](https://bitbucket.org/eunjeon/mecab-ko)\n\n- [mecab-ko-dic](https://bitbucket.org/eunjeon/mecab-ko-dic)\n\n\u003cbr\u003e\n\n### Python Packages\n\n```bash\n$ pip install -r requirements.txt\n```\n\n\u003cbr\u003e\n\n### Secret Data\n\n1. Make `.secrets` directory at `ROOT_DIR`\n\n2. Make `base.json` at `/.secrets`\n\n\u003cbr\u003e\n\nForm of `base.json`\n\n```json\n{\n  \"SECRET_KEY\": \"\u003cSECRET_KEY\u003e\"\n}\n```\n\nInput your Django SECRET\\_KEY at `\u003cSECRET_KEY\u003e`.  \n\n\u003cbr\u003e\n\n### matplotlibrc\n\nYou have to set backend parameter in your `matplotlibrc`.  \n\nNormally, it is located at `~/.matplotlib`.  \n\nOpen `matplotlibrc` file and set backend parameter like below.\n\n```\nbackend : Agg\n```\n\n\u003cbr\u003e\n\n### Set Environment Variable\n\nThere are four separate settings.py. It is recommended that you use files for local.(`local.py`)  \nSet the environment variable through the code below and run the server.  \n\n```bash\n$ export DJANGO_SETTINGS_MODULE=config.settings.local\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Two Types Of Visualization\n\n- Semantic Network Analysis (Interactive) (with [ECharts](http://echarts.baidu.com/) - [Les Miserables](http://www.echartsjs.com/examples/editor.html?c=graph))\n\n- Word Cloud\n\n\u003cbr\u003e\u003cbr\u003e\n\n## How To Use\n\nIf you have some data which you want to visualize,  \njust put it in IDEA.  \nThen click Visualization button!\n\n\u003cbr\u003e\u003cbr\u003e\n\n## History\n\n[![GitHub release](https://img.shields.io/github/release/DevBruce/IDEA.svg)](https://github.com/DevBruce/IDEA/releases)\n[![GitHub Release Date](https://img.shields.io/github/release-date/DevBruce/IDEA.svg)](https://github.com/DevBruce/IDEA/releases)\n\nSee [HISTORY.md](./HISTORY.md)\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Preview\n\n- **Home** / **Config Page**\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"./preview/home.png\"\u003e\n\u003cimg src=\"./preview/home.png\" width=\"400\" height=\"240\"\u003e\n\u003c/a\u003e\n\u003ca href=\"./preview/config.png\"\u003e\n\u003cimg src=\"./preview/config.png\" width=\"400\" height=\"240\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n- **Semantic Network Analysis (Interactive)** / **Word Cloud**\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"./preview/sna.png\"\u003e\n\u003cimg src=\"./preview/sna.png\" width=\"400\"\u003e\n\u003c/a\u003e\n\u003ca href=\"./preview/wc.png\"\u003e\n\u003cimg src=\"./preview/wc.png\" width=\"400\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Copyright\n\nCopyright 2018.DevBruce.All rights reserved.  \nLicensed under the GNU General Public License v3.0  \n\n\u003cbr\u003e\u003cbr\u003e\n\n## Reference\n\nSee [NOTICE/README.md](./NOTICE/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbruce%2Fidea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbruce%2Fidea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbruce%2Fidea/lists"}