Skip to content

cricksmaidiene/muir-woods-mystery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Muir Woods Mystery πŸ•

⚠️ Spoiler Alert: This repository contains the full implementation, including solutions to the challenges.

Setup

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