This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "Appendix: Responses to improving conditions for outbreak modelling" | |
| date: "2024" | |
| output: html_document | |
| --- | |
| ```{r setup, include=FALSE} | |
| knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE) | |
| library(knitr) | |
| library(googlesheets4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| pip install outlines torch==2.4.0 transformers accelerate typing-extensions pillow pdf2image rich requests | |
| may need to install tkinter: https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter | |
| sudo apt-get install poppler-utils | |
| """ | |
| from enum import Enum | |
| from io import BytesIO |
OlderNewer