Assessment of hip joint arthrosis based on the X-ray images of adjacent bones

Scientific paper originated from my engineering thesis, focused on investigating the correlation between structural changes in bones surrounding the hip joint and the joint's degeneration.

Throughout the project, I applied various data normalization methods, image resizing techniques, convolutional neural networks (CNNs), and deep learning approaches to improve the accuracy of arthrosis classification.

Ultimately, I was able to show the correlation between the studied bone regions and hip osteoarthritis, which opens the door to diagnosing the condition without relying on direct imaging of the joint itself.

Studied regions
Studied regions
Conf_photo
Paper presentation at conference

CycleGan DeepFake

This project aimed to utilize CycleGan architecture and create targeted DeepFake model.
Deepfake is targeted, which means that you need to train it for 2 specific faces.

Project involved creating algorithms for automatic face extraction, preprocessing them, training network and swapping faces in the selected video.

GitHub Link
YouTube Video
Left: Original | Right: Deepfake
Left: Original     |     Right: Deepfake

Limitless_Chat

Environment that allows you to use all the benefits of LLMs without concerns about privacy or answer refusal. It involves GUI, RAG with both online and local search (using vector database). It allows also for safe search which uses online RAG for improved anonymity. Models are optimized to run on local machine by quantization and half-precision techniques.

Limitless_chat main points:
- No refusal policy
- Safe search
- Local
- Optimization

Currently in development / prototype state.

GitHub Link
Neural network
Chat GUI preview
Studied regions
Logo

BobRoss ProGAN

Generative neural network designed to create paintings in the style of Bob Ross. It is based on the Progressive-GAN architecture, which generates images by gradually increasing their resolution.
The network was implemented from the scratch and was trained on the dataset of 5000 images, painted in the artist's style.

GitHub Link
Siatka wygenerowanych obrazów
Generated paintings grid
Network learning process

CornHub: Instance-Segmentation dataset of corn cobs

CornHub is a dataset containing corn cobs and their corresponding masks captured in real field conditions. It includes 304 high-resolution RGB images.

It can be used for training and evaluating instance segmentation or object detection models in computer vision, particularly in agriculture as well as in related scientific research.

The dataset is available via one of the following links:

Zenodo
Kaggle
PapersWithCode
Thumbnail
Photo and mask (illustrative image)

NeuroUtils

Programming library focused on automating tasks and managing projects related to computer vision and deep learning.

It was used as base for managing research in the "Assessment of hip joint arthrosis based on the X-ray images of adjacent bones" paper and engineering thesis.

GitHub Link
Logo biblioteki
Library logo
Idea dzialania
Core idea