Skip to content
View anastasija0's full-sized avatar

Block or report anastasija0

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. Breast-cancer-detection-using-Machine-Learning Breast-cancer-detection-using-Machine-Learning Public

    This project implements a Convolutional Neural Network (CNN) to detect breast cancer from microscopic images of tumor tissue. Using a dataset of 7,909 images (2,480 benign and 5,429 malignant), the…

    Python

  2. Image-Detection-Problem Image-Detection-Problem Public

    A Python project that detects circle bounces by analyzing both video frames and audio data. It uses image processing for shape detection and a Butterworth bandpass filter for audio peak detection, …

    Python

  3. Maze-Problem Maze-Problem Public

    This project tackles a pathfinding problem in a maze, using the A* search algorithm. The maze is represented as a PNG image where each pixel is either empty (walkable) or occupied by a wall (unwalk…

    Python

  4. Constraint-stabilization-method-in-Python Constraint-stabilization-method-in-Python Public

    In this project, we modeled the motion of a ball on a rotating parabolic wire using the Lagrange multiplier method. We derived and solved the system of differential equations via the Constraint Sta…

    Python

  5. BB8-robot BB8-robot Public

    Project I did in high-school with my friend. Idea is to make mini replica of Star Wars' BB8 robot using 3D printer, and to control it using Arduino and HC05 Bluetooth module.

    C++

  6. Producer-Consumer-ActiveMQ Producer-Consumer-ActiveMQ Public

    Task to demonstrate how two applications can send and receive messages using ActiveMQ.

    Java