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

https://github.com/ayaz-amin/neuralnetworkpong

Pong AI Written in Python 3.6.7, JavaScript and HTML
https://github.com/ayaz-amin/neuralnetworkpong

deep-learning html5 javascript keras pong python3 tensorflow

Last synced: 3 months ago
JSON representation

Pong AI Written in Python 3.6.7, JavaScript and HTML

Awesome Lists containing this project

README

          

# NeuralNetworkPong
Pong AI Written in Python 3.6.7, JavaScript and HTML
# Dependencies
To run the Python script, you will need to pip install the following:
TensorflowJS, Keras, Tensorflow (for backend), numpy, dataset (from the site below in Credits)

# Credits
The JavaScript code for pong is not mine, you can find the link to the original code in the file. The custom JavaScript code for the AI is also not mine, the link to the original code is here: https://pythonprogramming.net/loading-keras-model-tensorflowjs-tutorial/