Shivan Taher

Welcome

I am using this website to provide some additional information about some of my side projects that I have been working in the past. If you have any questions you will find my contact information at the bottom of the page. You can also take a look at my Github repositories.

If you are interested in my professional career, please have a look at my CV on LinkedIn.

My projects

ComputerVision

ComputerVision is a small C++ library that I have created as a side project with basic image processing algorithms for line detection based on Hough transform. I have started the project out of curiosity and for educational reasons. It helped me to understand basic image processing algorithms and C++ basics.

Machine Learning

As another educational side project I was working on an artificial neural network simulation in C++ to explore the wide field of machine learning. The library uses the backpropagation algorithm for the learning process.

Qrush!

Qrush! was a university project that I had started with a friend. It is a programmable painting tool made in Qt5 which integrates the V8 JavaScript Engine to provide the possibility to program custom brushes.