https://github.com/yeukfei02/what-to-cook
what-to-cook
https://github.com/yeukfei02/what-to-cook
ai-agents aws-bedrock bedrock bedrock-agentcore generative-ai llm multi-llm nicegui python strands-agents uv
Last synced: 4 months ago
JSON representation
what-to-cook
- Host: GitHub
- URL: https://github.com/yeukfei02/what-to-cook
- Owner: yeukfei02
- License: mit
- Created: 2025-08-05T06:28:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-22T10:27:53.000Z (9 months ago)
- Last Synced: 2025-10-25T07:41:28.367Z (8 months ago)
- Topics: ai-agents, aws-bedrock, bedrock, bedrock-agentcore, generative-ai, llm, multi-llm, nicegui, python, strands-agents, uv
- Language: Python
- Homepage:
- Size: 41.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# what-to-cook
what to cook is a multi llm agent for user to find what to eat or what to cook by searching different ingredients.
## Tech Stack
- python
- uv
- strands agent
- bedrock agentcore
- nicegui
ai agents: `packages/ai_agents`
web: `packages/web`
## Requirement
- install python (v3.12)
```zsh
// install dependencies
$ uv sync
// run in local
$ uv run app.py
```
```zsh
// copy .env file
$ cp .env.sample .env
```