Auto-Learn is a machine learning Android application for our Fundamentals of Software Engineering class that we took in Spring 2020.
There are six possible classifications for Auto-Learn to classify your image:
* Convertible
* SUV
* Truck
* Van
* Saloon/Sedan
* Coupe
Collaborators to this repository include:
Edrik Aguilera (https://github.com/driko-development)
William Anderson (https://github.com/willpanderson)
Ryan Laurents (https://github.com/laurentsR)
Jonathan Padilla-Vences (https://github.com/jonathanpv)
GitHub was used to host our git repository, it contains the following items:
- AutoLearnApp - Android studio project
- Documentation - Project Documentation
- Machine Learning - Dataset and ML material
- README.md - Project description and instructions
Please follow the instructions below to get started testing our application. When testing our application ensure that the minimum Android version is set to 7.0.0 Nougat (API level 24). We recommend using a Nexus 5X emulator for testing.
Physical devices that have been used to test our application include:
- Galaxy Tab A 8.0
- Galaxy S8 Active
- Galaxy S7 Edge
- Android Studio must be installed (Installation Instructions)
- Git must be installed (Installation Instructions)
From the cmd prompt or PowerShell type in the instruction
git clone https://github.com/willpanderson/Auto-Learn-Pro.git
Verify that you have the contents of the repository by listing the directory
From the terminal type in the instruction git clone https://github.com/willpanderson/Auto-Learn-Pro.git
Verify that you have the contents of the repository by listing the directory
-
Select Open an Existing Android project and navigate to the directory listed before
-
Click on the Android project denoted by the green Android Logo and hit OK
-
Load an emulated device or connect a device (Nexus 5x recommended)
Instructions for Emulated Device
-
For emulated devices the emulator will launch and the Auto-Learn Pro application will be installed
- UML diagrams - located inside of Increment1_UML
- System Requirements Analysis - located inside of Increment2_SRA
- Test Plan - located inside of Increment3_TPL
- Final Documentation - located in Increment4_Final Binder
Our dataset consists of 5000+ images in a Google Shared Drive folder named car_images which contains six folders representing our six classifications. This is the dataset that was used to train the machine learning model generated by FirebaseAutoML Vision Edge API
Contains a Google Collab with the code for our custom machine learning model. This model is currently being developed. Our current work can be found on our Google Shared Drive
- To get started click on the autolearn_model.ipynb in the Shared Drive.
- autolearn_model.ipynb - local copy of the colab (must use Google Colab)
- labels.txt - Text file contains the six classifications of vehicles
- model.tflite - The current custom model using the code in the Colab
- model_IO.py - python script to determine the input for the model in Android