klinic / README.md
maseiler's picture
Update Readme
2408e3d
|
raw
history blame
No virus
845 Bytes
metadata
title: Klìnic
emoji: 👍🏻
colorFrom: pink
colorTo: blue
sdk: streamlit
sdk_version: 1.34.0
app_file: app.py
pinned: false

Klìnic

Architecture

alt text

Prerequisites

  • git lfs
  • pip install -r requirements.txt

Setup

  1. get pre-processed data
    git lfs fetch --all
    git lfs checkout
    
  2. Start the IRIS Docker container:
    docker-compose up -d
    
  3. Start a Jupyter Notebook
  4. before using the web app for the first time, run database.ipynb
  5. run the app: streamlit run app.py

Debugging