Metadata-Version: 2.4
Name: gtaz
Version: 0.2
Summary: Visual-based AI for real-time tasks in GTAV
Author: Hansimov
Project-URL: Homepage, https://github.com/Hansimov/gtaz
Project-URL: Issues, https://github.com/Hansimov/gtaz/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tclogger
Requires-Dist: vgamepad
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: timm
Dynamic: license-file

# GTAZ
Visual-based AI for real-time tasks in GTAV.

![](https://img.shields.io/pypi/v/gtaz?label=gtaz&color=blue&cacheSeconds=60)

## Thanks to

Many codes (especially `GamepadSimulator` ) are inspired by and inherited from:

- [shibeta/JNTMbot_python](https://github.com/shibeta/JNTMbot_python)

Without the original author's great work, this project would not be possible.

## Install package

```sh
pip install gtaz --upgrade
```

## Screenshots

根据小地图，识别角色在事务所的楼层。训练日志：

![recognizes_v2](./img/recognize_v2_train.png)

交叉验证：

![recognizes_v2_validation](./img/recognize_v2_validation.png)

## How to use

TBD
