Suggest a Recipe

This sample workspace demonstrates how to build a Curiosity Workspace that can suggest recipes based on ingredients and cuisine preferences. The data source for this workspace is a collection of recipes crawled from various websites. The recipes and ingredients are stored in the graph and contain information such as title, ingredients, instructions, ratings, and images.

The workspace uses a custom front-end that allows users to enter their ingredients and cuisine preferences, and displays the suggested recipes in a card layout. The front-end also provides filters and sorting options to refine the results. The front-end communicates with the Curiosity API and uses custom endpoints for suggestions.

The full source code for this sample workspace will be available soon on GitHub. You can use it as a reference or modify it to create your own workspace.

Last updated