Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 538 Bytes

Wordle AI

A machine learning model for solving Wordle puzzles.

Getting Started

Create an environment and install dependencies with conda

conda env create --file environment.yml
pre-commit install

Design Documents

Resources

Documentation links to tools used in the project

  • Miro: Design documents and brainstorming
  • TensorFlow: Neural Network Library