Clinical data analytics agent
- Install Python dependencies
pip install -r requirements.txt
-
Install R according to the corresponding operating system.
-
Install IRkernel in R command line
install.packages('IRkernel')
IRkernel::installspec()
- Install tidyverse
install.packages('tidyverse')
(If the installation fails under Linux, please refer to: https://medium.com/@jamie84mclaughlin/installing-r-and-the-tidyverse-on-ubuntu-20-04-60170020649b)
- Add "model_name" to the
config.py
file. - Copy
. env. example
to. env
, then modify "OPENAI-API_KEY" or "DASHSCOPE.API_KEY".
streamlit run webui.py