An open API service indexing awesome lists of open source software.

https://github.com/arbazkhan4712/ai_play_gta_san_andreas

Creating an AI that can play GTA san andreas game also adding some automation with python
https://github.com/arbazkhan4712/ai_play_gta_san_andreas

ai ai-ml ai-plays-game andreas andreas-game gesture-control gesture-control-game gesture-controller gesture-detection gesture-recognition gestures-recognition gta python

Last synced: 21 days ago
JSON representation

Creating an AI that can play GTA san andreas game also adding some automation with python

Awesome Lists containing this project

README

        

# AI_Play_GTA_San_Andreas
Creating an AI that can play the GTA san andreas game

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/AI_Play_GTA_San_Andreas?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/AI_Play_GTA_San_Andreas?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/)

# Video
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/skvWN7gNB88/0.jpg)](https://www.youtube.com/watch?v=skvWN7gNB88)

# Dependencies:

*Open CV*
```python

pip install opencv-python
```
*Pillow*
```python

pip install Pillow
```

# Run:

*Run this for real time game play on open-cv*
```python

python GTA_1.py
```

*Run this for sending data to the game like Cheats and Control the Player in the game*
```python

python GTA_2.py
```

*Run this for Gesture Control*
```python

python GestureControl.py
```
## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)

Licensed under the [MIT License](License)