Clevis Logo
ExamplesUse CasesPricing

Use Case

Virtual gardening and plant care advisors

Generative AI models can drastically enhance virtual gardening and plant care advising. For instance, Language Learning Models (LLMs) like ChatGPT can be developed to offer personalized advice. Users could input specific details about their garden such as plant types, lighting conditions, and available care time. The AI then generates tailored suggestions for optimal plant care, watering schedules, and plant pairings.

Image generators from OpenAI could provide simulations about plant growth and health, allowing users to “see” future development based on current care regimen. It can also suggest improvements or modifications in the garden layout. Another usage could be in identifying plant diseases. Users could upload an image of a wilting plant, and the AI could analyze the image, identify the disease, and provide guidance on how to treat it.

How to build with Clevis

Text Input

Ask the user for their location

Prompt ChatGPT

Prompt ChatGPT with the user's location to generate personalized gardening advice

HTTP Request

Fetch weather information based on the user's location

Display Output

Display the weather information in a user-friendly format

Display Output

Display the personalized gardening advice in a user-friendly format

This example application, named 'Virtual Gardening Assistant', is one instance of what you can fashion using Clevis. The idea behind the application is to offer virtual assistance and tips to users on gardening and plant care based on their geographical location. The series of steps it takes entails using some advanced AI toolsets like ChatGPT from OpenAI.

The application first gathers data about the user's location through a text input. After that, it seeks the help of the advanced language model ChatGPT to generate personalized gardening advice based on the user's location. This advice is cultivated thanks to the prior training of ChatGPT on a wide variety of data sources, allowing it to produce relevant and contextually accurate advice.

Simultaneously, an HTTP request is dispatched to fetch relevant weather information corresponding to the user's location. The utility of this is multifold, giving the user a heads-up about the upcoming weather conditions and how they might affect their gardening activities. In the final steps, this weather information and the tailored gardening advice from ChatGPT are displayed in a user-friendly format for the user to refer to and act on.

Applying the same methods, you can design similar applications using Clevis in the same or varied domains.


© 2024 Clevis. All Rights reserved