Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 708 Bytes

Fish species classifier

The task is to create a mobile application (Android) to classify fish by photo.

Basic functionality:

  • Uploading a photo of a fish from the album of the phone
  • The possibility of taking a picture of fish with the smartphone camera
  • Display of the fish species on the smartphone screen

At the moment the following has been done:

  • Collected data (fish images) for 22 classes
  • A neural network-based machine learning model has been trained
  • The model is saved in a lightweight tflite format for use in an Android-based mobile app
  • A prototype mobile application for Android with basic functionality was created
  • Assembled the installation apk file in Android Studio