tag: python
May 24, 2024
Doppalf: RAG powered full-stack AI chatbot like ChatGPTBuild a full-stack RAG-powered AI chatbot like ChatGPT to give LLM your personality with Python, FastAPI, Llamaindex, Cohere, Qdrant, Next.js (Typescript), and Tailwind CSS.
Mar 6, 2024
Asynchronous or Concurrency patterns in Python with AsyncioEffective implementation of asynchronous or concurrency patterns like Background task and Worker Pool in Python using Asyncio.
Dec 25, 2022
Super fast Python (Part-5): NumbaSpeed up Numerical computations and functions in Python with Numba and Numpy.
Nov 18, 2022
Super fast Python (Part-4): CythonConvert slow Python code to run as fast as C/C++ using Cython.
Nov 12, 2022
Super fast Python (Part-3): Multi-processingMake computations in Python faster with Multi-processing .
Nov 9, 2022
Super fast Python (Part-2): Good PracticesWrite Python programs by following good practices to run code incredibly faster.
Nov 7, 2022
Super fast Python (Part-1): Why Python is Slow?Why Python is slow compared to C/C++ or Java? And where can we improve our code to run fast?
Mar 23, 2022
Image Enhancement using Retinex AlgorithmsEnhance low-light images using Retinex algorithms with Fast Fourier Transform in Python.
Nov 26, 2021
Chromatic adaptation (Color constancy)Color constancy of an image using Chromatic adaptation technique in Python.
Oct 19, 2021
Whiteboard Image Enhancement using OpenCVEnhance whiteboard images taken from mobile using OpenCV.