Skip to content

nafiul-nipu/lancet-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype Interface

Prototype

Getting Started With The Frontend

In the project folder run

npm install

then run

npm start

Python Backend Guide

Python version <3.8 for rpy2

Create an ancaonda environment :

conda create -n lancet

Activate the environment:

conda activate lancet

Install necessary packages : c Install R globally

  1. Install Flask -

conda install -c anaconda flask

  1. Install Flask_CORS -

conda install -c anaconda flask-cors

  1. Install Pandas -

conda install -c anaconda pandas

  1. Insall Numpy -

conda install -c anaconda numpy

  1. Install rpy2 -

conda install -c r rpy2

  1. Install r-prodlim -

conda install -c conda-forge r-prodlim

  1. Install r-pec -

conda install -c conda-forge r-pec

Navigate to api folder then run

python backend.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published