All Projects → xjtushilei → ComplexNetwork

xjtushilei / ComplexNetwork

Licence: other
中国娱乐圈关系挖掘,可以快速的查询明星之间的关系。This is a complex network of course assignments. The realization of the relationship analysis and visualization of China's entertainment industry, you can quickly query the relationship between the stars

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ComplexNetwork

covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+295.83%)
Mutual labels:  neo4j, knowledge-graph
nlm
Memory for Knowledge Graph, using Neo4j. 知识图谱存储与查询。
Stars: ✭ 43 (+79.17%)
Mutual labels:  neo4j, knowledge-graph
knowledge-graph
Graph Data Visualization Demo| 图数据搜索可视化应用案例
Stars: ✭ 30 (+25%)
Mutual labels:  neo4j, knowledge-graph
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (+141.67%)
Mutual labels:  neo4j, knowledge-graph
Web kg
爬取百度百科中文页面,抽取三元组信息,构建中文知识图谱
Stars: ✭ 549 (+2187.5%)
Mutual labels:  neo4j, knowledge-graph
Kglab
Graph-Based Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, RDFlib, pySHACL, RAPIDS, NetworkX, iGraph, PyVis, pslpython, pyarrow, etc.
Stars: ✭ 98 (+308.33%)
Mutual labels:  neo4j, knowledge-graph
Stock Knowledge Graph
利用网络上公开的数据构建一个小型的证券知识图谱/知识库
Stars: ✭ 1,182 (+4825%)
Mutual labels:  neo4j, knowledge-graph
Economic audit knowledge graph
经济责任审计知识图谱:网络爬虫、关系抽取、领域词汇判定
Stars: ✭ 98 (+308.33%)
Mutual labels:  neo4j, knowledge-graph
OLGA
an Ontology SDK
Stars: ✭ 36 (+50%)
Mutual labels:  knowledge-graph
PyEmbeo
graph embeddings for neo4j in python
Stars: ✭ 25 (+4.17%)
Mutual labels:  neo4j
Market-Trend-Prediction
This is a project of build knowledge graph course. The project leverages historical stock price, and integrates social media listening from customers to predict market Trend On Dow Jones Industrial Average (DJIA).
Stars: ✭ 57 (+137.5%)
Mutual labels:  knowledge-graph
neo4j-faker
Use faker cypher functions to generate demo and test data with cypher
Stars: ✭ 30 (+25%)
Mutual labels:  neo4j
assertj-neo4j
Assertions for Neo4J
Stars: ✭ 13 (-45.83%)
Mutual labels:  neo4j
knowledge-graph-change-language
Tools for working with KGCL
Stars: ✭ 14 (-41.67%)
Mutual labels:  knowledge-graph
neo4j-expire
GraphAware Module for Expiring (Deleting) Nodes and Relationships
Stars: ✭ 30 (+25%)
Mutual labels:  neo4j
ZS-F-VQA
Code and Data for paper: Zero-shot Visual Question Answering using Knowledge Graph [ ISWC 2021 ]
Stars: ✭ 51 (+112.5%)
Mutual labels:  knowledge-graph
twitch-project
A weekly stream in which I build a web application with Neo4j and Typescript
Stars: ✭ 78 (+225%)
Mutual labels:  neo4j
BiLSTM-and-CNN-for-Link-Prediction
Keras implementation of path-based link prediction model for knowledge graph completion
Stars: ✭ 17 (-29.17%)
Mutual labels:  knowledge-graph
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  knowledge-graph
R-MeN
Transformer-based Memory Networks for Knowledge Graph Embeddings (ACL 2020) (Pytorch and Tensorflow)
Stars: ✭ 74 (+208.33%)
Mutual labels:  knowledge-graph

中国娱乐圈关系挖掘

实现了中国娱乐圈的关系分析和可视化工作,可以快速的查询明星之间的关系。This is a complex network of course assignments. The realization of the relationship analysis and visualization of China's entertainment industry, you can quickly query the relationship between the stars

更多介绍请移步 other.md

效果预览

因服务器不是个人的,2年后不知道还能访问不!

在线预览

环境准备

  1. jdk1.8
  2. mongodb 3.6及以上
  3. Tomcat 8及以上
  4. neo4j 社区版(非个人桌面版)安装教程官网就有,注意事项是 安装此软件需要安装到(Windows service),安装成功后打开 http://localhost:7474/ 然后设置新密码

编译项目

  1. 下载源码

  2. 解压后按需修改src\main\java\com\xjtushilei\complexnetwork\config中的neo4j和mongodb数据库口令配置

  3. 执行 gradlew build( 不用单配gradle)编译打包,完成后在 build 目录下的libs将生成 ROOT.war

部署

  1. 将 war 包部署到 Tomcat 的 webapps 目录下,然后启动服务器,注意查看 logs 目录下的日志情况,是否有报错
  2. post访问 http://localhost:8080/api/init 进行数据插入到neo4j数据库中,一次插入,终身体验
  3. 浏览器访问 http://localhost:8080/(tomcat默认) ,开始体验

系统截图

部分算法

展示所有路径

统计功能

截止2018年5月10日11:40:38 已经有这么多独立ip访问!这么多次浏览!(之前丢过一次数据,大概800多ip,3000次访问)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].