Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

🏕 A "detective-for-a-day" style online mystery

Awesome Lists containing this project

README

        

# Muir Woods Mystery 🏕

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

![](https://img.shields.io/badge/Python-3776AB.svg?style=for-the-badge&logo=Python&logoColor=white)
![](https://img.shields.io/badge/Streamlit-FF4B4B.svg?style=for-the-badge&logo=Streamlit&logoColor=white)
![](https://img.shields.io/badge/OpenAI-412991.svg?style=for-the-badge&logo=OpenAI&logoColor=white)
![](https://img.shields.io/badge/OpenStreetMap-7EBC6F.svg?style=for-the-badge&logo=OpenStreetMap&logoColor=white)

### 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
```