RI Microsimulator July 2021

This Repository contains the following sub-projects

  1. Microsimulaiton Files
  2. Dashboard Files

You can pull the files to your compputer and run them however for the simulation and dashboard you will need to isntall a local virtual enivronment in python.

here is the requiered steps to install the virtual environment and install the requierments.

Step 1. Using the terminal select the desired folder

Step 2. Create a vritual environment in the folder

Python3 -m venv venv

Step 3. Activate the vritual environment:

. venv/bin/activate

step 4. Install the requierments.

pip install -r requirement.txt

step 5. Install the ipykernel

conda install -c anaconda ipykernel
python -m ipykernel install --user --name=venv

If you would like to install the dashboard on a website follow the following instructions in the following guide

https://www.youtube.com/watch?v=WOWVat5BgM4

Microsimulation Wiki page

https://github.com/Shai2u/RI_Microsimulator_July2021/wiki

Microsimulation also in Colab

https://colab.research.google.com/drive/1YWgPleRSFMU0Jw2GtSkOPF7IKgyK9G4O?usp=sharing