- Become more familiar with the Python language.
Scrape the Pagat database in order to create a card game dataset for feeding to a neural network.Format data for easier machine reading.Generate text files from data.- Feed them to a machine learning algorithm and let hilarity ensue.
- BeautifulSoup
- requests
- urllib.request
- time
- textgenrnn
- TensorFlow
- Install dependencies (
pip3 install bs4 requests urllib3 tensorflow textgenrnn
) python3 ./scraper.py
python3 ./game-generator.py
- Collaborate with George on the neural network
- Train the neural network
- Produce a card game that remotely resembles something we can play.
- Interpret the machine's output.
- Record ourselves playing the game.
(All of these coming soon, hopefully!)