A Streamlit application to assist with health and longevity using AI.
data/
: Contains datasets.notebooks/
: Jupyter notebooks for exploratory data analysis and prototyping.src/
: Source code for data processing and model building.streamlit_app/
: Streamlit app files.
pyenv activate PerformAI
pip install -r requirements.txt
streamlit run streamlit_app/app.py