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
2/18/2024 12:52:00 AM by Shao Voon Wong
InsertionSort outperforms QuickSort on almost In-Order Array
9/25/2023 3:25:00 AM by optiklab1
Inspired while creating a maze map for the Wall-E project, follow this tutorial to explore ways to algorithmically generate mazes using Graph Theory.
5/28/2024 2:55:00 PM by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
9/15/2023 2:05:00 PM by optiklab1
I previously showed a way to unify implementation of graph-traversal algorithms. Now, I make it more visually appealing and look into the performance differences.
5/9/2024 9:37:00 PM by honey the codewitch
Get location information based on your IP address using an ESP32 and ip-api.com
10/10/2023 8:07:00 AM by Henrik Vestermark
Practical implementation of a fast, robust and reliable polynomial root finder using Newton's method
7/4/2024 3:27:00 AM by Malcolm Arthur McLean
We implement an embedded filing system to serve files to user code, in portable C.
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.
1/11/2024 7:49:00 AM by Bruno van Dooren
In this article, I explain how to create win32 style DLLs and what the various significant intricacies are.
3/5/2024 6:55:00 PM by PJ Arends
Trace your function calls to the Output window.