Interactive-Media-Lab-Data-Science-Team / Interactive-Machine-Learning-Tool-for-Risk-Factor-Analysis

Risk Factor Analysis for Medical Data, Open-source Machine Learning Platform

Home Page:https://rfa-tool.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Machine Learning Tool for Risk Factor Analysis

For Medical Data Analysis


Dependencies

Python Flask Flask-Assets Pandas Dash Plotly GitHub Last Commit

Dataset

Installation

Installation via requirements.txt:

for Mac/Linux development

$ git clone https://github.com/Interactive-Media-Lab-Data-Science-Team/Data-Preprocessing-Tool.git
$ cd Data-Preprocessing-Tool
$ python3 -m venv myenv
$ source myenv/bin/activate
$ pip3 install -r requirements.txt
$ export FLASK_ENV=development
$ flask run

for Windows development

$ git clone https://github.com/Interactive-Media-Lab-Data-Science-Team/Data-Preprocessing-Tool.git
$ cd Data-Preprocessing-Tool
$ python3 -m venv myenv
$ myenv/Scripts/activate
$ pip3 install -r requirements.txt
$ set FLASK_ENV=development
$ flask run

Installation via Pipenv:

$ git clone https://github.com/Interactive-Media-Lab-Data-Science-Team/Data-Preprocessing-Tool.git
$ cd Data-Preprocessing-Tool
$ pipenv shell
$ pipenv update
$ flask run

About

Risk Factor Analysis for Medical Data, Open-source Machine Learning Platform

https://rfa-tool.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:Python 82.4%Language:Less 9.8%Language:HTML 3.8%Language:PowerShell 2.1%Language:Batchfile 1.8%Language:Shell 0.1%