Manuteaa / dbd_AI

An advanced AI-based tool to help survivors and killers in Dead by Daylight
4 stars 0 forks source link
artificial-intelligence dead-by-daylight machine-learning

DBD AI

An AI-based tool to help both survivors and killers in Dead by Daylight

Build upon my first project dbd_autoSkillCheck, this repo aims to provide much more complete and advanced tools to help players to survive in dead by daylight.

We are in early phase of development, if you want to contribute, suggest features, or help us in any way, you can contact me on discord: manuteaa

Features

Survivor side

Killer side

Execution Instructions

Create your own python env (I have python 3.11) and install the necessary libraries using the command :

pip install numpy mss onnxruntime-gpu pyautogui IPython pillow gradio opencv-python

Then git clone the repo.

Survivor side

Run this script and play the game ! It will hit the space bar for you. For more details, see the original repo

python run_monitoring_gradio.py

Killer side

There is no way you can make it work for now.