https://github.com/cricksmaidiene/muir-woods-mystery
🏕 A "detective-for-a-day" style online mystery
https://github.com/cricksmaidiene/muir-woods-mystery
detective-for-a-day online-mystery openai-api openstreetmap python-310 streamlit
Last synced: 3 months ago
JSON representation
🏕 A "detective-for-a-day" style online mystery
- Host: GitHub
- URL: https://github.com/cricksmaidiene/muir-woods-mystery
- Owner: cricksmaidiene
- Created: 2024-08-17T17:17:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T14:44:09.000Z (9 months ago)
- Last Synced: 2025-01-22T11:47:32.968Z (4 months ago)
- Topics: detective-for-a-day, online-mystery, openai-api, openstreetmap, python-310, streamlit
- Language: Python
- Homepage: https://muirwoods.streamlit.app
- Size: 8.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Muir Woods Mystery 🏕
> ⚠️ Spoiler Alert: This repository contains the full implementation, including solutions to the challenges.



### Setup
Clone the Repository
```bash
git clone https://github.com/cricksmaidiene/muir-woods-mystery
cd muir-woods-mystery
```Create a python environment
```bash
conda create --name muir python=3.10 -y
conda activate muir
```Install the dependencies
```bash
pip install poetry
poetry install
```Run the app locally
```bash
streamlit run src/detective/main.py
```