Open Source AI Projects
Discover 87+ curated GitHub repositories for building with AI. Updated daily with trending projects, frameworks, and tools.
Showing 1–3 of 3 projects
tensorflow
⭐tensorflow/tensorflow
TensorFlow is Google's comprehensive open-source machine learning framework supporting distributed training and deployment across multiple platforms. It provides high-level APIs in Python while leveraging optimized C++ backends for performance.
Essential production-ready framework with extensive ecosystem, battle-tested scalability, and comprehensive tooling for both research and enterprise ML deployments.
whisper.cpp
ggml-org/whisper.cpp
High-performance C++ implementation of OpenAI's Whisper speech recognition model optimized for inference. Provides efficient speech-to-text capabilities without Python dependencies.
Essential for production speech recognition with minimal resource requirements and cross-platform compatibility.
C-Plus-Plus
TheAlgorithms/C-Plus-Plus
TheAlgorithms C++ is an educational collection of algorithm implementations in mathematics, machine learning, computer science, and physics using C++ for learning purposes.
Valuable reference for developers learning algorithms and data structures with practical C++ implementations.