Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
  • Add AI to your apps
  • Learn AI Programming
  • Publish your AI projects
Free, open source, locally hosted, any platform, any language. View on GitHub

Discuss Download Docs
Turn a code snippet, simple Python module, or a Jupyter notebook into a CodeProject.AI module that can be deployed and used anywhere by everyone. Learn and AI without fighting tools and setup environments.
Over
1 Million
Downloads!
Latest Modules
  • Multi-modal LLM - Chris Maunder
  • LLama chatbot on your desktop - CodeProject
  • License Plate detection (update) - Mike Lud
  • Multi-TPU Coral.AI image detection (update) - Seth
  • AI Image generator - Matthew Dennis
7/9/2024 10:10:00 AM by Jozu MLOps
In this article, we build a Retrieval-Augmented Generation (RAG) pipeline using KitOps, integrating tools like ChromaDB for embeddings, Llama 3 for language models, and SentenceTransformer for embedding models.
1/13/2024 7:59:00 AM by pravin kumar sinha
Python GUI non-blocking with timer events, 'select' API, Blender example
12/18/2023 2:15:00 PM by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
10/12/2023 2:18:00 PM by Rami Alshaar
Full guide to create a website
6/13/2023 9:22:00 AM by Jack Devey
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.
10/25/2023 11:17:00 AM by Cloud Native Apps Team
In this four-part series, you’ll learn how to create an Intelligent App with Azure Container Apps. In this fourth and final part, you’ll explore how to integrate a custom model into your Intelligent Apps, enhancing the application’s features with specialized AI.
12/27/2023 7:56:00 PM by Member 4201813
Imaginary coding interview using Fibonacci numbers as single showcase for a surprising variety of programmers' skills.
8/2/2023 11:00:00 PM by Matt Scarpino
This article explains how the Python API makes it possible to embed Python in C++ and write extension modules in C++ that can be imported in Python.
12/18/2023 2:14:00 PM by Intel
Optimizing Large Language Models on Intel® Xeon® Processors with Intel® Advanced Matrix Extensions (Intel® AMX)
10/29/2023 1:22:00 PM by Rami Alshaar
Enhance your coding skills with a walkthrough on how to create a smart calculator with many features made in Python.