https://github.com/fernandotonon/ai-dungeonmaster
AI-Powered Holodeck-Style Online RPG
https://github.com/fernandotonon/ai-dungeonmaster
Last synced: 6 months ago
JSON representation
AI-Powered Holodeck-Style Online RPG
- Host: GitHub
- URL: https://github.com/fernandotonon/ai-dungeonmaster
- Owner: fernandotonon
- Created: 2024-09-22T04:17:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T02:51:39.000Z (about 1 year ago)
- Last Synced: 2025-06-14T03:35:55.594Z (about 1 year ago)
- Language: JavaScript
- Size: 24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ai-dungeonmaster
AI-Powered Holodeck-Style Online RPG
## Create virtual environment
python3 -m venv venv
cd ai-dungeonmaster/ai-engine/ && source venv/bin/activate && python app.py
## Run docker compose
docker compose --env-file ./.env up --build
## rename llama pth file
mv /home/fernando/.llama/checkpoints/Llama3.2-3B/consolidated.00.pth /home/fernando/.llama/checkpoints/Llama3.2-3B/pytorch_model.bin
## run docker compose with gpu
docker compose --env-file ./.env up --build --gpus all
## cloudflare quicktunnel
cloudflared tunnel --url http://localhost:3000