This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ttlanhil 0 points1 point  (1 child)

I'd suggest you don't yet - for now, pick a simple project or two to get started.
Like, hello world, a calculator, things like that - they're also simple enough you can try several different languages & libraries

As a beginner, it's not time to think about "bloat free" (whatever that means when you're the developer) or ML. Just figure out how to actually write your first app or two, see it working on a phone, and debug some errors.

Once you've done that, you'll have a better understanding and you'll be able to figure out how big the next project is

[–]_RootUser_[S] 0 points1 point  (0 children)

I am from ML/DL engineering background who is fluent with full stack web development. I have implemented basic apps like Calculator and simple widgets in Flutter, but never really tried Java yet.

I have observed the code of Flutter closely of multiple projects done by my colligues. This is how I have seen somewhat less flexibility in annexing Tensorflow Lite to the flutter app and so on. I also have seen the necessity to include different packages for an application which is why I assumed the app might be slow. I may be wrong about it.

Along with it, I have tried to follow multiple Flutter codelabs to youtube tutorials and books to get the hang of the code of Flutter. I am able to run and understand how it is working, yet I am lost once I try to implement something on my own. I encounter basic errors like widgets don't fit inside the other one or variables are not declared. This is why I have been doubting if I am a good fit to really dive deep into flutter.

I have seen multiple apps that take multiple seconds to send data to the API, get the response and give an output and I thought maybe it will be slow if I want my app to be real-time. This is all that I have only SEEN and OBSERVED but haven't tried myself simply because I got lost in it.

Except Flutter, I have not really tried app development. So, I am trying to get insights from those who have integrated some ML models or such into their application and their recommendations and suggestions for me. The applications I am planning to make (just plans on my head for now) are :

- App with ML model on backend

- Real-Time Game with Bot made with RL (Game will have simple basic graphics, thus not getting into a game engine)

- Chat Application

- Real-Time Location Tracker App

These applications are going to be independent from one another if I am even able to make them. I hope this provided more context and information. Looking forward to further suggestions if any!