Python mental health AI application.
# To get into a nix-based development environment with python and conda
nix develop
# To authenticate with gcp
gcloud auth application-default login
# To run jupyter notebook
poetry run jupyter-notebook
# To run the streamlit app
poetry run streamlit run src/lighthearted/streamlit.py