catezi / cdc

cdc流调项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Epidemiological Investigation Platform (Demo)

SmartEIP is an AI-empowered platform for the epidemiological investigation. Leveraging the maximal clique algorithm, prevalent multi-hop reasoning model, and computer visualization techniques, SmartEIP provides strong assistance to epidemiologists in conducting an epidemiological investigation.

For now, the demo version of SmartEIP includes complete client side and server side, while the AI part is under implementing. It has been deployed to multiple outbreaks in China and gets highly appreciated by professionals.

To run the client side, use yarn:

cd fe
yarn
yarn next build
yarn next start

you may be troubled with following error message:

./node_modules/@antv/g6-pc/es/graph/controller/layout.js Attempted import error: 'LayoutWorker' is not exported from '../../layout/worker/layout.worker'.

Please remove the curly brackets of import { LayoutWorker } in fe/node_modules/@antv/g6-pc/es/graph/controller/layout.js:6

To run the server side, use python

cd lc/django_app
python3 manage.py runserver <ip>:<port>

you should deploy mysql, create your user account, and migrate tables settings

About

cdc流调项目

License:MIT License


Languages

Language:TypeScript 38.5%Language:Python 23.2%Language:JavaScript 19.9%Language:HTML 14.3%Language:SCSS 2.8%Language:CSS 1.1%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Less 0.0%