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
6/4/2023 6:53:00 PM by GeorgeDS
An anecdotal report describing issues encountered in coding a minimal perceptual hash capability, in plain old C, in to 35 year old rolling development, with the goal of running on a noob Win 10/11 installation.
11/11/2023 11:06:00 AM by Henrik Vestermark
Practical implementation of a fast, robust and stable polynomial root finder using Halley's method
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.
2/19/2024 9:00:00 AM by Alexey Shtykov
The thing that could generate pseudo random numbers faster than standard library does
5/28/2024 2:55:00 PM by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
8/8/2024 3:00:00 AM by ColleagueRiley
RGFW introduction and tutorial. RGFW is a single-header windowing framework library & lightweight GLFW alternative.
7/17/2023 9:11:00 AM by Coral Kashri
Some cases when const keyword in C++ doesn't protect us from modifications at all
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
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.
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.