Skip to content
View vladduta's full-sized avatar
Block or Report

Block or report vladduta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MyHealthFuel MyHealthFuel Public

    This mobile application is designed for fitness and nutrition enthusiasts. It allows users to monitor their exercises (using a pose detection model), track their nutritional intake, and set persona…

    Java

  2. Temperature-and-humidity-control Temperature-and-humidity-control Public

    Using a temperature and humidity sensor, a fan will be controlled, displaying the temperature and humidity values on two 7-segment displays. Settings adjustments will be made through serial communi…

    C++

  3. Fuzzy-controller Fuzzy-controller Public

    This project implements a control system using fuzzy logic. The aim is to adjust a system based on an error and its derivative

    C++

  4. Diet Diet Public

    An app that calculates the daily calories requirement of the user. Also, the user will be able to keep track of the calories consumed throughout the day by using a checklist. This checklist display…

    Kotlin

  5. TipCalculator TipCalculator Public

    The purpose of this application is to calculate how much to tip someone depending on the cost and the quality of the service

    Kotlin

  6. DigitRecognition DigitRecognition Public

    This project implements a handwritten digit classifier using a Convolutional Neural Network trained on the MNIST dataset. The model is built and trained using the Keras library, allowing users to l…

    Python