-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter Version #2
Comments
Can you put down something about the project like what type of project is that and what flutter version you are using?? |
I'm using the most recent version of flutter and compiling it keeps giving errors, tflite being depreciated and neumorphics no longer being supported |
My name is Toluwanimi Oderinde, a student of Babcock University, Nigeria. I
am currently in my final year and my project topic is plant disease
detection. I've been struggling create such an application so I've been
looking for case studies as a reference. I came across your app and I must
say it was beautifully implemented.
The reason for mailing this morning might be silly but you won't know for
sure if you don't try. I was wondering if I could get some mentorship on
how to build something similar to your system.
I'd very much like a reply as soon as possible.
Regards
|
Hi Toluwanimi. This project was just a quick cook-up as our mini project in college. And being so, the finer implementation details are unfortunately lost to me and my teammates. However, if you wish to build a similar app, here are some pointers. We used something called Google Teachable Machine(Easy to use GUI to train classification models) to train the models and export them into tflite format for use with mobile applications. Then we simply integrated these models into the Flutter app using a package from pub.dev which allowed usage of tflite models. But if you were to proceed with this idea, I would suggest you to get a good handle on ML model training concepts first and then try to train your own models which would definitely be far more accurate and tunable than the Teachable Machine ones. Knowledge of ML will also prove useful to you in the long run. As for the UI, I would suggest you to set the design language you want to go for, before starting with the coding. Helps keep things clean and saves a lot of time. Also you can add way more features to an app like this if you really want to go in on it. All the very best for your endeavours!Regards,Sagar PaulSent from my iPhoneOn 25-Feb-2024, at 3:37 PM, issa oderinde ***@***.***> wrote:
My name is Toluwanimi Oderinde, a student of Babcock University, Nigeria. I
am currently in my final year and my project topic is plant disease
detection. I've been struggling create such an application so I've been
looking for case studies as a reference. I came across your app and I must
say it was beautifully implemented.
The reason for mailing this morning might be silly but you won't know for
sure if you don't try. I was wondering if I could get some mentorship on
how to build something similar to your system.
I'd very much like a reply as soon as possible.
Regards
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
yeah i am having the same problem how can i solve it ? |
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
FAILURE: Build failed with an exception.
This is the exact error that i am getting , I am new to flutter can you plz help me ?? |
Please the app isn't running because of the flutter version
The text was updated successfully, but these errors were encountered: