An open API service indexing awesome lists of open source software.

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.

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