https://github.com/jack-development/labvision
This Android application uses Google's ML Kit to identify machinery components at the University of Birmingham's Collaborative Teaching Laboratory. The machine learning models are trained using TensorFlow Lite Model Maker.
https://github.com/jack-development/labvision
android google-ml-kit image-classification machine-learning tensorflow
Last synced: 4 months ago
JSON representation
This Android application uses Google's ML Kit to identify machinery components at the University of Birmingham's Collaborative Teaching Laboratory. The machine learning models are trained using TensorFlow Lite Model Maker.
- Host: GitHub
- URL: https://github.com/jack-development/labvision
- Owner: Jack-Development
- License: other
- Created: 2022-06-22T21:25:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T07:51:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T10:45:29.403Z (5 months ago)
- Topics: android, google-ml-kit, image-classification, machine-learning, tensorflow
- Language: Java
- Homepage:
- Size: 55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# LabVision
Welcome to the CTL Machine Learning Application project! This is an Android application that leverages [Google MLKit](https://developers.google.com/ml-kit/) to identify components of machinery used within the Collaborative Teaching Laboratory at the [University of Birmingham](https://www.birmingham.ac.uk/index.aspx).
The models used in the application are trained using the [TensorFlow Lite Model Maker](https://www.tensorflow.org/lite/models/modify/model_maker). They are Image Classification models, created using images taken within the labs and labelled with [labelImg](https://github.com/tzutalin/labelImg), created by [Tzuta Lin](http://tzutalin.github.io/).
## Overview 📝
This Android application was designed to aid in the identification of machinery components within the Collaborative Teaching Laboratory (CTL) at the University of Birmingham. With the help of Google's MLKit, we can harness the power of machine learning to achieve our goals.
## Features 🎮
- Identification of machinery components via MLKit
- Utilizes Image Classification models trained by TensorFlow Lite Model Maker
- Easy-to-use Android application## Documentation 📚
A detailed breakdown of the development and maintenance of the application can be found in our [documentation](https://github.com/Jack-Development/LabVison/blob/main/CTL_AR_Training_Documentation_2_0.pdf).
## Development 💻
This project was developed using the following tools:
## License 📄
This project is licensed under a custom proprietary license. Please see the [LICENSE](LICENSE) file for more details.