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
4/25/2024 8:44:00 AM by Azim Zahir
This article is a demonstration of some of the capabilities of the OpenCV library of Python.
4/4/2024 10:13:00 AM by Matthew Dennis
Create a ChatGPT-like AI module for CodeProject.AI Server that handles a long-running process.
7/14/2023 10:37:00 PM by Evgenii Zaiats
Create a simple but scalable Telegram bot using AWS Lambda and the python-telegram-bot library
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
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.
4/9/2024 6:31:00 PM by Chris Maunder
Learn how to process a video file offline using CodeProject.AI Server
7/29/2023 8:35:00 AM by Glenn Viroux
An overview of a couple of useful design patterns with examples in modern Python
10/1/2023 12:42:00 AM by Ujwal Watgule
The Cheetah Optimizer is a nature-inspired metaheuristic algorithm designed to tackle complex optimization problems across multiple dimensions.
10/12/2023 2:18:00 PM by Rami Alshaar
Full guide to create a website
7/9/2024 10:10:00 AM by Jozu MLOps
In this article, we build a Retrieval-Augmented Generation (RAG) pipeline using KitOps, integrating tools like ChromaDB for embeddings, Llama 3 for language models, and SentenceTransformer for embedding models.