The application is based on the research paper. The github repo of the paper can be found here.
# change the path to the project folder
cd path/to/project_folder
# create conda virtual environment
conda env create -f environment.yml
The environment file can be found here.
# activate the environment
source activate trs_pred
# start the application
python app.py
This will initiate an application window.
You may enter the information and press calculate. The predicted probability will be shown on the right panel.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The application is available under the MIT license.
@article{TYWong,
title={}
author={}
year={}
}