This is a project of course Information Systems Design and Development in School of Information Management at WHU. In this project, we build a brain-cancer knowledge base and a user-oriented website based on it.
- back-end
We use python flask to provide RESTful API to the front-end. - data
Files as input or result of Python code. - front-end
A website built with Vue.js. - predict_associated_tumors
It contains the python code to predict associated tumors by calculating the text similarity. - build_ontology.py
Put data we gathered into Owl. - extract_brain_areas_and_symptoms.py
It does what the file name says. - reasoning_improve.py
In protege the reasoning result is a mass, thus we reason the associated_tumors by ourselves.
This is a multi-person collaboration project. After the project is integrated, it is inevitable that there will be some mistakes. If you have any problems, put forward in the Issue zone.