AleCioc / k2_dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K2 & OAI

FAQ

  • I get errors when I import modules, likely due to the code being stored in src.

If you are using PyCharm, make sure to check the src folder as Source root, as explained here and here. With VS Code, make sure you set up the ExtraPaths in the settings: see this answers on StackOverflow and here for the official list of settings for Python.

  • How do I launch the dashboard?

If you are using poetry to manage the dependencies, run:

poetry run streamlit run main.py

If you used the requirements.txt to instantiate a virtual environment, then it suffices to execute this:

streamlit run app.py

About


Languages

Language:Python 99.8%Language:Dockerfile 0.2%