Features:
- Extra fast clicker (uses GPU, YOLOv8 pretrained model)
- 100% precision and ignores bombs
- Autoreplay feature (run and go)
Demo:
test.mp4
🇺🇸 English instructions
Works with the recent (14.07.2024) update.
- You will need Nvidia GPU to run this app since it uses CUDA cores to achieve fast speed.
- Download the repository (https://github.com/phen0menon/blum-autoclicker/releases)
- Install Python >= 3.8 (https://www.python.org/downloads/)
- Install requirements (run in the cmd). Copy and paste the line, not the whole text!:
# Base requirements:
pip install -r requirements.txt
# PyTorch with CUDA enabled (required!):
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
- Run the process:
python main.py
- Follow instructions given in the cmd
All problems may occur because of PyTorch installed without CUDA support. To fix that, run the following commands:
# uninstall existing packages first
pip uninstall torch torchvision torchaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
🇷🇺 Russian instructions
- Понадобится видеокарта от Nvidia (используем CUDA ядра, чтобы эффективно распознавать изображение)
- Скачайте репозиторий (https://github.com/phen0menon/blum-autoclicker/releases)
- Нужен Python >= 3.8 (https://www.python.org/downloads/)
- Установка зависимостей (запустите в командной строке). Нужно скопировать именно строчки команд, не весь текст!:
# Общие зависимости проекта
pip install -r requirements.txt
# Пакеты, чтобы компьютерное зрение работало на GPU, а не на CPU
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
- Запустить скрипт:
python main.py
- Следовать инструкции :)
Кликер медленно работает!
Нужно переустановить PyTorch с CUDA:
# uninstall existing packages first
pip uninstall torch torchvision torchaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Вылазит какая-то ошибка!
Попробовать переустановить PyTorch с CUDA:
# uninstall existing packages first
pip uninstall torch torchvision torchaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Если ошибка все еще есть - создавайте issue
NOTE: I created this project for education purposes in the ML field.
© Rolan Ibragimov (phen0menon) 2024. Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.