| .. | ||
| ai_blackjack_agent.py | ||
| README.md | ||
| requirements.txt | ||
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?
- Clone the GitHub repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd ai_agent_tutorials/ai_blackjack_game
- Install the required dependencies:
pip install -r requirements.txt
- Get your OpenAI API Key
- Sign up for an OpenAI account (or the LLM provider of your choice) and obtain your API key.
- Run the Streamlit App
streamlit run ai_blackjack_agent.py
Requirements
- autogen
- numpy
- openai
- streamlit