Best Flask open-source libraries and packages

Tic Tac Toe Machine Leaning Using Tensor Flow

Ticky is a Tensor Flow Model for playing Tic Tac Toe, which is trained to chose an optimal best move at any state of the board.
Updated 5 years ago

Tic-Tac-Toe-Machine-Leaning-Using-Tensor-Flow

Ticky is a Tensor Flow Model for playing Tic Tac Toe, which is trained to chose a move with best reward at any state of the board.

Required

  1. Python 3.5.2
  2. TensorFlow
  3. Flask
  4. numpy

How to Run

sudo python3 ./server.py
or
python3 ./server.py

Note: might want to change the port in server.py