Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Posts
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
rootstrap-org
/
wordle-solver
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
wordle-solver
Ctrl+K
Ctrl+K
  • 2 contributors
History: 46 commits
santit96's picture
santit96
Add new request that select a random word from the vocabulary
5e71af7 about 2 years ago
  • a3c
    Change suggestion endpoint for play word endpoint about 2 years ago
  • api_rest
    Add new request that select a random word from the vocabulary about 2 years ago
  • rs_wordle_player
    Creation of an api module with a rest endpoint /suggest which receives a list of words and states and return a suggestion about 2 years ago
  • wordle_env
    Creation of an api module with a rest endpoint /suggest which receives a list of words and states and return a suggestion about 2 years ago
  • .gitignore
    1.69 kB
    Add connection to firebase and method to get user attempts from firestore about 2 years ago
  • README.md
    5.52 kB
    Add documentation to execute the rs wordle player to the readme about 2 years ago
  • complete_vocabulary.txt
    63.9 kB
    Commiting wordle solver project, state completed, a3c not completed yet over 2 years ago
  • main.py
    3.98 kB
    Creation of an api module with a rest endpoint /suggest which receives a list of words and states and return a suggestion about 2 years ago
  • requirements.txt
    57 Bytes
    Creation of an api module with a rest endpoint /suggest which receives a list of words and states and return a suggestion about 2 years ago
  • target_vocabulary.txt
    13.9 kB
    Commiting wordle solver project, state completed, a3c not completed yet over 2 years ago
  • wordle_game.py
    3.01 kB
    Fix bug in state update with mask over 2 years ago