https://github.com/willbraun/ai-poker-coach
Full stack app for analyzing poker hands with AI.
https://github.com/willbraun/ai-poker-coach
ai csharp dotnet poker postgresql
Last synced: 2 months ago
JSON representation
Full stack app for analyzing poker hands with AI.
- Host: GitHub
- URL: https://github.com/willbraun/ai-poker-coach
- Owner: willbraun
- Created: 2024-03-02T16:52:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T12:59:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T17:51:58.376Z (over 1 year ago)
- Topics: ai, csharp, dotnet, poker, postgresql
- Language: C#
- Homepage: https://aipokercoach.willbraun.dev/
- Size: 189 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Poker Coach
Poker is a game of incomplete information and luck, so it can be difficult to know if your play is correct. With this app, you can analyze your poker hands using AI fine-tuned with poker information. You're able to review your analysis in English rather than needing to decipher complex diagrams via traditional methods of poker study.
## Features
- Analyze your poker hands with an OpenAI Assistant powered up with poker knowledge
- Learn from other players' hands in a social media-style feed. Usernames are hidden so that your playing style isn't revealed 😎
- Responsive design for mobile and desktop
## Tech Stack
**Client ([see here](https://github.com/willbraun/ai-poker-coach-frontend)):** Next.js, React, TypeScript, ShadCN UI, TailwindCSS
**Server (this repository):** ASP.NET Core Web API, C#, Entity Framework Core, PostgreSQL
**3rd-Party APIs**: OpenAI Threads API to interact with OpenAI Assistant powered by GPT-4o Mini with added poker documents
**Hosting:**
- Client: Netlify
- Server: Digital Ocean, Linux, nginx