“Issa Recipe App” is a simple yet innovative application that harnesses the power of AI through ChatGPT to provide an interactive recipe experience. Developed by a programmer under the username BrianJr03, the app allows users to generate, browse, and save custom recipes.
The most distinct feature of this app is the ability to generate custom recipes based on user preferences. These preferences can range from the number of servings, the occasion, the ingredients on hand, dietary restrictions, and food allergies. It caters to user’s needs by generating appropriate recipes for breakfast, lunch, or dinner based on the device’s local time.
Another notable feature is the app’s swipe functionality, reminiscent of popular dating apps. The swipe feature provides an entertaining and interactive method of browsing through the randomized recipes that the app generates. Users can ‘swipe’ to find their next favorite dish.
Beyond generating and browsing recipes, the app also offers a Favorites feature. This enables users to filter their favorite recipes through a search function, rename any recipe, and the developer has mentioned that there will soon be an option to organize these recipes in folders.
In terms of user customization, the application allows users to save custom dietary restrictions and food allergies. This is especially helpful for individuals with specific dietary needs or for those who are looking to experiment with different diet plans.
The application is built on Android Studio using the Kotlin language and follows the Model View ViewModel (MVVM) architecture with a Repository. The application also uses Jetpack Compose for the UI, Coroutines for managing background threads, RoomDB for data storage, and DaggerHilt for dependency injection.
In order to use the app, users need to have an OpenAI API key, which can be obtained from the OpenAI platform. Users can download the latest release or build it themselves following the steps provided in the app’s repository.
According to Reddit posts by the developer, the app is open source with a GPL-3.0 license, and feedback from the community is highly appreciated.
The Issa Recipe App adds a new dimension to cooking and recipe apps by utilizing the AI capabilities of ChatGPT, making recipe generation and discovery a truly personalized and engaging experience. It’s an exciting example of how AI can be incorporated in everyday tasks to add value and convenience.