Ormedian-Utils, My first python Package

Search for a command to run...

No comments yet. Be the first to comment.
In this series, I will be discussing intriguing topics I come across in machine learning, bordering around the deep neural networks, Bayesian neural networks, and contrastive self-supervised learning.
Introduction Imagine you're a wine connoisseur with a penchant for data. You've collected a vast dataset that includes variables like acidity, sugar content, and alcohol level for hundreds of wine samples. You're interested in distinguishing wines ba...
I first heard of the contextual bandit algorithm a couple of years back as an undergrad. I never gave much thought to it. Recently, I started working on reinforcement learning for the thrill of picking up my HRI research again and shaking off the dus...

Assurance Packs for AI Systems

The issue and ethical conundrum with equality of outcome is that those who advocate for this ideal want everyone to end up on the same level, hence the advocacy for equal redistribution of results, regardless of merit, effort, or individual differenc...

One of the interesting research projects I collaborated on with colleagues in China last year was using vision to predict the tendency of developing Alzheimer’s disease. We used images from diverse clinical datasets, which gave us a base and provided...

I know the hype is all around LLMs right now, but deep learning for computer vision continues to drive advancements in AI too – from your smartphone to applications at airports. Perhaps you would like to learn how to build yours. This past summer, I ...

Finally got around to publishing my first Python package and it is for basic computer vision tasks.
Over the last couple of months, I realised that I have had to write the same codes all over again and manually do some tasks that I could have easily automated. These usually lead to a lot of boilerplate codes. Being the curious mind that I am- I decided to write a package that I could easily install on my PC and run these tasks whenever I so desire. I can also plug this package as part of a larger project code base.
So, here is introducing [Ormedian-Utils](https://pypi.org/project/ormedian-utils/#description) a python package for basic CV tasks.
As of now ormedian-utils can do the following
Read the docs here .
I hope you find the package useful.