awesome-llm-apps/ai_agent_tutorials/ai_blackjack_game
2025-01-03 01:21:58 +05:30
..
ai_blackjack_agent.py more functioning code 2025-01-03 01:20:36 +05:30
README.md few readme requirements.txt additions 2025-01-03 00:41:05 +05:30
requirements.txt few readme requirements.txt additions 2025-01-03 00:41:05 +05:30

AI Blackjack Game

This is a simple blackjack game that uses an AI agents as Player and Dealer to play the game.

How to get Started?

  1. Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd ai_agent_tutorials/ai_blackjack_game
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Get your OpenAI API Key
  • Sign up for an OpenAI account (or the LLM provider of your choice) and obtain your API key.
  1. Run the Streamlit App
streamlit run ai_blackjack_agent.py

Requirements

  • autogen
  • numpy
  • openai
  • streamlit