GitHunt
IN

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

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

Languages

Python82.4%Less9.8%HTML3.8%PowerShell2.1%Batchfile1.8%Shell0.1%

Contributors

GNU General Public License v3.0
Created September 2, 2020
Updated November 28, 2022
Interactive-Media-Lab-Data-Science-Team/Interactive-Machine-Learning-Tool-for-Risk-Factor-Analysis | GitHunt