C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
TanStack/router505日前6.5k
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
SortableJS/Sortable505日前28.3k
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
searchkit/searchkit507日前4.7k
Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support
bvaughn/redux-search521日前1.4k
Redux bindings for client-side search
mrousavy/react-native-blurhash508日前1.8k
🖼️ A library to show colorful blurry placeholders while your content loads.
appbaseio/reactivesearch506日前4.9k
Search UI components for React and Vue
algolia/react-instantsearch507日前2.0k
⚡️ Lightning-fast search for React and React Native applications, by Algolia.
Jexordexan/vue-slicksort507日前1.4k
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list ✌️
donnemartin/data-science-ipython-notebooks503日前26.1k
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
recommenders-team/recommenders503日前17.6k
Best Practices on Recommendation Systems
microsoft/computervision-recipes503日前9.2k
Best Practices, code samples, and documentation for Computer Vision.
danny-avila/LibreChat503日前7.9k
Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Google Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
milanm/DevOps-Roadmap503日前7.6k
DevOps Roadmap for 2024. with learning resources
Netflix/metaflow503日前7.4k
:rocket: Build and manage real-life ML, AI, and data science projects with ease!
ast-grep/ast-grep503日前5.2k
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust
jaywcjlove/linux-command503日前27.3k
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
bbfamily/abu503日前11.0k
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
RasaHQ/rasa503日前17.6k
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
gunthercox/ChatterBot503日前13.8k
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
microsoft/ailab503日前7.6k
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
microsoft/vcpkg503日前20.9k
C++ Library Manager for Windows, Linux, and MacOS
BurntSushi/ripgrep503日前43.4k
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
sharkdp/fd503日前30.7k
A simple, fast and user-friendly alternative to 'find'
facebook/infer503日前14.6k
A static analyzer for Java, C, C++, and Objective-C
federico-busato/Modern-CPP-Programming503日前10.2k
Modern C++ Programming Course (C++11/14/17/20/23)
carbon-language/carbon-lang503日前32.0k
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
iterative/cml511日前3.9k
♾️ CML - Continuous Machine Learning | CI/CD for ML
azl397985856/leetcode503日前53.3k
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
youngyangyang04/leetcode-master503日前45.2k
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
x64dbg/x64dbg503日前42.7k
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
CMU-Perceptual-Computing-Lab/openpose503日前29.3k
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
microsoft/calculator503日前28.5k
Windows Calculator: A simple yet powerful calculator that ships with Windows
doocs/leetcode503日前27.8k
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
aseprite/aseprite503日前25.7k
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
dragonflydb/dragonfly503日前22.3k
A modern replacement for Redis and Memcached
ethereum/solidity503日前21.7k
Solidity, the Smart Contract Programming Language
OpenBB-finance/OpenBBTerminal503日前25.6k
Investment Research for Everyone, Everywhere.
mxgmn/WaveFunctionCollapse503日前22.5k
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
antlr/antlr4503日前16.1k
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
trekhleb/javascript-algorithms503日前180.2k
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
labuladong/fucking-algorithm503日前122.3k
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
krahets/hello-algo503日前62.3k
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing
TheAlgorithms/Java503日前55.8k
All Algorithms implemented in Java
TheAlgorithms/JavaScript503日前30.6k
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
kodecocodes/swift-algorithm-club503日前28.3k
Algorithms and data structures in Swift, with explanations!
TheAlgorithms/Rust503日前19.3k
All Algorithms implemented in Rust
TheAlgorithms/C503日前17.7k
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
OI-wiki/OI-wiki503日前17.3k
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
TheAlgorithms/Go503日前14.2k
Algorithms and Data Structures implemented in Go for beginners, following best practices.
changgyhub/leetcode_101503日前7.9k
LeetCode 101:和你一起你轻松刷题(C++)
netdata/netdata503日前67.1k
The open-source observability platform everyone needs!
streamlit/streamlit503日前30.2k
Streamlit — A faster way to build and share data apps.
gradio-app/gradio503日前26.3k
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
ml-tooling/best-of-ml-python503日前15.1k
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
meilisearch/meilisearch503日前41.8k
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
tensorflow/tensorflow503日前180.7k
An Open Source Machine Learning Framework for Everyone
pytorch/pytorch503日前75.4k
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Developer-Y/cs-video-courses503日前63.4k
List of Computer Science courses with video lectures.
keras-team/keras503日前60.3k
Deep Learning for humans
d2l-ai/d2l-zh503日前53.9k
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
deepfakes/faceswap503日前48.5k
Deepfakes Software For All
ultralytics/yolov5503日前45.1k
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
iperov/DeepFaceLab503日前44.5k
DeepFaceLab is the leading software for creating deepfakes.
Avik-Jain/100-Days-Of-ML-Code503日前42.7k
100 Days of ML Coding
GokuMohandas/Made-With-ML503日前35.1k
Learn how to design, develop, deploy and iterate on production-grade ML applications.
ray-project/ray503日前29.9k
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
gitname/react-gh-pages503日前6.0k
Deploying a React App (created using create-react-app) to GitHub Pages
paperless-ngx/paperless-ngx503日前15.5k
A community-supported supercharged version of paperless: scan, index and archive all your physical documents
LibrePhotos/librephotos503日前6.4k
A self-hosted open source photo management service. This is the repository of the backend.
satwikkansal/wtfpython503日前34.9k
What the f*ck Python? 😱
charlax/professional-programming503日前24.3k
A collection of learning resources for curious software engineers
extism/extism503日前3.5k
The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.
elixirschool/elixirschool503日前3.5k
The content behind Elixir School
emacs-lsp/lsp-mode504日前4.6k
Emacs client/library for the Language Server Protocol
RPCS3/rpcs3503日前13.9k
PS3 emulator/debugger
skyline-emu/skyline503日前13.3k
Run Nintendo Switch homebrew & games on your Android device!
dolphin-emu/dolphin503日前11.5k
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
xenia-project/xenia503日前7.5k
Xbox 360 Emulator Research Project
GetStream/Winds503日前8.9k
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
benbusby/whoogle-search503日前8.5k
A self-hosted, ad-free, privacy-respecting metasearch engine
SFTtech/openage503日前12.3k
Free (as in freedom) open source clone of the Age of Empires II engine :rocket:
skypjack/entt503日前9.2k
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
jarun/googler505日前6.0k
:mag: Google from the terminal
TheAlgorithms/Python502日前175.8k
All Algorithms implemented in Python
compiler-explorer/compiler-explorer502日前14.8k
Run compilers interactively from your web browser and interact with the assembly
hmemcpy/milewski-ctfp-pdf503日前10.6k
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
liuxinyu95/AlgoXY506日前5.9k
Book of Elementary Functional Algorithms and Data structures
BayesWitnesses/m2cgen503日前2.7k
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
JuliaLang/julia502日前44.0k
The Julia Programming Language
grame-cncm/faust505日前2.4k
Functional programming language for signal processing and sound synthesis
szcf-weiya/ESL-CN503日前2.3k
The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。
alan-turing-institute/MLJ.jl504日前1.7k
A Julia machine learning framework
MilesCranmer/PySR502日前1.6k
High-Performance Symbolic Regression in Python and Julia
FluxML/Zygote.jl503日前1.4k
21st century AD
svaksha/Julia.jl503日前1.4k
Curated decibans of Julia programming language.
ageron/handson-ml503日前25.1k
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
trekhleb/homemade-machine-learning502日前22.3k
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
MLEveryday/100-Days-Of-ML-Code502日前20.5k
100-Days-Of-ML-Code中文版
emilwallner/Screenshot-to-code502日前16.1k
A neural network that transforms a design mock-up into a static website.
ydataai/ydata-profiling503日前11.8k
1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
aws/amazon-sagemaker-examples503日前9.3k
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
firmai/industry-machine-learning503日前7.0k
A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai)
dongyuanxin/blog503日前1.4k
📚 专注Web与算法
lukas-blecher/LaTeX-OCR502日前10.0k
pix2tex: Using a ViT to convert images of equations into LaTeX code.
OpenGenus/cosmos503日前13.5k
World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
webview/webview502日前11.9k
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
scikit-learn/scikit-learn502日前57.4k
scikit-learn: machine learning in Python
AMAI-GmbH/AI-Expert-Roadmap502日前27.9k
Roadmap to becoming an Artificial Intelligence Expert in 2022
Yorko/mlcourse.ai503日前9.3k
Open Machine Learning Course
anitaa1990/Android-Cheat-sheet503日前2.2k
Cheat Sheet for Android Interviews
microsoft/qlib502日前13.4k
Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
wondertrader/wondertrader502日前3.2k
WonderTrader——量化研发交易一站式框架
UFund-Me/Qbot502日前5.3k
[🔥updating ...] AI 自动量化交易机器人 AI-powered Quantitative Investment Research Platform. 📃 online docs: https://ufund-me.github.io/Qbot ✨ :news: qbot-mini: https://github.com/Charmve/iQuant
EliteQuant/EliteQuant502日前2.7k
A list of online resources for quantitative modeling, trading, portfolio management
achillesrasquinha/bulbea511日前1.9k
:boar: :bear: Deep Learning based Python Library for Stock Market Prediction and Modelling
huggingface/datasets502日前18.0k
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
kailashahirwar/cheatsheets-ai503日前14.9k
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
unifyai/ivy502日前14.0k
The Unified AI Framework
fastai/numerical-linear-algebra503日前9.9k
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
tangyudi/Ai-Learn502日前7.9k
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
google/trax502日前7.9k
Trax — Deep Learning with Clear Code and Speed