Skip to content
/ runduk-ai Public

A transformer model wrapped into a simple GUI, which recommends heroes during draft phase in Dota 2

Notifications You must be signed in to change notification settings

Q-c7/runduk-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runduk AI

This is a project which helps you to draft heroes for you team in Dota 2

Installation

Install pyenv

Linux:

curl https://pyenv.run | bash

Mac:

brew update
brew install pyenv

All Platforms:

pyenv install 3.10.8
pyenv rehash
pyenv local 3.10.8
pyenv global 3.10.8

Install Project

Note, if your poetry commands hang, try this:

export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
  1. Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
  1. Install the project

linux:

poetry install

How to use

  1. Enter the interactive shell
poetry shell
  1. Launch main.py with Python Tkinter GUI
python picker/app/old_python_gui/main.py
  1. Use the program! The interface is ugly but should be self-explanatory.

About

A transformer model wrapped into a simple GUI, which recommends heroes during draft phase in Dota 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published