All Projects → lobe → android-bootstrap

lobe / android-bootstrap

Licence: other
Bootstrap your Lobe machine learning model with our Android project.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to android-bootstrap

TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+17261.11%)
Mutual labels:  android-studio
WebRTCapp
This Android app aims to be a small video conference app created using mainly WebRTC technology. With it, you can make calls though a web socket connection
Stars: ✭ 27 (-50%)
Mutual labels:  android-studio
AndroidStudio-ChineseLanguagePackage
AndroidStudio 中文汉化包
Stars: ✭ 48 (-11.11%)
Mutual labels:  android-studio
captAR
Augmented Reality Geolocation Capture-the-Flag Mobile Game Capstone Project
Stars: ✭ 24 (-55.56%)
Mutual labels:  android-studio
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (-40.74%)
Mutual labels:  android-studio
AndroidTips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 721 (+1235.19%)
Mutual labels:  android-studio
san-jose-theme
A custom Terminal & IntelliJ theme (inspired by PatMurrayDEV -> Apple's WWDC 2017 session slides)
Stars: ✭ 64 (+18.52%)
Mutual labels:  android-studio
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (-46.3%)
Mutual labels:  android-studio
Whatsapp Android App
This is sample code for layout for chatting app like Whatsapp.
Stars: ✭ 32 (-40.74%)
Mutual labels:  android-studio
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (-37.04%)
Mutual labels:  android-studio
Wiggles
🐶 Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Stars: ✭ 365 (+575.93%)
Mutual labels:  android-studio
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+418.52%)
Mutual labels:  android-studio
XperiaServiceMenu
An Android app that allows owners of a Sony Xperia, to easily open the service menu app via a tap of a button instead of having to type a code into the phone's dialer.
Stars: ✭ 14 (-74.07%)
Mutual labels:  android-studio
MyNotes
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
Stars: ✭ 60 (+11.11%)
Mutual labels:  android-studio
xmake-gradle
A gradle plugin that integrates xmake seamlessly
Stars: ✭ 31 (-42.59%)
Mutual labels:  android-studio
StarWarsSearch-MVI
Star wars sample android project showcasing the use of View components for rendering UI in Fragments and Activities. Uses Android Jetpack, clean architecture with MVI (Uni-directional data flow), dagger hilt, and kotlin coroutines with StateFlow
Stars: ✭ 189 (+250%)
Mutual labels:  android-studio
07-Glitch-Garden-Original
Glitch Garden demo game from the Complete Unity Developer 2D course (http://gdev.tv/cudgithub). For our students to download the end-state of projects.
Stars: ✭ 43 (-20.37%)
Mutual labels:  android-studio
svg-non-stop
SVG import "Gradient has no stop info" fix
Stars: ✭ 65 (+20.37%)
Mutual labels:  android-studio
FluentERP
ERP mobile application for Android with a support for SAP-like T-codes!
Stars: ✭ 18 (-66.67%)
Mutual labels:  android-studio
RecycleClick
Android recycler view not supports for onItemClickListner event. This library helps to wrap up and gain the missing recycle view item click and item long click functions. This library is a project carried by Lakitha, give a visit https://github.com/LakithaRav
Stars: ✭ 25 (-53.7%)
Mutual labels:  android-studio

Lobe is a free, easy to use app that has everything you need to bring your machine learning ideas to life. The Android starter project takes the machine learning model created in Lobe, and adds it to an Android project. To get started using the starter project, follow the instructions below:

Get Started

  1. Clone, fork or download the project on your computer and install Android Studio to get started. Android Studio is the app that's used to run the starter project on your computer or device.

  2. Open the lobe_android folder in this repository from inside Android Studio. Gradle will automatically start downloading the SDK's as needed.

  3. Accept the required licenses by going to SDK Manager under the Tools menu. Click on SDK Tools. Then toggle Show Package Details. Last, install all the Android 30.0 versions under the Android SDK Build Tools.

  4. To use your own model file, open your Lobe project, go to the Use tab, and click on the TensorFlow Lite model file. We recommend using the project setting Optimize for Speed for your model to run faster on mobile devices. You can change your project settings by going to File -> Project Settings. When exporting is done, drag both the saved_model.tflite and the signature.json files to app/src/main/assets.

  5. Head back to Android Studio and run the app by clicking on the play button. You can also use your own Android device to run the app directly on your phone.

Additional Information

We recommend Android Studio 4.1 or higher. This version of Android Studio will make sure your models run and load faster and more efficiently.

Contributing

GitHub Issues are for reporting bugs, discussing features and general feedback on the Android starter project. Be sure to check our documentation, FAQ and past issues before opening any new ones.

To share your project, get feedback on it, and learn more about Lobe, please visit our community on Reddit. We look forward to seeing the amazing projects that can be built, when machine learning is made accessible to you.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].