https://github.com/sondosaabed/linear-regression-inference-android
Exercise of Introdcution to Lite tensorflow: Linear Regression
https://github.com/sondosaabed/linear-regression-inference-android
android-application java linear-regression tensorflow-lite
Last synced: 11 months ago
JSON representation
Exercise of Introdcution to Lite tensorflow: Linear Regression
- Host: GitHub
- URL: https://github.com/sondosaabed/linear-regression-inference-android
- Owner: sondosaabed
- Created: 2023-10-20T18:11:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T22:58:14.000Z (over 2 years ago)
- Last Synced: 2025-06-05T04:26:12.284Z (about 1 year ago)
- Topics: android-application, java, linear-regression, tensorflow-lite
- Language: Java
- Homepage:
- Size: 132 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linear-Regression-Inference-Android
Exercise of Introdcution to Lite tensorflow: Linear Regression
## Linear Regression App
In this part of the lesson I am deploying a TF Lite model in an Android App that performs linear regression. Knowing that I have trained this model using in this notebook:
https://github.com/sondosaabed/Introduction-to-Tensorflow-lite/blob/main/Intro%20Code%20Examples.ipynb
[Example](https://github.com/sondosaabed/Linear-Regression-Inference-Android/assets/65151701/3234fc86-315c-43af-8102-78a3220ce088)