Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deiga/baloncesto
https://github.com/deiga/baloncesto
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/baloncesto
- Owner: deiga
- Created: 2024-02-12T21:43:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:43:39.000Z (10 months ago)
- Last Synced: 2024-10-24T02:55:53.706Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baloncesto
This is a personal project for suggesting what to cook in the next week for my family.
## Tech
I'm writing this project in Rust to familiarise myself with the language.
## MVP
Build a CLI that takes 7 or 14 days as input and suggests a menu for the chose time-frame. It should store when a food was last suggested and how many times a food was suggested so that it can pick with a weighted random algorithm from the least frecent foods.
### Nice to Have
- Each food should have some keywords or tags so that the algorithm doesn't pick the same type
- Some foods are pairings of `Topping` and `Base` and the program should be able to mix and match these pairings### Extra Nice
- Tags/Keywords should have some weighting system so that some tags tolerate being picked multiple times in the given timespan
- Input ingredients found at home and suggest existing food recipes based on them (Possibly use a LLM here to get an updated recipe)