Skip to content

PAMepi/PAMepi_models_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PAMepi Dashboard

This directory contains code of a dashboard used to explore and compare epidemiological models aiming to predict the evolution of an epidemic.

Current Frontend

image

image

Running Locally

Clone the project

  git clone https://github.com/PAMepi/PAMepi_models_dashboard.git

Enter the project directory

  cd PAMepi_models_dashboard

Running Frontend

Enter the frontend directory

  cd frontend

Install the frontend dependencies

  npm install

Start the server

  ng serve

Running Backend

Enter the backend directory

  cd backend

Create Environment

  conda env create -f environment.yml

Active Fastapi

  conda activate fastapi

Start the server

  uvicorn main:app --reload

Deploy Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors