Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 315 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 315 Bytes

Setup

  1. Get Aleph Alpha API Token.
    1. Goto your personal profile page.
    2. Click on "Create Token".
    3. Save the generated token.
  2. Setup python environment
    1. Run poetry install
  3. Start streamlit app
    1. Run poetry run streamlit run ./day_1/app.py