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
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.
5/30/2024 10:30:00 AM by Apriorit Inc
This article describes the first steps in low-level programming on the example of developing of simple boot loader
6/12/2024 4:14:00 AM by Shao Voon Wong
MFC KillFocus Derived CEdit to solve the Q&A question which has been reposted
2/25/2024 1:54:00 AM by honey the codewitch
Got an embedded or IoT widget with a screen but no real memory or flash space to speak of? Read this.
5/27/2024 9:57:00 PM by Matt Scarpino
This article explains how to code applications that rely on gRPC to transfer data using protocol buffers.
3/18/2024 12:45:00 PM by honey the codewitch
Just a clock with snazzy digits that syncs using NTP and gets your timezone from your IP.
8/26/2024 10:57:00 PM by ColleagueRiley
A tutorial that explains how to use macOS's Cocoa API in Pure-C.
5/7/2024 10:13:00 PM by Jovibor
Library for parsing internal structures of PE32/PE32+ binary files.
4/18/2024 1:26:00 PM by Michael Chourdakis
An introduction to machine learning with working C++ code that trains a linear regression model.
6/30/2024 4:07:00 AM by YasIkeda
In this article we examine two implementations of the factory design pattern.