Skip to content

Qari-Abdullah/blum-autoclicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blum Autoclicker (YOLOv8)

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.

Installation

  1. You will need Nvidia GPU to run this app since it uses CUDA cores to achieve fast speed.
  2. Download the repository (https://github.com/phen0menon/blum-autoclicker/releases)
  3. Install Python >= 3.8 (https://www.python.org/downloads/)
  4. 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
  1. Run the process:
python main.py
  1. Follow instructions given in the cmd

Possible problems

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

Установка:

  1. Понадобится видеокарта от Nvidia (используем CUDA ядра, чтобы эффективно распознавать изображение)
  2. Скачайте репозиторий (https://github.com/phen0menon/blum-autoclicker/releases)
  3. Нужен Python >= 3.8 (https://www.python.org/downloads/)
  4. Установка зависимостей (запустите в командной строке). Нужно скопировать именно строчки команд, не весь текст!:
# Общие зависимости проекта

pip install -r requirements.txt

# Пакеты, чтобы компьютерное зрение работало на GPU, а не на CPU

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  1. Запустить скрипт:
python main.py
  1. Следовать инструкции :)

Возможные проблемы

Кликер медленно работает!

Нужно переустановить 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

Disclaimer

NOTE: I created this project for education purposes in the ML field.

License

© Rolan Ibragimov (phen0menon) 2024. Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.

About

🍀 AutoClicker for BLUM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%