Code Monkey home page Code Monkey logo

covidreid's Introduction

CovidReid 校园COVID19接触人员智能排查系统

  • CISCN2020 作品赛 一等奖 参赛作品

系统组成

使用

  • 由于某些细节实现过程中的实际问题,本系统部分数据无法在Github提供cleaned-data。如有需要了解系统更多细节或实装使用,请联系[email protected]
  1. Clone Github代码
  2. 下载static数据:BaiduNetDisk 提取码:k8nu
  3. 解压到source_code文件夹下
  4. 运行环境:
  • Python 3(推荐3.5-3.7),
  • Django v2.2(重要!3.0的特性改动可能导致不能兼容!)
  • neo4j Community v4 + py2neo v5(请务必安装匹配版本!neo4j v3 == py2neo v4, neo4j v4 == py2neo v5, neo4j v4的内核改动导致大版本__不匹配完全无法使用__!)
  1. (对应文件夹下)python修改 source_code/datamanager/neo4jtools.py下的最后注释(if name == "main"后的所有内容),取消该段注释并运行neo4jtools.py进行数据入库。 注意:请确保neo4j服务处于启动状态。 datamanager/view.py中可以修改neo4j数据库连接的用户和密码,请注意修改。 对第5步可能出现的改动和问题,请联系[email protected]或提出issues

  2. python manage.py runserver启动系统网页,登录(admin, 123456)

  3. Extra 除了网页系统还想运行一下其它算法,了解系统更多原理:

  • 下载 部分算法 提取码:2hzi
  • 参考部分static文件夹数据夹中的代码
  • 其它算法参考“系统组成”一节提到的算法
  • 更多问题请联系[email protected],或提出issues

Info

作者:

上海交通大学 网络空间安全学院

covidreid's People

Contributors

caohaotiantian avatar pydxflwb avatar

Watchers

 avatar  avatar

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.