Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkvoelkl/python-streamlit-murder-mystery-game
Muder Mystery Game in Python mit ChatGPT und Streamlit
https://github.com/gkvoelkl/python-streamlit-murder-mystery-game
chatgpt game llm python streamlit webapp
Last synced: 15 days ago
JSON representation
Muder Mystery Game in Python mit ChatGPT und Streamlit
- Host: GitHub
- URL: https://github.com/gkvoelkl/python-streamlit-murder-mystery-game
- Owner: gkvoelkl
- Created: 2024-06-29T08:23:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-21T17:39:54.000Z (6 months ago)
- Last Synced: 2024-07-21T19:34:48.608Z (6 months ago)
- Topics: chatgpt, game, llm, python, streamlit, webapp
- Language: Python
- Homepage:
- Size: 66.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "markdown",
"id": "f4169895-9110-4d6a-8552-3ee0d49d8270",
"metadata": {},
"source": [
"# cases - murder mystery game mit ChatGPT"
]
},
{
"cell_type": "markdown",
"id": "c2b1ccd5-6a1e-437f-b9db-a995a5855fc8",
"metadata": {},
"source": [
"
"
]
},
{
"cell_type": "markdown",
"id": "e5363834-a363-4313-9ba8-73a15855c68a",
"metadata": {},
"source": [
"Wer ist der Mörder. Du bist der Detektiv und befrägst die sechs Verdächtigen. Diese spielt ChatGPT."
]
},
{
"cell_type": "markdown",
"id": "27ddb3b2-c117-460a-9107-dfc9c36bbac0",
"metadata": {},
"source": [
"
"
]
},
{
"cell_type": "markdown",
"id": "ee16001c-29c3-4498-8a97-e06b8a8f2a50",
"metadata": {},
"source": [
"Die Fälle hat ebenfalls ChatGPT generiert. Die Bilder hat Dall-e erstellt.\n",
"Mit einer lokalen Kopie des Programmes kannst du dir von ChatGPT neue Fälle erzeugen lassen."
]
},
{
"cell_type": "markdown",
"id": "7668f01d-8a35-4c17-bd2f-95285b0076eb",
"metadata": {},
"source": [
"## Installation"
]
},
{
"cell_type": "markdown",
"id": "1a3ce75c-ed7c-483f-a295-716fc6205037",
"metadata": {},
"source": [
"### Ohne lokale Installation im Web spielen"
]
},
{
"cell_type": "markdown",
"id": "89820a05-2180-4946-916a-79c6cd6d854e",
"metadata": {},
"source": [
"Das Spiel Cases steht in der Streamlit Cloud frei zur Verfügung.\n",
"\n",
"Einfach auf diesen Link https://cases-murder-mystery-game.streamlit.app klicken"
]
},
{
"cell_type": "markdown",
"id": "27d69a2b-1819-4743-99e3-28c557dc77ba",
"metadata": {},
"source": [
"### Lokale Installation"
]
},
{
"cell_type": "markdown",
"id": "9f40a4ae-d7be-40c5-8807-486bf56ef741",
"metadata": {},
"source": [
"* Verzeichnis von GitHub auf Platte kopieren\n",
"* In das Verzeichnis wechseln\n",
"* Sicherstellen, dass alle Python-Module vorhanden sind **pip install -r requirements.txt**\n",
"* Starten der Anwendung mit **streamlit run app.py**"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "14056786-a401-4dc6-8e97-af2c9781c571",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Rust",
"language": "rust",
"name": "rust"
},
"language_info": {
"codemirror_mode": "rust",
"file_extension": ".rs",
"mimetype": "text/rust",
"name": "Rust",
"pygment_lexer": "rust",
"version": ""
}
},
"nbformat": 4,
"nbformat_minor": 5
}