My articles & scientific papers
Face mask detection application
This paper explains the development and training of a model for object detection of wearing face masks and a comparison with a different configuration of the same model. Tensorflow and Google Colab were used to demonstrate development and training of model.
Fitness web site
The paper describes the problem and the process of creating a website. The goal is to create a fitness tracking website where users have the ability to track steps, traveled distance and weight loss. The paper also decribes the programming languages used in the creation of the website (PHP, JAVASCRIPT), markup language (HTML) and MySQL database.
CSS trick, footer always at the bottom of the screen
This article describes the technique of positioning the footer to always be at the bottom of the screen.