Hey there,
You are looking at some sort of lil representation of my current progress in the field of machine learning. When I'm done whith certein part or find time to fully train the model (as it seems my machine isn't quite suitable for the high computational task) I usually try to upload the results at some form. I'm just at the beginning of my journey, so this is more of a work in progress than something final. Feel free to take a look.
Recognition of full vs. empty Coke bottles [Link to short video demo, Link to .py file]
- recognition of Coke bottles and assignment of these bottles to niches in a box with the help of 4 qr codes
- provision of information to a robotic arm [Link to video of the sorting roboter]
- Tags (OpenCV, YOLOv10, fine-tuning of the coco-model, qr code detection, creation and annotation of an image dataset)
- if you want to recreate the inference process use the README.md after you have downloaded the project folder and watched the video demo
- you will also find some example photos in the
exmaple_photos
folder, which you have to copy in thephotos
folder
- you will also find some example photos in the
License Plate Tracker [Link to the .ipynb file]
- Tags (OpenCV, YOLOv8, fine-tuning of the coco-model, ocr of license plates)
- classification of cancerous vs. non-cancerous images
- Tags (OpenCV, YOLOv8, fine-tuning of the coco-model, ocr of license plates)
- the following gives a good baseline licence plate tracking model, but it needs some improvemetnt:
- transfer learning on a larger license plate dataset for better object detection
- using a custom OCR model which was trained on regional license plates as easyocr struggles with the continuous classification of characters in this sample footage
Google & Apple stock prediction [Link to the .ipynb file]
- prediction of the future stock development based on the previous closing prizes
- Tags (Tensorflow, RNN)
Breast Cancer [Link to the .ipynb file]
- classification of cancerous vs. non-cancerous images
- Tags (Tensorflow, oversampling, transfer learning, unfreezing the base model)
CIFAR 100 [Link to the .ipynb file]
- Image classification of 100 classes
- Tags (Tensorflow, data augmentation)
Cats vs. Dogs [Link to the .ipynb file]
- Image classification of 2 classes
- Tags (Tensorflow, transfer learning)
Comparison of Activation Function carried out on MNIST [Link to the .ipynb file]
- Image classification of 2 classes
- Tags (Tensorflow, relu, swish, mish, selu, gelu)