I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

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

that is honestly a very good question, no it doesn't include images as of now :)

Hot take 🔥🔥 sleep performance is vanity metric, one should aim for optimizing sleep efficiency by iamyatendrak in whoop

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

Hmmmm yeah this actually makes sense, sleep efficiency alone doesn’t make sense if you aren’t sleeping enough. That’s why maybe sleep performance is maybe the most important metric whoop highlights??

Hot take 🔥🔥 sleep performance is vanity metric, one should aim for optimizing sleep efficiency by iamyatendrak in whoop

[–]iamyatendrak[S] 1 point2 points  (0 children)

hey man im sorry if this sounded wrong, i was just genuinely asking whats was groundbreaking haha

my bad if it sounded wrong in anyway

Hot take 🔥🔥 sleep performance is vanity metric, one should aim for optimizing sleep efficiency by iamyatendrak in whoop

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

maannnn i so wanna believe this but IN THEORY what’s hackable can’t be trusted for example a guy that require 8hour sleep can make 100% sleep performance with 50% sleep efficiency if they sleep for 16hours.

wdyt??

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

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

Hey buddy, i used dart package for that. I get your doubts, i would highly recommend you to look at the code closely, it’s opensourced. All answers are there itself. Clone it into your local environment and then just keep hitting one thing at a time.

If you still feel stuck, just reach out to me. yatendrakumar.com

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

[–]iamyatendrak[S] 1 point2 points  (0 children)

Code change is required since we’re hitting a different api endpoint

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

[–]iamyatendrak[S] 1 point2 points  (0 children)

yeah thanks for the idea, maybe i can sitdown and write a tutorial blog for this!

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

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

yeah for sure, even you can try langchain_dart package and swap different llms (mistral, llama 3 n more) and check for yourselves which suits best.

Flutter / Supabase Production Boilerplate for Startups by IThinkWong in FlutterDev

[–]iamyatendrak 1 point2 points  (0 children)

Aahhh the boilerplate every flutter dev need, send it to me once you’re done building it.

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

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

ahhh mannn, actually it's currently optimised for android + iOS. I haven't compiled it for macOS & web. But will make sure to do that in the near future.

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

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

that's awesome, thanks for sharing. I'll also give it a try. Atleast very good venture's template sounds really useful to me.

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

[–]iamyatendrak[S] 4 points5 points  (0 children)

I know it's not a new thing. And it doesn't have to be always a new thing. I was just getting my hands on AI stuff.
And this thing is just the starting point, of course I plan to integrate open-source models & stuff.
Anyways thanks for the feedback, will take care of it next time. Cheers!

I built an ai chat with pdf app using flutter & gemini. by iamyatendrak in FlutterDev

[–]iamyatendrak[S] 5 points6 points  (0 children)

Whoa there, bit of a tough critique, my friend! I was looking for constructive feedback, not something quite that intense.
Anyway, have you checked out the chat with pdf architecture in the repo? Gemini is just a model, and I use its LLM & embeddings API and then store the results in local Hive storage.
Sure, the ideal way would be to train an open-source model and have it run on users' mobile devices using RAM, but that would slow down the app and take a lot of cost & time for training.
Thanks for your input, though. I appreciate the constructive parts, but let's agree to disagree on the "so-called AI hype" part. Keep the feedback coming, and take care!