OpenSource AI Dungeon adventure is a free and open-source project [ this is a dungeon ai text base with alltalk tts support].
It’s created with ❤️ for all ages. create your adventure with ai Dungeo
🛑 Notice: This software is free for personal and educational use.
However, if you use this project commercially or force-integrate it into any monetized or restricted system,
YOU MUST CREDIT THE ORIGINAL AUTHOR.
- 🐍 Python
3.10+ - 📦 pip (Python package installer)
- 🦙 ollama [www.ollama.com]
- 🧠 NVIDIA CUDA Toolkit GPU with CUDA for fast AI model inference
- 🧰 git (optional but useful)
- 🎤 (optional) alltalk tts for narrator AllTalk TTS GitHub Repository
git clone git@github.com:Laszlobeer/Dungeo_ai.git
cd Dungeo_ai
python -m venv Dungeo_ai
source Dungeo_ai/bin/activate # On Windows: Dungeo_ai\Scripts\activateconda create -n dungeo_ai python=3.10 -y
conda activate dungeo_aipip install -r requirements.txt💡 If
requirements.txtis give you a error, install dependencies manually:
pip install torch transformers flaskpython main.py Available commands:
/? or /help - Show this help message
/censored - Toggle NSFW/SFW mode comands
/redo - Repeat last AI response with a new generation banwords.txt for the band words
/save - Save the full adventure to adventure.txt
/load - Load the adventure from adventure.txt
/change - Switch to a different Ollama model
/exit - Exit the game 🆓 MIT License
- You are free to use, modify, and distribute this software.
- BUT if you:
- Use this project commercially 🏢
- Integrate it into a monetized app 💵
- Fork it with modifications for public use
👉 You MUST give credit to the original author!
This project is based on OpenSource AI Tool by [Laszlo]([https://github.com/yourusername/opensource-ai-tool](https://github.com/Laszlobeer/Dungeo_ai))
Thanks for supporting open source! 🫶



