https://github.com/pedro-hos/guess-who-api
This is the Guess-Who API Game that also calls the LLM to get the clues.
https://github.com/pedro-hos/guess-who-api
ai java llm quarkus rest-api
Last synced: 5 months ago
JSON representation
This is the Guess-Who API Game that also calls the LLM to get the clues.
- Host: GitHub
- URL: https://github.com/pedro-hos/guess-who-api
- Owner: pedro-hos
- License: apache-2.0
- Created: 2024-07-13T13:07:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:15:24.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T23:40:46.261Z (9 months ago)
- Topics: ai, java, llm, quarkus, rest-api
- Language: HTML
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guess-who-api
This API project using the [guess-who-crawler](https://github.com/pedro-hos/guess-who-crawler) scrapped data and serving the [guess-who-web](https://github.com/pedro-hos/guess-who-web) front-end page.
## The Who-Guess Game
The Who-Guess game is designed to be similar to a profile-based guessing game. In this game, a person is selected randomly, and players must guess who it is based on a series of clues provided one by one. The goal is to identify the selected person with as few clues as possible. You can choose individuals from any state or city in Brazil.
## Todo
This is the todo list in order to get the Beta version working
- [x] Decide the API code language, I will probably use Quarkus
- [ ] Expose the API using Swagger
- [ ] Configure the Github Action to run tests and deploy
- [ ] Configure LLM
- [ ] **To decide:** Save the game points on backend?