Skip to content

Latest commit

 

History

History
52 lines (22 loc) · 1.81 KB

File metadata and controls

52 lines (22 loc) · 1.81 KB

KitchenGuru

Welcome to KitchenGuru, a powerful AI-powered recipe generator app built using Swift and the latest aiXplainKit SDK. This project demonstrates how to seamlessly integrate AI models into iOS applications.

Follow João Pedro Maia (Software Developer at aiXplain) as he shows you how to incorporate AI into your IOS applications.

https://youtu.be/CG7zz1cymNg

Introduction

KitchenGuru is an iOS application designed to help users generate recipes using AI. By integrating the aiXplainKit SDK, the app accesses a vast collection of AI models, enabling users to create customized recipes based on their preferences. This guide will walk you through the process of loading the .xcodeproj file, setting up the project, and running it on your local machine.

Getting Started

1. Clone the Repository

Start by cloning the KitchenGuru repository to your local machine:

git  clone  https://github.com/yourusername/KitchenGuru.git

cd  KitchenGuru

2. Build the Project

Build the project by selecting your target device or simulator and clicking on the Run button in Xcode, or use the keyboard shortcut:

Cmd  +  R

Running the Project

After successfully building the project, the KitchenGuru app should launch on the selected device or simulator. You can now explore the app's functionality, including generating AI-powered recipes.

Resources

To learn more about integrating AI into your iOS applications, check out the following resources:

License

KitchenGuru is licensed under the MIT License. See the LICENSE file for more details.