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/22/2023 3:32:00 AM by Jin Choi
A layman's description of how Kalman Filters work, and sample code that shows how to use it to forecast stock market volatilities
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.
12/27/2023 7:21:00 PM by Miguel Angel Cabrera Miñagorri
Learn to create real-time computer vision applications with a couple of Python functions and a model URI.
1/29/2024 11:35:00 AM by Ștefan-Mihai MOGA
Implementation of Producer-Consumer problem in C++ and Python
2/21/2024 7:45:00 AM by Azim Zahir
Visualizing a Binary Search Tree using Python, Tkinter and Graphviz
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.
11/9/2023 1:37:00 PM by Suhagkumar Vamja
This article discusses running automation tests at scale using Python, primarily focusing on Selenium.
12/18/2023 11:47:00 AM by Oliver Kohl
Step-by-step guide on data-cleaning
10/13/2023 1:39:00 PM by Cloud Native Apps Team
In this first article of our hands-on series, we’ll delve into creating an Intelligent App that leverages Azure AI Vision to analyze images and extract data.
10/11/2023 4:42:00 AM by Evgenii Zaiats
An approach for integration test frameworks on validating changes within the framework without executing all test suites after each change.