Beu (Bring Out The Best Chef In You) is a mobile application (both android and ios) that provides various Indonesian recipes including guides and videos. You can share your cooking results with others. The app also implements machine learning (image classification) to classify Indonesian food and will provide results in the form of the name of the food and other recipes.
This is a Kotlin Multiplatform project targeting Android, iOS.
-
/composeApp
is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:commonMain
is for code thatβs common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
For example, if you want to use Appleβs CoreCrypto for the iOS part of your Kotlin app,
iosMain
would be the right folder for such calls.
-
/iosApp
contains iOS applications. Even if youβre sharing your UI with Compose Multiplatform, you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
Learn more about Kotlin Multiplatformβ¦
- Backend : https://github.com/kylixeza/beu-remaster-backend
- Notebook: https://github.com/kylixeza/beu-remaster-ml
- The classification feature only works on android, while on ios it still doesn't because the developer doesn't have a real device for testing.
- You can create an account to use the app and it's free (no API Key)
For anyone who wants to contribute can send a pull request
Support Kylix to create another amazing projects!