Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cricksmaidiene/muir-woods-mystery
- Owner: cricksmaidiene
- Created: 2024-08-17T17:17:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T14:44:09.000Z (4 months ago)
- Last Synced: 2024-10-14T00:45:22.271Z (2 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.
![](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
```