<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Projects on Manuel Herrmann</title>
    <link>https://blog.0x17.de/tags/projects/</link>
    <description>Recent content in Projects on Manuel Herrmann</description>
    <image>
      <title>Manuel Herrmann</title>
      <url>https://blog.0x17.de/images/mh.jpg</url>
      <link>https://blog.0x17.de/images/mh.jpg</link>
    </image>
    <generator>Hugo -- 0.159.0</generator>
    <language>en</language>
    <lastBuildDate>Sat, 20 May 2017 17:12:05 +0200</lastBuildDate>
    <atom:link href="https://blog.0x17.de/tags/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hand written letters from 1941 and neural networks</title>
      <link>https://blog.0x17.de/post/letter-cnn/</link>
      <pubDate>Sat, 20 May 2017 17:12:05 +0200</pubDate>
      <guid>https://blog.0x17.de/post/letter-cnn/</guid>
      <description>&lt;p&gt;As another side project i am currently trying to convert a letter into
computer readable text just from a scanned image.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.0x17.de/proj/cnn_letter.png&#34;&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>As another side project i am currently trying to convert a letter into
computer readable text just from a scanned image.</p>
<p><img loading="lazy" src="https://www.0x17.de/proj/cnn_letter.png"></p>
<p>The original images which will be preprocessed and passed to a
convolutional neural network are scanned A4 letters with a resolution
of about 2550x3500 pixels at 300dpi.</p>
<p>At first some letters will be manually converted into text for
labeling, which is required for the training process. A self written
tool is used to assign a position to each character in the
transcription. This process can be seen in the screenshot above. The
tool was written with OpenCV and allows a preview of the next two
words, highlights the current letter which is to be labeled and shows
some bounding box with hints for the later cropping process. (If you
want the source just write me some message but i also plan to release
the project after some results)</p>
<p>After each letter has some assigned position, the image still needs to
be preprocessed/enhanced as the color of the font is quite close to
the background color. This step can be done automatically in the
future. For each labeled character a 32x32px sub image will be
cropped and additionally for each of those images small pixel
translations, scaling and sinus wave transformations will be applied
to generate a lot more training data for the learning process.</p>
<p>For the CNN i planned to use Tensorflow as it has been proven to be
quite flexible for this task.</p>
<p>I will present the network configuration and further results in the next blog posts :)</p>
<p>Current letter counts after labeling two letters:</p>
<pre>
     16 ,
      2 !
     24 .
      2 0
      4 1
      3 2
      1 3
      2 4
      1 9
     71 a
      3 ä
     22 b
     54 c
     33 d
    162 e
     17 f
     26 g
     76 h
     81 i
      5 j
     13 k
     41 l
     22 m
    100 n
     26 o
      2 ö
      5 p
     65 r
     48 s
      4 ß
     57 t
     22 u
      4 ü
      1 Ü
      7 v
     31 w
     13 z
</pre>]]></content:encoded>
    </item>
    <item>
      <title>The official Harpoon page went online</title>
      <link>https://blog.0x17.de/post/harpoon-page-online/</link>
      <pubDate>Mon, 16 Jan 2017 00:55:55 +0100</pubDate>
      <guid>https://blog.0x17.de/post/harpoon-page-online/</guid>
      <description>&lt;p&gt;The official Harpoon website is now online and available at &lt;a href=&#34;https://harpoon.0x17.de/&#34;&gt;https://harpoon.0x17.de/&lt;/a&gt;.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>The official Harpoon website is now online and available at <a href="https://harpoon.0x17.de/">https://harpoon.0x17.de/</a>.</p>
<p>You can follow the project on the blog, github or via rss with the following urls:</p>
<ul>
<li>Blog: <a href="https://harpoon.0x17.de/blog/">https://harpoon.0x17.de/blog/</a></li>
<li>RSS: <a href="https://harpoon.0x17.de/blog/index.xml">https://harpoon.0x17.de/blog/index.xml</a></li>
<li>GitHub Harpoon: <a href="https://github.com/HarpoonOrg/Harpoon">https://github.com/HarpoonOrg/Harpoon</a></li>
<li>GitHub HarpoonClient: <a href="https://github.com/HarpoonOrg/HarpoonClient">https://github.com/HarpoonOrg/HarpoonClient</a></li>
</ul>
<p>Have fun reading! :)</p>]]></content:encoded>
    </item>
    <item>
      <title>Harpoon: Current State</title>
      <link>https://blog.0x17.de/post/harpoon-current-state/</link>
      <pubDate>Mon, 17 Oct 2016 15:39:30 +0200</pubDate>
      <guid>https://blog.0x17.de/post/harpoon-current-state/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/0x17de/Harpoon/&#34;&gt;Harpoon&lt;/a&gt; is a flexible chat client for common protocols - written in C++ - and will stay online when you aren&amp;rsquo;t. You will get push notifications for private messages when you are on the run.&lt;/p&gt;
&lt;p&gt;Here are some screenshots of the current state:&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://github.com/0x17de/Harpoon/">Harpoon</a> is a flexible chat client for common protocols - written in C++ - and will stay online when you aren&rsquo;t. You will get push notifications for private messages when you are on the run.</p>
<p>Here are some screenshots of the current state:</p>
<p><img loading="lazy" src="https://www.0x17.de/proj/harpoonClient6.png">
<img loading="lazy" src="https://www.0x17.de/proj/harpoonClientQt3.png"></p>
<p>Those screenshots need a little description, so here you go:</p>
<p>Harpoon consists of a server program and three different clients: Web/Desktop/Mobile.</p>
<p>In the first screenshot you can see the browser interface (topleft), whereas in the second screenshot you can see the desktop client.</p>
<p>The project is still work in progress as some essential parts are missing. Those are showing the backlog, user login and yet server configuration. In the next few updates those topics will be adressed and i will keep you up to date.</p>
<p>If you have questions you can find me on IRC. Just click the following link: <a href="https://webchat.freenode.net/?channels=harpoon">freenode.net channel #harpoon</a>.</p>
<p>Follow me on <a href="https://www.twitter.com/0x17de">twitter</a>, watch the project on <a href="https://github.com/0x17de/Harpoon/">github</a>, read my <a href="/index.xml">RSS</a> or join #harpoon on freenode.net to receieve status updates. :)</p>]]></content:encoded>
    </item>
  </channel>
</rss>
