Python


A Guide to Django Sessions (Before they make you CRY)

Learn Different Types of Session in Django

pythondjangolearning

Measuring Object Size with OpenCV

Given an image, can you estimate the dimension of an object inside?

computer-visionopencvpython

Finetuning LLaVa on Custom Dataset

pythonllmmultimodal

3D Affine Transformation Matrices Implementation with NumPy

Explores 3D affine transformation matrices and implements it with NumPy

pythonnumpycomputer-graphics

10 Most Frequent Words In ‘Dune: Part Two’ with Python 

A guide to finding the 10 most frequently used words in 'Dune: Part Two' using Python

pythoncodedata

Liquid Neural Networks: Simple Implementation

Building a liquid neural network from scratch and demonstrating its capabilities using a small image dataset.

liquid-neural-networkslnnstensorflow

Multi-module Logging in Python

Enhance your Python logging capabilities with multi-module logging techniques. Learn how to efficiently manage and consolidate logs across various modules in your Python applications. Explore best practices and implementation strategies to streamline logging across your projects for improved debugging and monitoring.

pythonpython-programmingpython3

Predicting Customer Service Call Volume with TensorFlow: A Machine Learning Approach

Leveraging the power of machine learning and TensorFlow to build a predictive model for estimating inbound call volumes to a customer service center.

javascriptpythontensorflow

Building a Time Management App

A guide to building a time-management app using Porter’s Five Forces model

pythoncodingtimemanagement

Build AI Web Apps with Django & LangChain

Starter guide for a RAG Web App using Chroma & OpenAI

artificial-intelligencedjangolangchain