{"id":23529784,"url":"https://github.com/hamawebdev/chefclaude","last_synced_at":"2026-05-02T02:34:42.679Z","repository":{"id":269493858,"uuid":"907591916","full_name":"hamawebdev/ChefClaude","owner":"hamawebdev","description":"Chef Claude is a React-based web application that helps users generate recipes based on the ingredients they have on hand. The application leverages AI models from Anthropic and Hugging Face to suggest recipes.","archived":false,"fork":false,"pushed_at":"2024-12-24T13:26:11.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T12:56:53.252Z","etag":null,"topics":["react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamawebdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-24T00:16:50.000Z","updated_at":"2024-12-24T13:26:14.000Z","dependencies_parsed_at":"2024-12-24T01:25:40.366Z","dependency_job_id":"3d9815c7-e4d8-484e-8b9a-3c134fd54a60","html_url":"https://github.com/hamawebdev/ChefClaude","commit_stats":null,"previous_names":["hamawebdev/chefclaude"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamawebdev/ChefClaude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FChefClaude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FChefClaude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FChefClaude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FChefClaude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamawebdev","download_url":"https://codeload.github.com/hamawebdev/ChefClaude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamawebdev%2FChefClaude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react"],"created_at":"2024-12-25T21:13:00.815Z","updated_at":"2026-05-02T02:34:42.661Z","avatar_url":"https://github.com/hamawebdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# \u003cimg src=\"images/chef-claude-icon.png\" alt=\"Chef Claude Icon\" style=\"width: 1em; height: 1em; vertical-align: middle;\"\u003e Chef Claude\n\nChef Claude is a React-based web application that helps users generate recipes based on the ingredients they have on hand. The application leverages AI models from Anthropic and Hugging Face to suggest recipes.\n\n## Table of Contents\n\n- [Preview](#preview)\n- [Getting Started](#getting-started)\n- [Features](#features)\n- [Project Structure](#project-structure)\n- [Dependencies](#dependencies)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Preview\n\nHere is a preview of the Chef Claude application:\n\n \u003cimg src=\"chef.png\" alt=\"Chef Claude preview\" style=\"width: 40em; height: 35em;\"\u003e\n\n## Getting Started\n\nTo get started with Chef Claude, follow these steps:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/hamawebdev/ChefClaude\n    cd ChefClaude\n    ```\n\n2. Install the dependencies:\n    ```sh\n    npm install\n    ```\n\n3. Start the development server:\n    ```sh\n    npm start\n    ```\n\nThe application will be available at `http://localhost:3000`.\n\n## Features\n\n- **Ingredient Management**: Add and list ingredients you have on hand.\n- **Recipe Generation**: Generate recipes based on the ingredients using AI models.\n- **Responsive Design**: The application is designed to be responsive and user-friendly.\n\n## Project Structure\n\n```\nChefClaude/\n├── components/\n│   ├── ClaudeRecipe.jsx\n│   ├── IngredientsList.jsx\n├── images/\n├── App.jsx\n├── Header.jsx\n├── Main.jsx\n├── ai.js\n├── index.css\n├── index.html\n├── index.jsx\n├── package.json\n├── README.md\n├── recipeCode.md\n├── vite.config.js\n```\n\n- **components/**: Contains React components for displaying recipes and ingredients.\n- **images/**: Contains image assets.\n- **App.jsx**: Main application component.\n- **Header.jsx**: Header component.\n- **Main.jsx**: Main content component.\n- **ai.js**: Contains functions to interact with AI models.\n- **index.css**: Global CSS styles.\n- **index.html**: HTML template.\n- **index.jsx**: Entry point for the React application.\n- **vite.config.js**: Vite configuration file.\n\n## Dependencies\n\n- **React**: A JavaScript library for building user interfaces.\n- **React DOM**: Provides DOM-specific methods for React.\n- **React Markdown**: A React component to render Markdown.\n- **Anthropic AI SDK**: SDK for interacting with Anthropic AI models.\n- **Hugging Face Inference**: SDK for interacting with Hugging Face models.\n- **Vite**: A build tool that provides a fast development server.\n\n## Usage\n\n1. **Add Ingredients**: Use the input field to add ingredients you have on hand.\n2. **Generate Recipe**: Once you have added at least four ingredients, click the \"Get a recipe\" button to generate a recipe.\n3. **View Recipe**: The generated recipe will be displayed in a user-friendly format.\n\n## Contributing\n\nWe welcome contributions to improve Chef Claude. To contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes and commit them (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamawebdev%2Fchefclaude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamawebdev%2Fchefclaude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamawebdev%2Fchefclaude/lists"}