Skip to content
/ osuman Public

LLM agent for data analysis of observational clinical study

License

Notifications You must be signed in to change notification settings

marswen/osuman

Repository files navigation

OSUMAN

Clinical data analytics agent

Installation

  1. Install Python dependencies
pip install -r requirements.txt
  1. Install R according to the corresponding operating system.

  2. Install IRkernel in R command line

install.packages('IRkernel')
IRkernel::installspec()
  1. 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)

Run

  • 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

About

LLM agent for data analysis of observational clinical study

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages