Giter Site home page Giter Site logo

wenhaofang / kgshow Goto Github PK

View Code? Open in Web Editor NEW
22.0 1.0 6.0 3.29 MB

本项目是一个知识图谱可视化程序,采用前后端分离技术实现,前端使用 Vue,后端使用 Flask

JavaScript 12.51% HTML 2.41% Vue 60.28% CSS 0.30% Python 24.50%
vue flask

kgshow's Introduction

KGShow (Knowledge Graph Show)

本项目是一个知识图谱可视化程序,采用前后端分离技术实现,前端使用 Vue,后端使用 Flask


前端部署

前端项目在 client 目录下,首先切换到此目录

cd client

安装依赖

npm install

启动项目,项目运行地址为 <127.0.0.1:8080>

npm run serve

后端部署

后端项目在 server 目录下,首先切换到此目录

cd server

安装依赖

pip install -r requirements.txt

爬取数据

爬取的数据将会放在 data 目录下,分别保存为 entities.csvrelation.csv

项目中已提供爬取好的数据,你也可以运行以下命令重新爬取

python util/crawl.py

启动项目,项目运行地址为 <127.0.0.1:5000>

python index.py

效果展示

效果展示

kgshow's People

Contributors

wenhaofang avatar

Stargazers

付岩 avatar  avatar  avatar 小方块 avatar gpt avatar  avatar  avatar  avatar  avatar Hunter Zhang avatar xx avatar TeKunTA avatar Filbert avatar  avatar  avatar  avatar Chao Jiang avatar  avatar  avatar  avatar  avatar Treasure avatar

Watchers

 avatar

kgshow's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.