spsaswat / plantdis

A Plant Disease Detector App based on Nested Transfer Learning
GNU General Public License v3.0
4 stars 1 forks source link

Add tts to model output in mobile app #3

Closed spsaswat closed 2 weeks ago

spsaswat commented 8 months ago

Use flutter text-to-speech package to read the output for the user. Edit the this file and add tts. Add package in the yaml. Also, please add proper documentation to the code.

spsaswat commented 2 weeks ago

image Have a settings icon (on top right of the app) clicking on which navigate to the settings page. Have two toggle on the settings page, one for voice mode and one for dark mode.