<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: geekjr</title>
    <description>The latest articles on DEV Community by geekjr (@geekjr).</description>
    <link>https://dev.to/geekjr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F484563%2F2acc3830-73a2-4986-9e2e-16378011d5cd.png</url>
      <title>DEV Community: geekjr</title>
      <link>https://dev.to/geekjr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/geekjr"/>
    <language>en</language>
    <item>
      <title>YOLOV4 Inference in 2 lines of code using QuickAI</title>
      <dc:creator>geekjr</dc:creator>
      <pubDate>Wed, 21 Jul 2021 00:13:14 +0000</pubDate>
      <link>https://dev.to/geekjr/yolov4-inference-in-2-lines-of-code-80h</link>
      <guid>https://dev.to/geekjr/yolov4-inference-in-2-lines-of-code-80h</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3Xu49IDaCh8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>deeplearning</category>
    </item>
    <item>
      <title>QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art Machine Learning models.</title>
      <dc:creator>geekjr</dc:creator>
      <pubDate>Wed, 05 May 2021 21:30:01 +0000</pubDate>
      <link>https://dev.to/geekjr/quickai-is-a-python-library-that-makes-it-extremely-easy-to-experiment-with-state-of-the-art-machine-learning-models-5bg6</link>
      <guid>https://dev.to/geekjr/quickai-is-a-python-library-that-makes-it-extremely-easy-to-experiment-with-state-of-the-art-machine-learning-models-5bg6</guid>
      <description>&lt;p&gt;GitHub: &lt;a href="https://github.com/geekjr/quickai"&gt;https://github.com/geekjr/quickai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As an example to perform image classification, you only need to write 2 lines of code instead of many you would otherwise have to write without quickai:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="nn"&gt;quickai&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;ImageClassification&lt;/span&gt;
&lt;span class="n"&gt;ImageClassification&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;MODELARCH&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;PATH&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;SAVENAME&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Where:&lt;br&gt;
MODELARCH is the architecture you want to use&lt;br&gt;
PATH is the path to your training data&lt;br&gt;
SAVENAME is the path to save your model to&lt;/p&gt;

&lt;p&gt;There are a few more examples in the examples folder of the repo.&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>deeplearning</category>
      <category>python</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Xcode basics for cross platform app development (Flutter &amp; React Native)</title>
      <dc:creator>geekjr</dc:creator>
      <pubDate>Mon, 12 Oct 2020 19:52:26 +0000</pubDate>
      <link>https://dev.to/geekjr/xcode-basics-for-cross-platform-app-development-flutter-react-native-163i</link>
      <guid>https://dev.to/geekjr/xcode-basics-for-cross-platform-app-development-flutter-react-native-163i</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/AVPFsi786cc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Xcode can be very overwhelming for beginners. In this video, I will show you everything you need to know about Xcode for cross platform app development. What I show you works for both, React Native and Flutter. When you are done with this video, you will know how to build different versions/configurations of your app for debugging, testing, and production/distribution. You will also become familiar with the layout and interface of Xcode 10/11 on macOS Mojave/Catalina.&lt;/p&gt;

</description>
      <category>xcode</category>
      <category>flutter</category>
      <category>reactnative</category>
      <category>react</category>
    </item>
    <item>
      <title>How to turn any React web app into a native desktop app(Windows, macOS, Linux) with Tauri.</title>
      <dc:creator>geekjr</dc:creator>
      <pubDate>Wed, 07 Oct 2020 16:11:38 +0000</pubDate>
      <link>https://dev.to/geekjr/how-to-turn-any-react-web-app-into-a-native-desktop-app-windows-macos-linux-with-tauri-4644</link>
      <guid>https://dev.to/geekjr/how-to-turn-any-react-web-app-into-a-native-desktop-app-windows-macos-linux-with-tauri-4644</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/G0KS4iTaZGQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Text based Tutorial: &lt;a href="https://geekjr.github.io/reactTauri.html"&gt;https://geekjr.github.io/reactTauri.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do you have any React web app? Would you like to turn that into a native desktop app with minimal effort? Would you like that native desktop app to be memory and disk efficient unlike Electron? Well then, you are at the right place. This video will show you how to do that with Tauri. I will first tell you why you should care about Tauri, then I will show you how to install and configure what you need to develop with Tauri on Windows, macOS, and Linux. Then, we will turn the default React application into a native desktop app! With all of this knowledge, you will be able to turn almost any React web app into a native desktop app. &lt;/p&gt;

&lt;p&gt;Tauri is a framework that has the same goal as Electron: Allow people to create native desktop apps for multiple platforms using JavaScript. However, that is were there similarities stop. Tauri uses Rust. Therefore, it is way more disk and memory efficient then Electron. This means that the binaries are smaller and use less memory.&lt;/p&gt;

&lt;p&gt;00:00 - Intro&lt;br&gt;
00:22 - What is Tauri?&lt;br&gt;
02:02 - Windows setup&lt;br&gt;
09:45 - Mac setup&lt;br&gt;
16:00 - Ubuntu/Debian setup&lt;br&gt;
21:47 - Building the app&lt;br&gt;
39:08 - Outro&lt;/p&gt;

</description>
      <category>react</category>
      <category>tauri</category>
      <category>javascript</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
