β οΈ Spoiler Alert: This repository contains the full implementation, including solutions to the challenges.
Clone the Repository
git clone https://github.com/cricksmaidiene/muir-woods-mystery
cd muir-woods-mystery
Create a python environment
conda create --name muir python=3.10 -y
conda activate muir
Install the dependencies
pip install poetry
poetry install
Run the app locally
streamlit run src/detective/main.py