Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
labapawel
/
tictactoe
like
0
Keras
License:
mit
Model card
Files
Files and versions
Community
Use this model
main
tictactoe
/
README.md
labapawel
Update README.md
9250d78
verified
3 months ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
---
license:
mit
---
## input
```
{
board: [0,0,0,0,0,0,0,0]
}
```
## output
```
{
move: 5,
status: 'success'
}
```