I wanted to learn ai and was inspired by learning how chatgpt works to start learning coding, and then ai.
## What it does
It analyzes a chess board thats on the internet and then finds the best moves for you. It uses TensorFlow for the ai and StockFish to get the best moves.
## How I built it
I first used pyautogui for smaller projects like automating the game "cookie clicker'
## Challenges I ran into
I never used StockFish, so I had to watch youtube videos on how to impmlement it into Python.
I first tried to use pyautogui to just like get the color of each cell of the chess board and see which chess piece it was, but it didn't work because it had to be precise to the pixel, and it didn't work.
I made 10 versions, and only the 8th, 9th, and 10th worked.
## Accomplishments that I'm proud of
I'm proud of making this project because the is the longest project I have made
I'm proud of spending this much time on this project
## What I learned
I learned how to use a lot of libraries, such as Tensorflow, keyboard, pyautogui, Numpy, and Cv2
## What's next for Ai chess
Making the AI more precise so that it can more accurately predict the chess piece.
Log in or sign up for Devpost to join the conversation.