A simple recipe app powered by ChatGPT. Swipe or Generate your own recipes and find your next favorite dish!
Note
: An OpenAI API Key is needed to use this app
-
Ask
- Ask an AI powered Chef anything culinary related. You will be provided with great anwsers!
-
Swipe
- Browse through randomized recipes and experience Love at first Swipe
breakfast
,lunch
, anddinner
recipes will be accessible based on your device's local time
-
Generate or Randomize with Image Generation
- Create your own recipes based on
- Party Size
- Ingredients
- Occasion
- Dietary Restrictions
- Food Allergies
- Additional Info (if needed)
- An image based on your recipe will be generated
- Create your own recipes based on
-
Favorites
- Filter via search
- Rename any recipe
- Organize in folders (coming soon)
-
Settings
- Save Custom Dietary Restrictions
- Save Custom Food Allergies
- Save OpenAI API Key
- Enable Image Generation
- Android Studio
- Android SDK
- OpenAI API Key can be found at https://platform.openai.com/account/api-keys
Feel free to download the latest release from one of the sources above.
If you want to build it yourself, follow the steps below.
-
Clone the repo
git clone https://github.com/BrianJr03/Issa-Recipe-App.git
-
Open in Android Studio
-
Run on emulator or device
- Kotlin
- Jetpack Compose
- MVVM with Repository
- Coroutines
- RoomDB
- DaggerHilt