AKAmisha Kirtiinamishakirti6410.hashnode.dev·Mar 29, 2022 · 3 min readUsing Tensorflow Lite with Flutter AppsTensorFlow Lite is an open-source framework that provides a set of tools which enables developers to execute their trained models on mobile, embedded, and IoT devices and desktops, enabling on-device machine learning. Tensorflow Lite supports trainin...00
AKAmisha Kirtiinamishakirti6410.hashnode.dev·Mar 23, 2022 · 4 min readFlutter App Tutorialflutter create appname Explain folder structure Create assets/images folder Add images Add flutter... assets: - assets/images/ in pubspec.yaml Clear all main.dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); create ...00
AKAmisha Kirtiinamishakirti6410.hashnode.dev·Mar 4, 2022 · 2 min readGoogle CloudSkillBoost Monthly Subscription Credits Walkthrough [Flutter Festival 2022]This demo will show you how to get a monthly subscription to complete the four quests viz. Flutter Essentials , Dart Essentials , Flutter Development and Cloud Essentials on Google CloudSkillsBoost powered by qwiklabs. Step 1: Navigate to the site. ...00
AKAmisha Kirtiinamishakirti6410.hashnode.dev·Jan 18, 2022 · 3 min readHow to add loading animation in an ImageView in Android Studio [Kotlin]Often, we display images from a web URL in our android applications. Executing it in an effectively modern way will always help boost productivity, developer satisfaction, and code safety. To use an image from web in android, it has to be internally ...00
AKAmisha Kirtiinamishakirti6410.hashnode.dev·Sep 9, 2021 · 1 min read7 must have profiles for Computer Science UndergraduatesAs per various estimates, around 1.5 million engineers graduate per year in India. Out of which the overall number of students graduating with a computer science degree increased 15%, from 63,744 in 2017 to 73,386 in 2018. Looking at the stats, it is...00