Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kendricktan/endless-nn

Neural Networks to play Endless Lake
https://github.com/kendricktan/endless-nn

Last synced: 14 days ago
JSON representation

Neural Networks to play Endless Lake

Awesome Lists containing this project

README

        

# endless-nn
Machine-Learning bot to play Endless Lake on facebook messenger

[larger gyfcat link](https://gfycat.com/CarefreeBreakableAsiaticlesserfreshwaterclam)

![](https://thumbs.gfycat.com/CarefreeBreakableAsiaticlesserfreshwaterclam-size_restricted.gif)

# Dependencies
```
sudo apt-get install python-xlib python-pydot python-opencv
sudo pip install -r requirements.txt
```

# Collecting data
```
python collect.py
```

# Training data
```
python train.py
```

# Running the bot
```
python autonomous.py
```