Siyuan Zhao and G. Elisabeta Marai
This project uses data from Bio+Med Challenge 2024 and Visium data from Kleshchevnikov et al., 2022, filter by sample ST8059049
This project uses Flask to provide data and API and React to provide data display
-
Install and update using pip
-
Go to RedesignChallenge/Backend folder
-
Create venv environment(Mac command)
python -m venv venv -
Run venv environment(Mac command)
source venv/bin/activate -
You'll need Flask and other related packages installed
pip install -r requirements.txt -
Run the Flask Application
python server.py
-
Go RedesignChallenge/Frontend folder
-
Install Node.js(if you do not have on your local machine)
-
Install necessary packages
npm install -
Run the React
npm start
