A traditional Web Application Firewall (WAF) can no longer protect against the subtle and pernicious attacks that happen at the application layer. Given below are …
Design Patterns used in Event Driven Architectures
Event driven architectures help in tacking asynchronous workflows. This post introduces 5 of the most frequently used patterns which are used when designing Event Driven …
Applying AI – Computer Vision and NLP
Two of the areas where Artificial Intelligence is thriving are Computer Vision(CV) and Natural Language Processing. CV tries to replicate the human act of seeing …
REDIS Scripting – a quick intro
Lua scripting can be used to increase the speed of REDIS operations as opposed to coding the operations in the language of your application. What …
REDIS – Datatypes and commands
The REDIS command line is a powerful tool to prototype and even perform operations in production. Since the REDIS command line is very user friendly …
LLMs and the PaLM API
An LLM is a neural network that takes input text and gives a response. LLMs are trained on a huge corpus of information. LLMs can …
ODML with MediaPipe
On-Device Machine Learning or ODML refers to running machine learning models using just the computing resources of the device in question.MediaPipe is a low code/no …
ODML – Running LLMs on Android
Large Language models are built by training them on a very large corpus of data. They are typically based in deep-learning neural networks such as …