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
10/25/2023 6:50:00 AM by Alexey Shtykov
Python became a quite popular programming/scripting language recently. But, after some inspiring experience, I've got some open questions...
10/16/2023 11:58:00 AM by Cloud Native Apps Team
In the last article, we created an Intelligent App that leverages Azure AI Vision to analyze images and extract data. We developed an API to perform optical character recognition (OCR) on uploaded images and tested this API locally.
7/3/2024 7:51:00 PM by Michael Chourdakis
A quick python course for C++ developers
2/15/2024 6:47:00 PM by Chris Maunder
The full walkthrough of a bare bones module for CodeProject.AI using Python
3/4/2024 10:26:00 AM by Oliver Kohl
This article provides a comprehensive guide to TensorFlow 2.x, covering its execution modes, model building APIs, and insights for choosing the right approach for machine learning projects.
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.
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:13:00 PM by Intel
Transfer Learning on a CPU Is an Efficient Way to Build Accurate Image Classifiers
9/8/2024 6:10:00 AM by Murthy TS
Getting clean, structured data from four leading AI platforms - OpenAI, Groq, Gemini, and Mistral
1/29/2024 11:35:00 AM by Ștefan-Mihai MOGA
Implementation of Producer-Consumer problem in C++ and Python