You are browsing as a guest. Sign up (or log in) to start making projects!

Chess Coach

  • 2 Devlogs
  • 8 Total hours

Chess Coach

Open comments for this post

4h 10m 34s logged

You can now play chess against a bot!
Chose between different kinds of difficulties, and ask the coach to review your game!

Added a working chess board.

You can now play chess against a bot!
Chose between different kinds of difficulties, and ask the coach to review your game!

Added a working chess board.

Replying to @blazfoxx

0
3
Open comments for this post

3h 23m 41s logged

Started building the bot!
How does this work?
So basically, chess.com has its own bot for game reviews (unlimited for paid users) but it only looks at that one games details and helps you with that.
My website basically pulls in the data of your user through the public endpoint from chess.com. We get all game data and feed it to an AI.

I am building two different modes for it. 1. thats pretty “brutal” while the other is “nicer-er”. Everything will be free, but slow -> uses glm 5.1 from NIM. (If I do add a paid tier, it will include faster inference and stuff).

So currently, I got the the system prompts ready and a base of the website. (Gets game data and gives you a review)

I will be adding chess boards soon and a better UI!

Started building the bot!
How does this work?
So basically, chess.com has its own bot for game reviews (unlimited for paid users) but it only looks at that one games details and helps you with that.
My website basically pulls in the data of your user through the public endpoint from chess.com. We get all game data and feed it to an AI.

I am building two different modes for it. 1. thats pretty “brutal” while the other is “nicer-er”. Everything will be free, but slow -> uses glm 5.1 from NIM. (If I do add a paid tier, it will include faster inference and stuff).

So currently, I got the the system prompts ready and a base of the website. (Gets game data and gives you a review)

I will be adding chess boards soon and a better UI!

Replying to @blazfoxx

0
7

Followers

Loading…