Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-stars
A curated list of my GitHub stars!
https://github.com/shenxiangzhuang/awesome-stars
Last synced: about 6 hours ago
JSON representation
-
Batchfile
- realpython/python-guide - Python best practices guidebook, written for humans.
-
C
- asiffer/libspot - Born to flag outliers
- lizongying/my-tv - 我的电视 电视直播软件,安装即可使用
- MagicStack/immutables - A high-performance immutable mapping type for Python.
- yhzhang0128/egos-2000 - Envision a future where every student can read all the code of a teaching operating system.
- ahrm/sioyek - Sioyek is a PDF viewer with a focus on textbooks and research papers
- timescale/timescaledb - An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
- metal-crow/Dark-Souls-PvP-AI - AI for playing (and winning) in dark souls pvp
- tmux/tmux - tmux source code
- torvalds/linux - Linux kernel source tree
- CN-TU/machine-learning-in-ebpf - This repository contains the code for the paper "A flow-based IDS using Machine Learning in eBPF", Contact: Maximilian Bachl
- RedisAI/RedisAI - A Redis module for serving tensors and executing deep learning graphs
- cstack/db_tutorial - Writing a sqlite clone from scratch in C
- begeekmyfriend/leetcode - LeetCode in pure C
- julycoding/The-Art-Of-Programming-By-July-2nd - 本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
- zpoint/CPython-Internals - Dive into CPython internals, trying to illustrate every detail of CPython implementation
- topepo/C5.0 - An R package for fitting Quinlan's C5.0 classification model
- ccpalettes/the-c-programming-language-second-edition-solutions - Solutions for all exercises in the book "The C Programming Language - Second Edition"(referred to as K&R, after its authors' initials) by Brian W. Kernighan and Dennis M. Ritchie.
- asg017/sqlite-vec - A vector search SQLite extension that runs anywhere!
- raysan5/raylib - A simple and easy-to-use library to enjoy videogames programming
-
C++
- google/gemma.cpp - lightweight, standalone C++ inference engine for Google's Gemma models.
- Mozilla-Ocho/llamafile - Distribute and run LLMs with a single file.
- mamba-org/mamba - The Fast Cross-Platform Package Manager
- google-ai-edge/mediapipe - Cross-platform, customizable ML solutions for live and streaming media.
- ggerganov/llama.cpp - LLM inference in C/C++
- microsoft/LightGBM - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tas
- carbon-language/carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
- mbucko/openleetcode - An open source version of LeetCode
- google/sentencepiece - Unsupervised text tokenizer for Neural Network-based text generation.
- Stream-AD/MIDAS - Anomaly Detection on Dynamic (time-evolving) Graphs in Real-time and Streaming manner. Detecting intrusions (DoS and DDoS attacks), frauds, fake rating anomalies.
- RGF-team/rgf - Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
- pytorch/FBGEMM - FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/
- Oneflow-Inc/oneflow - OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.
- ZhangShurong/rebucket - ReBucket – A Method for Clustering Duplicate Crash Reports based on Call Stack Similarity
- mindspore-ai/mindspore - MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
- apache/arrow - Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
- baidu/AnyQ - FAQ-based Question Answering System
- pybind/pybind11 - Seamless operability between C++11 and Python
- nmslib/hnswlib - Header-only C++/python library for fast approximate nearest neighbors
- microsoft/onnxruntime - ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
- aristocratos/btop - A monitor of resources
- shapelets/khiva - An open-source library of algorithms to analyse time series in GPU and CPU.
- dev-cafe/cmake-cookbook - CMake Cookbook recipes.
- cmu-db/bustub - The BusTub Relational Database Management System (Educational)
- zakimjz/IBMGenerator - IBM Synthetic Data Generator for Itemsets and Sequences
- davisking/dlib - A toolkit for making real world machine learning and data analysis applications in C++
- PacktPublishing/Hands-On-Machine-Learning-with-CPP - Hands-On Machine Learning with C++, published by Packt
- hsinhoyeh/frequent-pattern-mining
- tiny-dnn/tiny-dnn - header only, dependency-free deep learning framework in C++14
- BVLC/caffe - Caffe: a fast open framework for deep learning.
- comzyh/TCP-Lab - Stanford cs144 lab,an elegant TCP/IP implementation
- nraghuraman/CS106L-Fall-2020
- dmlc/xgboost - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
- mlpack/mlpack - mlpack: a fast, header-only C++ machine learning library
- prabhuomkar/pytorch-cpp - C++ Implementation of PyTorch Tutorials for Everyone
- zhedahht/ChineseCodingInterviewAppendix - The source code for the appendix part of the Chinese version of the book Coding Interviews
- nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
- google/or-tools - Google's Operations Research tools:
- NVIDIA/TensorRT-LLM - TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficientl
-
C# #
- microsoft/garnet - Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication feature
- DevToys-app/DevToys - A Swiss Army knife for developers.
- microsoft/RulesEngine - A Json based Rules Engine with extensive Dynamic expression support
- microsoft/PowerToys - Windows system utilities to maximize productivity
- gitextensions/gitextensions - Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
-
CMake
- Akagi201/learning-cmake - learning cmake
- ttroy50/cmake-examples - Useful CMake Examples
-
CSS
- picocss/pico - Minimal CSS Framework for semantic HTML
- 23784148/knowledge-garden - 简悦 + Logseq + Github Page 无代码全自动化知识管理发布方案
- typlog/sphinx-typlog-theme - Try https://shibuya.lepture.com/
- theme-nexmoe/hexo-theme-nexmoe - 🔥 A special Hexo theme focusing on pictures and images. Images tell stories, and Nexmoe makes them more vivid.
- isocpp/CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
- vatlab/sos-notebook - Multi-language Jupyter Notebook
-
Clojure
- penpot/penpot - Penpot: The open-source design tool for design and code collaboration
- logseq/logseq - A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
- athensresearch/athens - Athens is no longer maintainted. Athens was an open-source, collaborative knowledge graph, backed by YC W21
-
Cuda
- karpathy/llm.c - LLM training in simple, raw C/CUDA
-
Dart
- AppFlowy-IO/AppFlowy - Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without losing control of your data. The best open source alternative to Notion.
-
Dockerfile
- lukechilds/dockerpi - A Virtualised Raspberry Pi inside a Docker image
- LesnyRumcajs/grpc_bench - Various gRPC benchmarks
- Anduin2017/HowToCook - 程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
-
Elixir
- cbh123/shinstagram
- phoenixframework/phoenix_live_view - Rich, real-time user experiences with server-rendered HTML
- phoenixframework/phoenix - Peace of mind from prototype to production
- cbh123/shlinked - An open-source satirical social network. shlinkedin.com
- DockYard/rein - Reinforcement Learning tooling built with Nx
- h4cc/awesome-elixir - A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
- mgallo/openai.ex - community-maintained OpenAI API Wrapper written in Elixir.
-
Erlang
- joergen7/cuneiform - Cuneiform distributed programming language
-
Gleam
- gleam-lang/awesome-gleam - 💯 A collection of Gleam libraries, projects, and resources
-
Go
- charmbracelet/freeze - Generate images of code and terminal output 📸
- ollama/ollama - Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
- NVIDIA/aistore - AIStore: scalable storage for AI applications
- gofiber/fiber - ⚡️ Express inspired web framework written in Go
- go-task/task - A task runner / simpler Make alternative written in Go
- antonmedv/walk - Terminal file manager
- gocolly/colly - Elegant Scraper and Crawler Framework for Golang
- usememos/memos - An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
- kubernetes/minikube - Run Kubernetes locally
- OwO-Network/DeepLX - Powerful Free DeepL API, No Token Required
- kubernetes-sigs/kwok - Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters.
- maaslalani/slides - Terminal based presentation tool
- muesli/duf - Disk Usage/Free Utility - a better 'df' alternative
- crawlab-team/crawlab - Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
- nektos/act - Run your GitHub Actions locally 🚀
- terrastruct/d2 - D2 is a modern diagram scripting language that turns text to diagrams.
- cloudwego/hertz - Go HTTP framework with high-performance and strong-extensibility for building micro-services.
- pocketbase/pocketbase - Open Source realtime backend in 1 file
- moby/buildkit - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
- cilium/cilium - eBPF-based Networking, Security, and Observability
- wangkechun/go-by-example
- alicfeng/mysql_markdown - It can generate markdown structure documents of MySQL succinctly~
- cortexlabs/cortex - Production infrastructure for machine learning at scale
- shirou/gopsutil - psutil for golang
- open-falcon/falcon-plus - An open-source and enterprise-level monitoring system.
- jaegertracing/jaeger - CNCF Jaeger, a Distributed Tracing Platform
- ccfos/nightingale - An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.
- ariga/atlas - Manage your database schema as code
- milvus-io/milvus - A cloud-native vector database, storage for next generation AI applications
- bilibili/gengine
- VictoriaMetrics/VictoriaMetrics - VictoriaMetrics: fast, cost-effective monitoring solution and time series database
- avelino/awesome-go - A curated list of awesome Go frameworks, libraries and software
- grafana/pyroscope - Continuous Profiling Platform. Debug performance issues down to a single line of code
- coroot/coroot - Coroot is an open-source APM & Observability tool, a DataDog and NewRelic alternative 📊, 🖥️, 👉. Powered by eBPF for rapid insights into system performance. Monitor, analyze, and optimize your infrastr
- sturdy-dev/sturdy - 🐥 Sturdy is an open-source, real-time, version control platform for startups (https://getsturdy.com)
- peterq/pan-light - 百度网盘不限速客户端, golang + qt5, 跨平台图形界面
-
HCL
- antonputra/tutorials - DevOps Tutorials
-
HTML
- shenxiangzhuang/beer - Beer: Challenging Problems in Probability and Statistics
- evildmp/diataxis-documentation-framework - A systematic approach to creating better documentation.
- tylerdotrar/mkdocs-coverpage - Customizable cover page for an MkDocs site.
- Unstructured-IO/unstructured - Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
- atherosai/ui - Simple UI examples from my social media
- ethen8181/machine-learning - :earth_americas: machine learning tutorials (mainly in Python3)
- microsoft/ai-edu - AI education materials for Chinese students, teachers and IT professionals.
- squidfunk/mkdocs-material - Documentation that simply works
- niltok/magic-in-ten-mins - 十分钟魔法练习
- dibingfa/flash-linux0.11-talk - 你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
- quantifiedcode/python-anti-patterns - An open collection of Python anti-patterns and worst practices.
- jitsejan/python-flask-with-javascript - This repository contains an example app to communicate between JavaScript and Python.
- WestHealth/pyvis - Python package for creating and visualizing interactive network graphs.
- alshedivat/al-folio - A beautiful, simple, clean, and responsive Jekyll theme for academics
- storopoli/Turing-Workshop - DEPRECATED IN FAVOR OF TuringLang/Turing-Workshop
- orpatashnik/StyleCLIP - Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)
- zelenski/stanford-cpp-library - Stanford C++ library used in CS106B/X courses
- rstudio/concept-maps - Concept maps for all things data science
- chiphuyen/machine-learning-systems-design - A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems"
- MingChen0919/learning-apache-spark - Notes on Apache Spark (pyspark)
- feng-li/Distributed-Statistical-Computing - Teaching Materials for Distributed Statistical Computing (大数据分布式计算教学材料)
- ursa-labs/ursa-labs.github.io
- uc-r/uc-r.github.io - Main repository for R programming courses @ University of Cincinnati, courses and tutorials that focus on data wrangling, exploration, visualization, and analysis with R.
- liguodongiot/llm-action - 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
- PKUFlyingPig/cs-self-learning - 计算机自学指南
- HugoBlox/hugo-blox-builder - 🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科
- seeingtheory/Seeing-Theory - A visual introduction to probability and statistics.
-
Haskell
- simplex-chat/simplex-chat - SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!
- facebook/duckling - Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
- haskell/parsec - A monadic parser combinator library
- haskell/stylish-haskell - Haskell code prettifier
- snoyberg/conduit - A streaming data library
- facebookincubator/hsthrift - The Haskell Thrift Compiler. This is an implementation of the Thrift spec that generates code in Haskell. It depends on the fbthrift project for the implementation of the underlying transport.
- higherkindness/mu-haskell - Mu (μ) is a purely functional framework for building micro services.
- dfithian/dfdb - Write my own database from scratch
- stanfordhaskell/cs43 - Course materials for Stanford's CS43: Functional Programming Paradigms
- mikeizbicki/HLearn - Homomorphic machine learning
- DataHaskell/dh-core - Functional data science
- jbarrow/LambdaNet - Purely functional artificial neural network library implemented in Haskell.
-
Java
- Stirling-Tools/Stirling-PDF - #1 Locally hosted web application that allows you to perform various operations on PDF files
- krahets/hello-algo - 《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
- trinodb/trino - Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
- apolloconfig/apollo - Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
- iluwatar/java-design-patterns - Design patterns implemented in Java
- bethrobson/Head-First-Design-Patterns - Code for Head First Design Patterns book (2020)
- HPI-Information-Systems/DADS - Distributed detection of sequential anomalies in univariate time series
- s4kibs4mi/java-developer-roadmap - Roadmap to becoming a Java developer in 2024
- apache/flink-training - Apache Flink Training Excercises
- provectus/kafka-ui - Open-Source Web UI for Apache Kafka Management
- IanDarwin/javasrc - Ian's Collected code examples from the O'Reilly Java Cookbook & elsewhere
- deepjavalibrary/djl - An Engine-Agnostic Deep Learning Framework in Java
- linkedin/cruise-control - Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kaf
- aws/random-cut-forest-by-aws - An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
- questdb/questdb - QuestDB is an open source time-series database for fast ingest and SQL queries
- apache/kafka - Mirror of Apache Kafka
- GoogleCloudPlatform/df-ml-anomaly-detection - Streaming Anomaly Detection Solution by using Pub/Sub, Dataflow, BQML & Cloud DLP
- STAMP-project/dspot - Automatically detect and generate missing assertions for Junit test cases (also known as test amplification)
- vanilladb/vanillacore - The core engine of VanillaDB
- kdis-lab/lac - Library for associative classification
- tdunning/t-digest - A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means
- plantuml/plantuml - Generate diagrams from textual description
- Angel-ML/angel - A Flexible and Powerful Parameter Server for large-scale machine learning
- rezacsedu/Mining-Maximal-Frequent-Pattern-Spark - Implementation of Static mining part of "Mining maximal frequent patterns in transactional databases and dynamic data streams: A spark-based approach" Information Sciences, Volume 432, March 2018, Pag
- heibaiying/BigData-Notes - 大数据入门指南 :star:
- felipekunzler/spark-twitter-analysis - Analyse a twitter dataset with Spark and vizualize the results on a React dashboard.
- comet-ml/opik - Open-source end-to-end LLM Development Platform
- alibaba/SREWorks - Cloud Native DataOps & AIOps Platform | 云原生数智运维平台
-
JavaScript
- cmliu/CF-Workers-docker.io - 这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。
- huhu/query.rs - A search engine for Rust
- remarkjs/react-markdown - Markdown component for React
- carbon-app/carbon - :black_heart: Create and share beautiful images of your source code
- lutzroeder/netron - Visualizer for neural network, deep learning and machine learning models
- Mintplex-Labs/anything-llm - The all-in-one Desktop & Docker AI application with full RAG and AI Agent capabilities.
- facebook/stylex - StyleX is the styling system for ambitious user interfaces.
- release-drafter/release-drafter - Drafts your next release notes as pull requests are merged into master.
- lelouchB/next-image-gallery - Image Gallery built with Next.js, Pexels API and Chakra UI.
- qishibo/AnotherRedisDesktopManager - 🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.
- luin/medis - 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.
- usebruno/bruno - Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
- faressoft/terminalizer - 🦄 Record your terminal and generate animated gif images or share a web player
- DOClever/DOClever - 做最好的接口管理平台
- FortAwesome/Font-Awesome - The iconic SVG, font, and CSS toolkit
- anuraghazra/github-readme-stats - :zap: Dynamically generated stats for your github readmes
- HumanSignal/label-studio - Label Studio is a multi-type data labeling and annotation tool with standardized output format
- huhu/k8s-search-extension - The ultimate search extension for Kubernetes
- dcloudio/uni-app - A cross-platform framework using Vue.js
- AMAI-GmbH/AI-Expert-Roadmap - Roadmap to becoming an Artificial Intelligence Expert in 2022
- fastify/fastify - Fast and low overhead web framework, for Node.js
- bigskysoftware/htmx - </> htmx - high power tools for HTML
- PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB - Full Stack FastAPI, React, and MongoDB, published by Packt
- academicpages/academicpages.github.io - Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
- resume/resume.github.com - Resumes generated using the GitHub informations
- gildas-lormeau/SingleFile - Web Extension for saving a faithful copy of a complete web page in a single HTML file
- JeanJouliaCode/wipeClean
- commitizen/cz-cli - The commitizen command line utility. #BlackLivesMatter
- IceEnd/Yosoro - :shaved_ice:Beautiful Markdown NoteBook. 🏖
- danpaz/bodybuilder - An elasticsearch query body builder :muscle:
- itorr/nbnhhsh - 😩「能不能好好说话?」 拼音首字母缩写翻译工具
- ml5js/ml5-library - Friendly machine learning for the web! 🤖
- Sporif/CustomHooks - My own hooks for Vivaldi
- TuiQiao/CBoard - An easy to use, self-service open BI reporting and BI dashboard platform.
- rpsychologist/rpsychologist-com - Source code for https://rpsychologist.com
- hakimel/reveal.js - The HTML Presentation Framework
- facebook/create-react-app - Set up a modern web app by running one command.
- hammerlab/grafana-spark-dashboards - Scripts for generating Grafana dashboards for monitoring Spark jobs
- yurtaev/idea-one-dark-theme - One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
- jjmontesl/cubesviewer - Explore and visualize analytical datasets
- azl397985856/leetcode - LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
- pcottle/learnGitBranching - An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
- poloclub/diffusion-explainer - Diffusion Explainer: Visual Explanation for Text-to-image Stable Diffusion
- poloclub/transformer-explainer - Transformer Explained Visually: Learn How LLM Transformer Models Work with Interactive Visualization
- apple/ml-mycelium - About Interactive web viewer for exploring large neural networks—powers the graph visualization of Talaria
- chinese-poetry/chinese-poetry - The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
- scutan90/DeepLearning-500-questions - 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.0
- viatsko/awesome-vscode - 🎨 A curated list of delightful VS Code packages and resources.
-
TypeScript
- mermaid-js/mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
- chakra-ui/chakra-ui - ⚡️ Simple, Modular & Accessible UI Components for your React Applications
- recharts/recharts - Redefined chart library built with React and D3
- lucafaggianelli/plombery - Python task scheduler with a user-friendly web UI
- growthbook/growthbook - Open Source Feature Flagging and A/B Testing Platform
- PhantomKnight287/frameground - Learn JavaScript frameworks with interactive challenges
- fuma-nama/fumadocs - The beautiful docs framework for Next.js. Alternative to Nextra
- ForumMagnum/ForumMagnum - The development repository for LessWrong2 and the EA Forum, based on Vulcan JS
- shuding/nextra - Simple, powerful and flexible site generation framework with everything you love from Next.js.
- horizon-ui/horizon-ui-chakra-nextjs - Horizon UI NextJS | The trendiest & innovative Open Source Admin Template for Chakra UI & React!
- remix-run/remix - Build Better Websites. Create modern, resilient user experiences with web fundamentals.
- the-benchmarker/website - Source Code for Web Frameworks Benchmark Website
- ianarawjo/ChainForge - An open-source visual programming environment for battle-testing prompts to LLMs.
- stack-auth/stack - Open-source Auth0/Clerk alternative
- zhanglun/lettura - another rss reader
- terrastruct/text-to-diagram-site - Compare syntax, layouts, outputs between languages for generating diagrams with text.
- FlowiseAI/Flowise - Drag & drop UI to build your customized LLM flow
- BartoszJarocki/cv - Print-friendly, minimalist CV page
- excalidraw/excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams
- janhq/jan - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)
- withastro/starlight - 🌟 Build beautiful, accessible, high-performance documentation websites with Astro
- illacloud/illa-builder - Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL
- ObservedObserver/streamlit-shadcn-ui - Using shadcn-ui components in streamlit
- bbycroft/llm-viz - 3D Visualization of an GPT-style LLM
- eylonmiz/react-agent - The open-source React.js Autonomous LLM Agent
- cruip/tailwind-landing-page-template - Simple Light is a free landing page template built on top of TailwindCSS and fully coded in React / Next.js. Made by
- epicweb-dev/full-stack-foundations - Learn the foundational skills of building full stack web applications.
- trpc/trpc - 🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
- samuelcolvin/mkdocs-run-code
- tldraw/tldraw - whiteboard / infinite canvas SDK
- elilambnz/react-py - Effortlessly run Python code in your React apps.
- OI-wiki/OI-wiki - :star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
- mintlify/writer - ✍️ AI powered documentation writer
- noodle-run/noodle - Rethinking Student Productivity
- ChatGPTNextWeb/ChatGPT-Next-Web - A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
- malloydata/malloy - Malloy is an experimental language for describing data relationships and transformations.
- antvis/G6 - ♾ A Graph Visualization Framework in JavaScript.
- slidevjs/slidev - Presentation Slides for Developers
- appsmithorg/appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
- Nutlope/roomGPT - Upload a photo of your room to generate your dream room with AI.
- Nutlope/aicommits - A CLI that writes your git commit messages for you with AI
- clnnn/chat-summarizer - 💬 Real-time chat application prototype that can summarise the entire chat log
- vega/vega-lite - A concise grammar of interactive graphics, built on Vega.
- nrwl/nx - Smart Monorepos · Fast CI
- kamranahmedse/developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.
- web-infra-dev/garfish - A powerful micro front-end framework 🚚
- toeverything/AFFiNE - There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and r
- BuilderIO/figma-html - Builder.io for Figma: AI generation, export to code, import from web
- July541/haskell-search-extension - A browser extension to search Haskell knowledge.
- AykutSarac/jsoncrack.com - ✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.
- any86/any-rule - 🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台
- apache/superset - Apache Superset is a Data Visualization and Data Exploration Platform
- gitname/react-gh-pages - Deploying a React App (created using create-react-app) to GitHub Pages
- stackblitz/bolt.new - Prompt, run, edit, and deploy full-stack web applications
- RSSNext/follow - 🧡 Next generation information browser
- fastapi/full-stack-fastapi-template - Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
- gitpod-io/gitpod - The developer platform for on-demand cloud development environments to create software faster and more securely.
- zaki-yama/copy-title-and-url-as-markdown - Chrome Extension: Quickly copy the title & url of current tab as Markdown style
- langfuse/langfuse - 🪢 Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets. Integrates with LlamaIndex, Langchain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
- ax-llm/ax - The unofficial DSPy framework. Build LLM powered Agents and "Agentic workflows" based on the Stanford DSP paper.
- RSSNext/Follow - 🧡 Next generation information browser.
- pompurin404/mihomo-party - :electron: Another Mihomo GUI.
- Portkey-AI/gateway - A Blazing Fast AI Gateway with integrated Guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
- mihomo-party-org/mihomo-party - :electron: Another Mihomo GUI.
- stoplightio/spectral - A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI (v3.1, v3.0, and v2.0), Arazzo v1.0, as well as AsyncAPI v2.x.
- sujjeee/shadcn-image-cropper - Image cropper built with shadcn/ui and react-image-crop
- the1812/Bilibili-Evolved - 强大的哔哩哔哩增强脚本
- crimx/ext-saladict - 🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
-
JetBrains MPS
- scipopt/PySCIPOpt - Python interface for the SCIP Optimization Suite
-
Julia
- vollmersj/SurvivalAnalysis.jl - A survival analysis interface for Julia
- JuliaCN/JuliaDataScience - Julia Data Science 中文版
- JuliaStats/TimeModels.jl - Modeling time series in Julia
- mossr/BeautifulAlgorithms.jl - Concise and beautiful algorithms written in Julia
-
Jupyter Notebook
- LeeDoYup/RobustSTL - Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
- Resh-97/MixSeq-Connecting-Macroscopic-Time-Series-Forecasting-with-Microscopic-Time-Series-Data - Testing the Reproducibility of the paper: MixSeq. Under the assumption that macroscopic time series follow a mixture distribution, they hypothesise that lower variance of constituting latent mixture c
- naklecha/llama3-from-scratch - llama3 implementation one matrix multiplication at a time
- adam-maj/deep-learning - A deep-dive on the entire history of deep-learning
- mlabonne/llm-course - Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
- Arize-ai/phoenix - AI Observability & Evaluation
- mistralai/mistral-inference - Official inference library for Mistral models
- dmarx/anthology-of-modern-ml - Collection of important articles to be treated as a textbook
- facebookresearch/Pearl - A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement Learning team at Meta.
- pytorch/tutorials - PyTorch tutorials.
- eureka-research/Eureka - Official Repository for "Eureka: Human-Level Reward Design via Coding Large Language Models" (ICLR 2024)
- karpathy/micrograd - A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
- veekaybee/what_are_embeddings - A deep dive into embeddings starting from fundamentals
- rasbt/LLMs-from-scratch - Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
- ritchie46/vanilla-machine-learning - vanilla machine learning
- boniolp/MSAD - [VLDB 2023] Model Selection for Anomaly Detection in Time Series
- mononitogoswami/tsad-model-selection - Code for "Unsupervised Model Selection for Time-series Anomaly Detection", ICLR 2023.
- timeseriesAI/tsai - Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
- erdogant/distfit - distfit is a python library for probability density fitting.
- jinit24/ARIMA-Model - ARIMA model from scratch using numpy and pandas.
- jakobrunge/tigramite - Tigramite is a python package for causal inference with a focus on time series data. The Tigramite documentation is at
- parrt/tensor-sensor - The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy, pytorch, jax, tensorflow, keras, fastai.
- SkyAPM/aiops-engine-for-skywalking - This is an incubating repository of the Apache SkyWalking AIOps Engine
- jamalsenouci/causalimpact - Python port of CausalImpact R library
- deepcharles/tutorials-mva-2022 - Tutorials for the Machine Learning for Time Series class - Master MVA (2021/2022)
- TheDatumOrg/TSB-UAD - An End-to-End Benchmark Suite for Univariate Time-Series Anomaly Detection
- lindseysbrown/Auto-eD - A web based tool for visualization of the forward and reverse modes of automatic differentiation
- py-why/EconML - ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goal
- Azure/MachineLearningNotebooks - Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
- DanielBok/copulae - Multivariate data modelling with Copulas in Python
- algorithmica-org/algorithmica - A computer science textbook
- rasbt/deeplearning-models - A collection of various deep learning architectures, models, and tips
- paiml/python_devops_book - [Book-2020] Python For DevOps: Learn Ruthlessly Effective Automation
- norvig/pytudes - Python programs, usually short, of considerable difficulty, to perfect particular skills.
- Azure/AzurePublicDataset - Microsoft Azure Traces
- dreamhomes/PCIC-2021-Track1 - PCIC 2021 Track1: Causal Discovery
- Alro10/deep-learning-time-series - List of papers, code and experiments using deep learning for time series forecasting
- advaitsave/Introduction-to-Time-Series-forecasting-Python - Introduction to time series preprocessing and forecasting in Python using AR, MA, ARMA, ARIMA, SARIMA and Prophet model with forecast evaluation.
- Machine-Learning-Tokyo/DL-workshop-series - Material used for Deep Learning related workshops for Machine Learning Tokyo (MLT)
- tensorchiefs/dl_book - legend
- GoogleCloudPlatform/ai-platform-samples - Official Repo for Google Cloud AI Platform. Find samples for Vertex AI, Google Cloud's new unified ML platform at: https://github.com/GoogleCloudPlatform/vertex-ai-samples
- amber-kshz/PRML - Python implementations (on jupyter notebook) of algorithms described in the book "PRML"
- shap/shap - A game theoretic approach to explain the output of any machine learning model.
- yichousun/Winter2021_CS249_GNN
- deep-learning-with-pytorch/dlwpt-code - Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
- dsgiitr/d2l-pytorch - This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
- joerg84/Graph_Powered_ML_Workshop - Material and Notebooks for the Graph Powered ML Workshop.
- logpai/loglizer - A machine learning toolkit for log-based anomaly detection [ISSRE'16]
- leehanchung/cs182 - Berkeley CS182/282A Designing, Visualizing and Understanding Deep Neural Networks
- SethHWeidman/DLFS_code - Code for the book Deep Learning From Scratch, from O'Reilly September 2019
- MAIF/shapash - 🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models
- rasbt/stat453-deep-learning-ss20 - STAT 453: Intro to Deep Learning @ UW-Madison (Spring 2020)
- rasbt/pattern_classification - A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
- trekhleb/machine-learning-experiments - 🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
- trekhleb/homemade-machine-learning - 🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
- nndl-solutions/NNDL-solutions - Solutions of the exercises and problems from Michael Nielsen's book Neural Networks and Deep Learning: http://neuralnetworksanddeeplearning.com/
- GoogleCloudPlatform/ml-design-patterns - Source code accompanying O'Reilly book: Machine Learning Design Patterns
- probml/pml-book - "Probabilistic Machine Learning" - a book series by Kevin Murphy
- probml/pyprobml - Python code for "Probabilistic Machine learning" book by Kevin Murphy
- makeyourownneuralnetwork/makeyourownneuralnetwork - Code for the Make Your Own Neural Network book
- DataForScience/DeepLearning - Deep Learning From Scratch
- rlabbe/Kalman-and-Bayesian-Filters-in-Python - Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters
- blue-yonder/tsfresh - Automatic extraction of relevant features from time series:
- fastai/fastbook - The fastai book, published as Jupyter Notebooks
- Atcold/NYU-DLSP20 - NYU Deep Learning Spring 2020
- dabl/dabl - Data Analysis Baseline Library
- robertmartin8/PyPortfolioOpt - Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
- christophM/interpretable-ml-book - Book about interpretable machine learning
- m2dsupsdlclass/lectures-labs - Slides and Jupyter notebooks for the Deep Learning lectures at Master Year 2 Data Science from Institut Polytechnique de Paris
- sevamoo/SOMPY - A Python Library for Self Organizing Map (SOM)
- nndl/exercise - exercise for nndl
- hktxt/Learn-Statistical-Learning-Method - Implementation of Statistical Learning Method, Second Edition.《统计学习方法》第二版,算法实现。
- davidrosenberg/mlcourse - Machine learning course materials.
- ZhuoruLin/DSGA1003_ML - NYU Data Science Course DSGA-1003 Machine Learning Assignments.
- OmkarPathak/Data-Structures-using-Python - This is my repository for Data Structures using Python
- ajcr/100-pandas-puzzles - 100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
- inf16nyu/home
- ageron/handson-ml - ⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
- shenxiangzhuang/PythonDataAnalysis - The data and code that used in my book.
- guipsamora/pandas_exercises - Practice your pandas skills!
- jonchar/ml-python - Some machine learning algorithms implemented in python.
- Teradata/jupyterextensions - Teradata SQL Extension for Jupyter
- mikhailklassen/Mining-the-Social-Web-3rd-Edition - The official online compendium for Mining the Social Web, 3rd Edition (O'Reilly, 2018)
- jihoonerd/Data_Structures_and_Algorithms_in_Python - :book: Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
- fengdu78/lihang-code - 《统计学习方法》的代码实现
- hktxt/Courses - An AI engineer Prepares / 算法工程师自我修养
- random-forests/tutorials
- CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers - aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
- IHaskell/IHaskell - A Haskell kernel for the Jupyter project.
- SeldonIO/alibi-detect - Algorithms for outlier, adversarial and drift detection
- srush/Triton-Puzzles - Puzzles for learning Triton
- microsoft/autogen - A programming framework for agentic AI 🤖
- szagoruyko/pytorchviz - A small package to create visualizations of PyTorch execution graphs
- EnhancedJax/vscode-ayu-zed - Make VSCode look like Zed
- dcai-course/dcai-lab - Lab assignments for Introduction to Data-Centric AI, MIT IAP 2024 👩🏽💻
- roboticcam/machine-learning-notes - My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接
- FighterLYL/GraphNeuralNetwork - 《深入浅出图神经网络:GNN原理解析》配套代码
- devAmoghS/Python-Interview-Problems-for-Practice - 120+ Common code and interview problems solved in Python **(it's GROWING...)** Give a Star 🌟If it helps you. Please go through the README.md before starting.
- google-ai-edge/mediapipe-samples
-
Kotlin
- yairm210/Unciv - Open-source Android/Desktop remake of Civ V
-
Less
- shenliyang/hexo-theme-snippet - Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题
-
Lua
- ssnhd/rime - Rime Squirrel 鼠须管配置文件(朙月拼音、小鹤双拼、自然码双拼)
-
MDX
- bencherdev/bencher - 🐰 Bencher - Continuous Benchmarking
- openai/openai-cookbook - Examples and guides for using the OpenAI API
-
Makefile
- 0xType/0xProto - A programming font focused on source code legibility
- golang-standards/project-layout - Standard Go Project Layout
- tomwhite/hadoop-book - Example source code accompanying O'Reilly's "Hadoop: The Definitive Guide" by Tom White
- SYSU-ROS-Develop/ros_pratical_training - 中山大学软件工程实训 - 面向机器人开发
-
Markdown
- ethereum/ethereum-org-website - Ethereum.org is a primary online resource for the Ethereum community.
- labuladong/fucking-algorithm - 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
- tldr-pages/tldr - 📚 Collaborative cheatsheets for console commands
- wangyongjie-ntu/Awesome-explainable-AI - A collection of research materials on explainable AI/ML
- codecrafters-io/build-your-own-x - Master programming by recreating your favorite technologies from scratch.
-
Mojo
- modularml/mojo - The Mojo Programming Language
-
Nix
- NixOS/nixpkgs - Nix Packages collection & NixOS
- ryan4yin/nixos-and-flakes-book - :hammer_and_wrench: :heart: Want to know NixOS & Flakes in detail? Looking for a beginner-friendly tutorial? Then you've come to the right place! 想要学习使用 NixOS 与 Flakes 吗?在寻找一份新手友好的教程?那你可来对地方了!
-
Others
- joonspk-research/generative_agents - Generative Agents: Interactive Simulacra of Human Behavior
- LinuxSuRen/remote-jobs-in-china - 支持远程办公的中国公司
- microsoft/api-guidelines - Microsoft REST API Guidelines
- karpathy/LLM101n - LLM101n: Let's build a Storyteller
- Kludex/fastapi-tips - FastAPI Tips by The FastAPI Expert!
- sparanoid/chinese-copywriting-guidelines - Chinese copywriting guidelines for better written communication/中文文案排版指北
- JShollaj/awesome-llm-interpretability - A curated list of Large Language Model (LLM) Interpretability resources.
- baifanxxx/awesome-active-learning - A curated list of awesome Active Learning
- fuxiAIlab/NetEaseCrowd-Dataset - NetEaseCrowd dataset, a collection of data obtained from You Ling crowdsourcing platform, Fuxi AI Lab, NetEase.
- e2b-dev/awesome-ai-agents - A list of AI autonomous agents
- ByteByteGoHq/system-design-101 - Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
- srush/minitorch-rust
- martinbjeldbak/ultimate-beamer-theme-list - A collection of Beamer themes from the community
- hongleizhang/RSPapers - RSTutorials: A Curated List of Must-read Papers on Recommender System.
- IntelligentDDS/awesome-papers - Awesome-papers is a collection of awesome papers about cloud computing including resource management, serverless, microservice, observerbility and so on.
- getcursor/cursor - The AI Code Editor
- mli/paper-reading - 深度学习经典、新论文逐段精读
- ashishpatel26/Tools-to-Design-or-Visualize-Architecture-of-Neural-Network - Tools to Design or Visualize Architecture of Neural Network
- daochenzha/data-centric-AI - A curated, but incomplete, list of data-centric AI resources.
- logpai/awesome-log-analysis - A list of awesome research on log analysis, anomaly detection, fault localization, and AIOps
- polyaxon/polyaxon - MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle
- apifox/apifox - Apifox = Postman + Swagger + Mock + JMeter。Apifox 官网:https://www.apifox.cn/
- abhisheknaiidu/awesome-github-profile-readme - 😎 A curated list of awesome GitHub Profile which updates in real time
- DaoSword/Time-Series-Forecasting-and-Deep-Learning - Resources about time series forecasting and deep learning.
- dair-ai/ML-Papers-of-the-Week - 🔥Highlighting the top ML papers every week.
- meirwah/awesome-workflow-engines - A curated list of awesome open source workflow engines
- kathoffman/causal-inference-visual-guides - A collection of visual guides to help applied scientists learn causal inference.
- YangLing0818/Diffusion-Models-Papers-Survey-Taxonomy - Diffusion model papers, survey, and taxonomy
- awesome-mlops/awesome-ml-monitoring - A curated list of awesome open source tools and commercial products for monitoring data quality, monitoring model performance, and profiling data 🚀
- Sygil-Dev/stable-diffusion
- karanpratapsingh/system-design - Learn how to design systems at scale and prepare for system design interviews
- hpreston/rpi-networklab - The Raspberry Pi is an inexpensive computer that makes a great addition to everyone's network lab. In fact, you might want to pickup a few of them for your lab. This repository includes some docum
- zijie0/HumanSystemOptimization - 健康学习到150岁 - 人体系统调优不完全指南
- Lionelsy/Conference-Accepted-Paper-List - Some Conferences' accepted paper lists (including AI, ML, Robotic)
- qingsongedu/time-series-transformers-review - A professionally curated list of awesome resources (paper, code, data, etc.) on transformers in time series.
- geekan/HowToLiveLonger - 程序员延寿指南 | A programmer's guide to live longer
- piglei/one-python-craftsman - 来自一位 Pythonista 的编程经验分享,内容涵盖编码技巧、最佳实践与思维模式等方面。
- ripperhe/Bob - Bob 是一款 macOS 平台的翻译和 OCR 软件。
- cat-milk/Anime-Girls-Holding-Programming-Books - Anime Girls Holding Programming Books
- httptoolkit/httptoolkit - HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac :tada: Open an issue here to give feedback or ask for help.
- DataSystemsGroupUT/AutoML_Survey
- eugeneyan/applied-ml - 📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
- EthicalML/awesome-artificial-intelligence-guidelines - This repository aims to map the ecosystem of artificial intelligence guidelines, principles, codes of ethics, standards, regulation and beyond.
- js05212/BayesianDeepLearning-Survey - Bayesian Deep Learning: A Survey
- Machine-Learning-Tokyo/Interactive_Tools - Interactive Tools for Machine Learning, Deep Learning and Math
- rguo12/awesome-causality-algorithms - An index of algorithms for learning causality with data
- sindresorhus/awesome - 😎 Awesome lists about all kinds of interesting topics
- joanbruna/MathsDL-spring18 - Topics course Mathematics of Deep Learning, NYU, Spring 18
- murufeng/awesome-machine-learning - A curated list of awesome machine Learning tutorials,courses and communities.
- bharathgs/Awesome-pytorch-list - A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
- leehanchung/awesome-full-stack-machine-learning-courses - Curated list of publicly accessible machine learning engineering courses from CalTech, Columbia, Berkeley, MIT, and Stanford.
- visenger/awesome-mlops - A curated list of references for MLOps
- zhuyiche/awesome-anomaly-detection - A complete list of papers on anomaly detection.
- ml-tooling/best-of-ml-python - 🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
- datastacktv/data-engineer-roadmap - Roadmap to becoming a data engineer in 2021
- 623637646/996.Leave - 逃离996
- mercari/ml-system-design-pattern - System design patterns for machine learning
- dair-ai/ml-visuals - 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
- rob-med/awesome-TS-anomaly-detection - List of tools & datasets for anomaly detection on time-series data.
- hanhanwu/readings
- ritchieng/the-incredible-pytorch - The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
- chenryn/aiops-handbook - Collection of slides, repositories, papers about AIOps
- ShameCom/ShameCom - 收集校招污点公司或组织,帮助学弟学妹避雷。互联网不曾遗忘!
- linjinjin123/awesome-AIOps - AIOps学习资料汇总,欢迎一起补全这个仓库,欢迎star
- mrdbourke/machine-learning-roadmap - A roadmap connecting many of the most important concepts in machine learning, how to learn them and what tools to use to perform them.
- mJackie/RecSys - 计算广告/推荐系统/机器学习(Machine Learning)/点击率(CTR)/转化率(CVR)预估/点击率预估
- ppaquay/Learning-from-Data-Solutions - Repository of my solutions to the problems of "Learning from Data"
- Alpha21016/Minecraft-Digital-Circuit - Build digital circuits in Minecraft 在游戏我的世界中搭建数字电路
- spoddutur/spark-notes
- JerryLead/SparkInternals - Notes talking about the design and implementation of Apache Spark
- Trinkle23897/oi_slides - 我的 OI 课件
- WalterInSH/risk-management-note - 🧯风险控制笔记,适用于互联网企业
- ramlaxman/Python-Interview-Curriculum - Answers for timely preparation of Python Interviews.
- andkret/Cookbook - The Data Engineering Cookbook
- hzwer/shareOI - 算法竞赛课件分享
- jackwener/CS-Awesome-Courses - 计算机的优秀课程
- ECNUdase/Seminar-PRML - 《Pattern Recognition and Machine Learning》阅读讨论班
- npubird/KnowledgeGraphCourse - 东南大学《知识图谱》研究生课程
- EthicalML/awesome-production-machine-learning - A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning
- iMeiji/shadowsocks_install - Auto install shadowsocks server,thanks 秋水逸冰
- jlevy/the-art-of-command-line - Master the command line, in one page
- CPdogson/996action
- sysuexam/SYSU-Exam - 收集整理SYSU期末考试卷子、资料
- datawhalechina/pumpkin-book - 《机器学习》(西瓜书)公式详解
- BruceDone/awesome-crawler - A collection of awesome web crawler,spider in different languages
- matiassingers/awesome-readme - A curated list of awesome READMEs
- ChristosChristofidis/awesome-deep-learning - A curated list of awesome Deep Learning tutorials, projects and communities.
- dive-into-machine-learning/dive-into-machine-learning - Free ways to dive into machine learning with Python and Jupyter Notebook. Notebooks, courses, and other links. (First posted in 2016.)
- inkscape/inkscape - Project Website: https://inkscape.org - Code Repository: https://gitlab.com/inkscape/inkscape - Draw freely. 🖌
- HuaizhengZhang/AI-System-School - 🚀 Awesome System for Machine Learning ⚡️ AI System Papers and Industry Practice. ⚡️ System for Machine Learning, LLM (Large Language Model), GenAI (Generative AI). 🍻 OSDI, NSDI, SIGCOMM, SoCC, MLSys,
- dair-ai/Mathematics-for-ML - 🧮 A collection of resources to learn mathematics for machine learning
- The-Run-Philosophy-Organization/run - 润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新中国人的核心宗教,核心信念。
- ept/ddia-references - Literature references for “Designing Data-Intensive Applications”
- CyC2018/CS-Notes - :books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
-
PHP
- collabnix/dockerlabs - Docker - Beginners | Intermediate | Advanced
-
PostScript
- kenjihiranabe/The-Art-of-Linear-Algebra - Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
-
Python
- qdrant/fastembed - Fast, Accurate, Lightweight Python library to make State of the Art Embedding
- masci/banks - LLM prompt language based on Jinja. Banks provides tools and functions to build prompts text and chat messages from generic blueprints. It allows attaching metadata to prompts to ease their management
- darrenburns/posting - The modern API client that lives in your terminal.
- scottrogowski/code2flow - Pretty good call graphs for dynamic languages
- jbms/sphinx-immaterial - Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
- mem0ai/mem0 - The Memory layer for your AI apps
- cpacker/MemGPT - Letta (fka MemGPT) is a framework for creating stateful LLM services.
- akofke/autoperiod
- microsoft/anomaly-detector
- facebook/prophet - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
- TransformerLensOrg/TransformerLens - A library for mechanistic interpretability of GPT-style language models
- mkdocstrings/autorefs - Automatically link across pages in MkDocs.
- ideos/gloe - A general-purpose library designed to guide developers in expressing their code as a flow.
- aimhubio/aim - Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
- likejazz/llama3.np - llama3.np is a pure NumPy implementation for Llama 3 model.
- amazon-science/chronos-forecasting - Chronos: Pretrained (Language) Models for Probabilistic Time Series Forecasting
- nicolargo/glances - Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
- unslothai/unsloth - Finetune Llama 3.2, Mistral, Phi, Qwen & Gemma LLMs 2-5x faster with 80% less memory
- google-research/timesfm - TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
- pawamoy/markdown-exec - Utilities to execute code blocks in Markdown files.
- AgentOps-AI/agentops - Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
- marimo-team/marimo - A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
- gaogaotiantian/viztracer - VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
- pydantic/logfire - Uncomplicated Observability for Python and beyond! 🪵🔥
- huggingface/evaluate - 🤗 Evaluate: A library for easily evaluating machine learning models and datasets.
- georgian-io/pyoats - Quick and Easy Time Series Outlier Detection
- meta-llama/llama3 - The official Meta Llama 3 GitHub site
- ionelmc/pytest-benchmark - pytest fixture for benchmarking code
- google-research/spade_anomaly_detection - Semi-supervised anomaly detection method
- google-deepmind/penzai - A JAX research toolkit for building, editing, and visualizing neural networks.
- 3b1b/manim - Animation engine for explanatory math videos
- commitizen-tools/commitizen - Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
- openai/simple-evals
- ericmiguel/missil - Simple FastAPI declarative endpoint-level access control.
- Lightning-AI/litgpt - 20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
- Deep-Learning-Profiling-Tools/triton-viz
- InternLM/xtuner - An efficient, flexible and full-featured toolkit for fine-tuning LLM (InternLM2, Llama3, Phi3, Qwen, Mistral, ...)
- NVIDIA/Megatron-LM - Ongoing research training transformer models at scale
- diambra/arena - DIAMBRA Arena: a New Reinforcement Learning Platform for Research and Experimentation
- langchain-ai/langgraph - Build resilient language agents as graphs.
- OpenInterpreter/01 - The open-source language model computer
- omkarcloud/botasaurus - The All in One Framework to build Awesome Scrapers.
- sqlfluff/sqlfluff - A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
- huggingface/peft - 🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
- patrick-kidger/jaxtyping - Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays. https://docs.kidger.site/jaxtyping/
- allenai/OLMo - Modeling, training, eval, and inference code for OLMo
- openai/transformer-debugger
- mnielsen/neural-networks-and-deep-learning - Code samples for my book "Neural Networks and Deep Learning"
- mlc-ai/mlc-llm - Universal LLM Deployment Engine with ML Compilation
- huggingface/text-clustering - Easily embed, cluster and semantically label text datasets
- boniolp/kGraph - Graph Embedding for Interpretable Time Series Clustering
- meta-llama/llama - Inference code for Llama models
- NetEase-FuXi/EET - Easy and Efficient Transformer : Scalable Inference Solution For Large NLP model
- mingrammer/diagrams - :art: Diagram as Code for prototyping cloud system architectures
- healthchecks/healthchecks - Open-source cron job and background task monitoring service, written in Python & Django
- crewAIInc/crewAI - Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
- furkanonder/akarsu - New Generation Profiler based on PEP669
- huggingface/amused
- tomwojcik/starlette-context - Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.
- zulip/zulip - Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
- microsoft/Mastering-GitHub-Copilot-for-Paired-Programming - An 8 Lesson course teaching everything you need to know about harnessing GitHub Copilot and an AI Paired Programing resource.
- lukas-blecher/LaTeX-OCR - pix2tex: Using a ViT to convert images of equations into LaTeX code.
- bswck/autorefine - Refactoring at scale.
- vllm-project/vllm - A high-throughput and memory-efficient inference and serving engine for LLMs
- getsentry/sentry-python - The official Python SDK for Sentry.io
- huggingface/trl - Train transformer language models with reinforcement learning.
- behave/behave - BDD, Python style.
- pydantic/FastUI - Build better UIs faster.
- python-poetry/poetry - Python packaging and dependency management made easy
- abi/screenshot-to-code - Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)
- spro/pytorch-seq2seq-intent-parsing - Intent parsing and slot filling in PyTorch with seq2seq + attention
- mkdocs/mkdocs-redirects - Open source plugin for Mkdocs page redirects
- sukrutrao/Fast-Dawid-Skene - Code for the algorithms in the paper: Vaibhav B Sinha, Sukrut Rao, Vineeth N Balasubramanian. Fast Dawid-Skene: A Fast Vote Aggregation Scheme for Sentiment Classification. KDD WISDOM 2018
- redis/redis-om-python - Object mapping, and more, for Redis and Python
- sqlalchemy/alembic - A database migrations tool for SQLAlchemy.
- hynek/structlog - Simple, powerful, and fast logging for Python.
- tinygrad/tinygrad - You like pytorch? You like micrograd? You love tinygrad! ❤️
- laike9m/Python-Type-Challenges - Master Python typing (type hints) with interactive online exercises!
- hynek/stamina - Production-grade retries for Python
- Farama-Foundation/Gymnasium - An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
- Lightning-AI/torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.
- HumanSignal/Adala - Adala: Autonomous DAta (Labeling) Agent framework
- openai/openai-python - The official Python library for the OpenAI API
- mkdocs/catalog - :trophy: :books: A list of awesome MkDocs projects and plugins.
- feast-dev/feast - The Open Source Feature Store for Machine Learning
- pre-commit/pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.
- mkdocstrings/mkdocstrings - :blue_book: Automatic documentation from sources, for MkDocs.
- laixintao/flameshow - A terminal Flamegraph viewer.
- BeanieODM/beanie - Asynchronous Python ODM for MongoDB
- fkodom/transformer-from-scratch - Code implementation from my blog post: https://fkodom.substack.com/p/transformers-from-scratch-in-pytorch
- TheLocehiliosan/yadm - Yet Another Dotfiles Manager
- eli64s/readme-ai - README file generator, powered by AI.
- pymc-devs/pymc - Bayesian Modeling and Probabilistic Programming in Python
- shenxiangzhuang/mppt - A Modern Python Package Template
- sparckles/Robyn - Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
- blackary/st_pages - An experimental version of Streamlit Multi-Page Apps
- RobertCraigie/prisma-client-py - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
- Docta-ai/docta - A Doctor for your data
- pyodide/pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
- pykt-team/pykt-toolkit - pyKT: A Python Library to Benchmark Deep Learning based Knowledge Tracing Models
- jaymody/simpleGPT - Simple implementation of a GPT (training and inference) in PyTorch.
- sybrenjansen/mpire - A Python package for easy multiprocessing, but faster than multiprocessing
- plbrault/youre-the-os - A game where you are a computer's OS and you have to manage processes, memory and I/O events.
- iancovert/sage - For calculating global feature importance using Shapley values.
- doableware/djongo - Django and MongoDB database connector
- Fengrui-Liu/StreamAD - Online anomaly detection for data streams/ Real-time anomaly detection for time series data.
- pydantic/pydantic - Data validation using Python type hints
- pallets/flask - The Python micro framework for building web applications.
- Toloka/crowd-kit - Control the quality of your labeled data with the Python tools you already know.
- shroominic/codeinterpreter-api - 👾 Open source implementation of the ChatGPT Code Interpreter
- MichaelisTrofficus/gpt4docstrings - Generating Python docstrings with OpenAI ChatGPT!!
- assafelovic/gpt-researcher - LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
- fairlearn/fairlearn - A Python package to assess and improve fairness of machine learning models.
- bentoml/OpenLLM - Run any open-source LLMs, such as Llama, Gemma, as OpenAI compatible API endpoint in the cloud.
- salesforce/PyRCA - PyRCA: A Python Machine Learning Library for Root Cause Analysis
- baichuan-inc/Baichuan-7B - A large-scale 7B pretraining language model developed by BaiChuan-Inc.
- marqo-ai/marqo - Unified embedding generation and search engine. Also available on cloud - cloud.marqo.ai
- cleanlab/cleanlab - The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.
- code-kern-ai/refinery - The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact.
- reactive-python/reactpy - It's React, but in Python
- lm-sys/FastChat - An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
- salesforce/Merlion - Merlion: A Machine Learning Framework for Time Series Intelligence
- SkalskiP/courses - This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI)
- sktime/sktime - A unified framework for machine learning with time series
- aeon-toolkit/aeon - A toolkit for machine learning from time series
- boniolp/Theseus - [VLDB 2022] Dash application for "Navigating the Labyrinth of Time Series Anomaly Detection"
- zylon-ai/private-gpt - Interact with your documents using the power of GPT, 100% privately, no data leaks
- run-llama/llama_index - LlamaIndex is a data framework for your LLM applications
- google-gemini/generative-ai-python - The official Python library for the Google Gemini API
- tslearn-team/tslearn - The machine learning toolkit for time series analysis in Python
- fedejaure/cookiecutter-modern-pypackage - Cookiecutter 🍪 template for a modern Python package 🐍📦.
- ansible/ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud
- scalingpythonml/scaling-python-with-ray - Serverless Python with Ray
- LAION-AI/Open-Assistant - OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
- jd/tenacity - Retrying library for Python
- fraunhoferportugal/tsfel - An intuitive library to extract features from time series.
- microsoft/AI-System - System for AI Education Resource.
- XuehaiPan/nvitop - An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.
- THUDM/ChatGLM-6B - ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
- karpathy/nanoGPT - The simplest, fastest repository for training/finetuning medium-sized GPTs.
- skrub-data/skrub - Prepping tables for machine learning
- online-ml/beaver - 🦫 MLOps for (online) machine learning
- lucidrains/lion-pytorch - 🦁 Lion, new optimizer discovered by Google Brain using genetic algorithms that is purportedly better than Adam(w), in Pytorch
- thuml/Time-Series-Library - A Library for Advanced Deep Time Series Models.
- upciti/wheel2deb - Python Wheel to Debian package converter
- httpie/cli - 🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
- hpcaitech/ColossalAI - Making large AI models cheaper, faster and more accessible
- pymc-labs/pymc-marketing - Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.
- citrusvanilla/tinyflux - The tiny time series database optimized for your happiness.
- dongtsi/OWAD - Anomaly Detection in the Open World: Normality Shift Detection, Explanation, and Adaptation (NDSS'23).
- jaymody/picoGPT - An unnecessarily tiny implementation of GPT-2 in NumPy.
- AUTOMATIC1111/stable-diffusion-webui - Stable Diffusion web UI
- sdispater/pendulum - Python datetimes made easy
- salesforce/logai - LogAI - An open-source library for log analytics and intelligence
- bregman-arie/devops-exercises - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
- samuelcolvin/pytest-pretty - pytest plugin for pretty printing the test summary.
- arminstraub/krop - A simple graphical tool to crop the pages of PDF files, written in Python/Qt
- Netflix/metaflow - Open Source Platform for developing, scaling and deploying serious ML, AI, and data science systems
- SidiLu001/disk_failure_prediction
- plasma-umass/scalene - Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals
- jacopotagliabue/post-modern-stack - Joining the modern data stack with the modern ML stack
- pantsbuild/pants - The Pants Build System
- salesforce/CoST - PyTorch code for CoST: Contrastive Learning of Disentangled Seasonal-Trend Representations for Time Series Forecasting (ICLR 2022)
- brainix/pottery - Redis for humans. 🌎🌍🌏
- chaos-genius/chaos_genius - ML powered analytics engine for outlier detection and root cause analysis.
- shaido987/riskloc - Implementation of RiskLoc, a method for localizing multi-dimensional root causes.
- modal-labs/modal-client - Python client library for Modal
- kach/gradient-descent-the-ultimate-optimizer - Code for our NeurIPS 2022 paper
- loglabs/mltrace - Coarse-grained lineage and tracing for machine learning pipelines.
- uber/causalml - Uplift modeling and causal inference with machine learning algorithms
- arogozhnikov/einops - Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
- georgebv/pyextremes - Extreme Value Analysis (EVA) in Python
- bloomberg/memray - Memray is a memory profiler for Python
- Azure/mlops-templates - Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
- google/latexify_py - A library to generate LaTeX expression from Python code.
- seatgeek/thefuzz - Fuzzy String Matching in Python
- unit8co/darts - A python library for user-friendly forecasting and anomaly detection on time series.
- SeldonIO/MLServer - An inference server for your machine learning models, including support for multiple frameworks, multi-model serving and more
- mthh/jenkspy - Compute Natural Breaks in Python (Fisher-Jenks algorithm)
- celery/celery - Distributed Task Queue (development branch)
- mqtt-tools/mqttwarn - A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
- Shunichi09/PythonLinearNonlinearControl - PythonLinearNonLinearControl is a library implementing the linear and nonlinear control theories in python.
- AtsushiSakai/PyAdvancedControl - Python codes for advanced control
- microsoft/Semi-supervised-learning - A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
- pvlib/pvanalytics - Quality control, filtering, feature labeling, and other tools for working with data from photovoltaic energy systems.
- datamllab/tods - TODS: An Automated Time-series Outlier Detection System
- py-pdf/pypdf - A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
- elastic/elasticsearch-dsl-py - High level Python client for Elasticsearch
- penguin-wwy/magic-in-ten-mins-py - 十分钟魔法练习 Python 版
- lzjun567/flask-siwadoc - flask-siwadoc is a flask data validator and openapi document generator automaticly
- jina-ai/jina - ☁️ Build multimodal AI applications with cloud-native stack
- abarker/pdfCropMargins - pdfCropMargins -- a program to crop the margins of PDF files
- nbQA-dev/nbQA - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
- sebp/scikit-survival - Survival analysis built on top of scikit-learn
- slinderman/pyhawkes - Python framework for inference in Hawkes processes.
- squareRoot3/Rethinking-Anomaly-Detection - "Rethinking Graph Neural Networks for Anomaly Detection" in ICML 2022
- SimmerChan/KG-demo-for-movie - 从无到有构建一个电影知识图谱,并基于该KG,开发一个简易的KBQA程序。
- Textualize/rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
- patrick-kidger/sympy2jax - Turn SymPy expressions into trainable JAX expressions.
- microsoft/graphing - All kinds of graph algorithms. From path cover for special graphs to traversal, etc.
- python-attrs/attrs - Python Classes Without Boilerplate
- online-ml/deep-river
- nahitorres/odin - ODIN: pluggable meta-annotations and metrics for the diagnosis of classification and localization
- briggySmalls/cookiecutter-pypackage - Cookiecutter template for a poetry-managed Python package.
- hirschmann/pid-autotune - PID-controller/brewing kettle simulation
- aisk/python-memcache - Experimental memcached client library for python.
- google/pytype - A static type analyzer for Python code
- intel/scikit-learn-intelex - Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
- automl/DeepCAVE - An interactive framework to visualize and analyze your AutoML process in real-time.
- ari-dasci/S-TSFE-DL - Time Series Feature Extraction using Deep Learning
- sintel-dev/Orion - Library for detecting anomalies in signals
- weifantt/DEPTS
- pytorch/captum - Model interpretability and understanding for PyTorch
- zedr/clean-code-python - :bathtub: Clean Code concepts adapted for Python
- dpressel/mint - MinT: Minimal Transformer Library and Tutorials
- Nuitka/Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.12. You feed it your Python app, it does a lot of clever things, and spits out an executable or extens
- IBM/import-tracker - Python utility for tracking third party dependencies within a library
- linsomniac/python-memcached - A python memcached client library.
- locustio/locust - Write scalable load tests in plain Python 🚗💨
- explosion/spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
- streamlit/streamlit - Streamlit — A faster way to build and share data apps.
- etingof/snmpsim - SNMP Simulator
- chriskiehl/Gooey - Turn (almost) any Python command line program into a full GUI application with one line
- dynaconf/dynaconf - Configuration Management for Python ⚙
- viniciuschiele/flask-apscheduler - Adds APScheduler support to Flask
- debugging-assistant/Revelio
- PyCQA/bandit - Bandit is a tool designed to find common security issues in Python code.
- airbytehq/airbyte - The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
- etingof/pysnmp - Python SNMP library
- sourceperl/pyModbusTCP - A simple Modbus/TCP library for Python
- jingxil/Neural-Decision-Forests - An implementation of the Deep Neural Decision Forests in PyTorch
- vwxyzjn/cleanrl - High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
- aleximmer/Laplace - Laplace approximations for Deep Learning.
- laike9m/Cyberbrain - Python debugging, redefined.
- hill-a/stable-baselines - A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
- PrefectHQ/prefect - Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
- selimfirat/pysad - Streaming Anomaly Detection Framework in Python (Outlier Detection for Streaming Data)
- Stream-AD/MemStream - MemStream: Memory-Based Streaming Anomaly Detection
- microsoft/DeepSpeed - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
- py-why/causal-learn - Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
- open-telemetry/opentelemetry-python - OpenTelemetry Python API and SDK
- keiichishima/pcalg - CPDAG Estimation using PC-Algorithm
- FenTechSolutions/CausalDiscoveryToolbox - Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
- TencentARC/GFPGAN - GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
- scikit-multiflow/scikit-multiflow - A machine learning package for streaming data in Python. The other ancestor of River.
- pypyr/pypyr - pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
- invl/retry - easy to use retry decorator in python
- geoopt/geoopt - Riemannian Adaptive Optimization Methods with pytorch optim
- influxdata/influxdb-python - Python client for InfluxDB
- winedarksea/AutoTS - Automated Time Series Forecasting
- pytest-dev/pytest-html - Plugin for generating HTML reports for pytest results
- jazzband/pip-tools - A set of tools to keep your pinned Python dependencies fresh.
- eugeneyan/testing-ml - 🔍 Minimal examples of machine learning tests for implementation, behaviour, and performance.
- rushter/MLAlgorithms - Minimal and clean examples of machine learning algorithms implementations
- kaidic/LDAM-DRW - [NeurIPS 2019] Learning Imbalanced Datasets with Label-Distribution-Aware Margin Loss
- alkaline-ml/pmdarima - A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
- donnemartin/system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
- loglabs/mltrace-demo - Python ML pipeline that showcases mltrace functionality.
- blockchain-etl/ethereum-etl - Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Go
- bycycle-tools/bycycle - Cycle-by-cycle analysis of neural oscillations.
- koaning/scikit-lego - Extra blocks for scikit-learn pipelines.
- idvxlab/vega-lite-linter - Fixing your visualization design written in Vega-Lite based on the answer set programming
- locuslab/TCN - Sequence modeling benchmarks and temporal convolutional networks
- tartley/colorama - Simple cross-platform colored terminal text in Python
- SheffieldML/GPy - Gaussian processes framework in python
- mindsdb/mindsdb - The platform for building AI from enterprise data
- openstack/debtcollector - A collection of python patterns that help you collect your technical debt in a non-destructive manner. Mirror of code maintained at opendev.org.
- gnocchixyz/gnocchi - Timeseries database
- sqlalchemy/sqlalchemy - The Database Toolkit for Python
- ionelmc/python-hunter - Hunter is a flexible code tracing toolkit.
- fbcotter/pytorch_wavelets - Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
- Lightning-AI/pytorch-lightning - Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
- huawei-noah/noah-research - Noah Research
- shwars/mPyPl - Monadic Pipeline Library for Python
- DataDog/dd-trace-py - Datadog Python APM Client
- minitorch/minitorch - The full minitorch student suite.
- elenaehrlich/gluon-ts - Probabilistic time series modeling in Python
- pympler/pympler - Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.
- neurodsp-tools/neurodsp - Digital signal processing for neural time series.
- tensionhead/pyBOAT - A Biological Oscillations Analysis Toolkit
- zhihanyue/ts2vec - A universal time series representation learning framework
- unionai-oss/pandera - A light-weight, flexible, and expressive statistical data testing library
- mlflow/mlflow - Open source platform for the machine learning lifecycle
- kubeflow-kale/kale - Kubeflow’s superfood for Data Scientists
- RedisTimeSeries/redistimeseries-py - RedisTimeSeries python client
- RedisAI/redisai-py - Python client for RedisAI
- fastapi/fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
- zhmiao/OpenLongTailRecognition-OLTR - Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
- deepcharles/ruptures - ruptures: change point detection in Python
- yzhao062/pytod - TOD: GPU-accelerated Outlier Detection via Tensor Operations
- ngoix/EMMV_benchmarks
- google-research/deep_representation_one_class
- microsoft/anomalydetector - SR-CNN
- linkedin/luminol - Anomaly Detection and Correlation library
- NetManAIOps/donut - WWW 2018: Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications
- jmcarpenter2/swifter - A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
- akhtarshahnawaz/multiprocesspandas - Adds multiprocessing capabilities to Pandas to parallelize apply operations on DataFrames, Series and DataFrameGroupBy
- uqfoundation/dill - serialize all of Python
- yzhao062/pyod - A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
- caisr-hh/group-anomaly-detection - GRAND: Group-based Anomaly Detection for Large-Scale Monitoring of Complex Systems
- zillow/luminaire - Luminaire is a python package that provides ML driven solutions for monitoring time series data.
- ray-project/lightgbm_ray - LightGBM on Ray
- nachonavarro/seasonal-esd-anomaly-detection - Anomaly detection algorithm implemented at Twitter
- hyperopt/hyperopt - Distributed Asynchronous Hyperparameter Optimization in Python
- scikit-mine/scikit-mine - scikit-mine : pattern mining in Python
- johannfaouzi/pyts - A Python package for time series classification
- target/matrixprofile-ts - A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile
- py-why/dowhy - DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical
- KIT-IAI/pyWATTS - pyWATTS: Python Workflow Automation Tool for Time-Series
- TDAmeritrade/stumpy - STUMPY is a powerful and scalable Python library for modern time series analysis
- kLabUM/rrcf - 🌲 Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams
- ariaghora/robust-period - Unofficial Implementation of RobustPeriod: Time-Frequency Mining for Robust Multiple Periodicities Detection
- slaypni/fastdtw - A Python implementation of FastDTW
- gabfl/redis-priority-queue - Simple Redis work queue with added features (priorities, pop multiple items at once)
- facebookresearch/Kats - Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics,
- redis/redis-py - Redis Python client
- Delgan/loguru - Python logging made (stupidly) simple
- mmhs013/pyMannKendall - A python package for non parametric Mann Kendall family of trend tests.
- dioph/periodicity - Useful tools for periodicity analysis in time series data.
- pyro-ppl/pyro - Deep universal probabilistic programming with Python and PyTorch
- linkedin/greykite - A flexible, intuitive and fast forecasting library
- kumar-shridhar/PyTorch-BayesianCNN - Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
- HIPS/autograd - Efficiently computes derivatives of NumPy code.
- networkx/networkx - Network Analysis in Python
- facebookresearch/nevergrad - A Python toolbox for performing gradient-free optimization
- cosmicpython/code - Example application code for the python architecture book
- dmlc/dgl - Python package built to ease deep learning on graph, on top of existing DL frameworks.
- kevinzakka/recurrent-visual-attention - A PyTorch Implementation of "Recurrent Models of Visual Attention"
- pcyin/pytorch_basic_nmt - A simple yet strong implementation of neural machine translation in pytorch
- vaexio/vaex - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
- MaxHalford/prince - :crown: Multivariate exploratory data analysis in Python — PCA, CA, MCA, MFA, FAMD, GPA
- abilian/olapy - OlaPy, an experimental OLAP engine based on Pandas
- giampaolo/psutil - Cross-platform lib for process and system monitoring in Python
- cosmicpython/book - A Book about Pythonic Application Architecture Patterns for Managing Complexity. Cosmos is the Opposite of Chaos you see. O'R. wouldn't actually let us call it "Cosmic Python" tho.
- wemake-services/wemake-django-template - Bleeding edge django template focused on code quality and security.
- cookiecutter/cookiecutter - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.
- ray-project/ray - Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
- maguowei/starred - creating your own Awesome List by GitHub stars!
- fars-data-analysis/FIS - Frequent Itemsets in Map-Reduce with Spark
- floodsung/Deep-Learning-Papers-Reading-Roadmap - Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
- WeibinMeng/FT-Tree - IWQoS 2017: A toolkit for log template extraction
- wanji/bitmap - BitMap class
- Tencent/Metis - Metis is a learnware platform in the field of AIOps.
- rougier/scientific-visualization-book - An open access book on scientific visualization using python and matplotlib
- CamDavidsonPilon/tdigest - t-Digest data structure in Python. Useful for percentiles and quantiles, including distributed enviroments like PySpark
- rougier/from-python-to-numpy - An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
- scikit-learn/scikit-learn - scikit-learn: machine learning in Python
- benedekrozemberczki/awesome-fraud-detection-papers - A curated list of data mining papers about fraud detection.
- benedekrozemberczki/awesome-community-detection - A curated list of community detection research papers with implementations.
- yzhao062/anomaly-detection-resources - Anomaly detection related books, papers, videos, and toolboxes
- hi-primus/optimus - :truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark
- xqnwang/darima - Distributed ARIMA Models
- CamDavidsonPilon/lifelines - Survival analysis in Python
- udayRage/pykit_old
- rasbt/mlxtend - A library of extension and helper modules for Python's data analysis and machine learning libraries.
- hudson-and-thames/mlfinlab - MlFinLab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
- tushushu/imylu - Pure Python implementation of machine learning algorithms
- hanmq/MachineLearning_Zhouzhihua_ProblemSets - Exercises answers to the book "machine-learning" written by Zhou Zhihua。周志华《机器学习》课后习题,个人解答。各算法都拿numpy和pandas实现了一遍
- shenxiangzhuang/toydata - Data Structures in Python
- Apress/pyspark-recipes - Source code for 'PySpark Recipes' by Raju Kumar Mishra
- shenweichen/GraphEmbedding - Implementation and experiments of graph embedding algorithms.
- ResidentMario/missingno - Missing data visualization module for Python.
- dkaslovsky/Coupled-Biased-Random-Walks - Outlier detection for categorical data
- zero323/pyspark-stubs - Apache (Py)Spark type annotations (stub files).
- tommyod/Efficient-Apriori - An efficient Python implementation of the Apriori algorithm.
- MolSSI-Education/python-package-best-practices - Hands-on workshop showing good software development practices to create a Python package.
- bfortuner/ml-glossary - Machine learning glossary
- georgekatona/Clique - Python implementation of the CLIQUE subspace clustering algorithm.
- databricks/koalas - Koalas: pandas API on Apache Spark
- d2l-ai/d2l-en - Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
- w-hat/ctci-solutions - Python solutions to Cracking the Coding Interview (6th edition)
- DataBrewery/cubes - [NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
- spry-group/python-vultr - Vultr Python Client library
- careermonk/data-structures-and-algorithmic-thinking-with-python - Data Structure And Algorithmic Thinking With Python
- davecom/ClassicComputerScienceProblemsInPython - Source Code for the Book Classic Computer Science Problems in Python
- ydataai/ydata-profiling - 1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
- 0voice/interview_internal_reference - 2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
- DestructHub/ProjectEuler - Polyglot solutions for www.projecteuler.net mathematical challenges
- joelgrus/data-science-from-scratch - code for Data Science From Scratch book
- eriklindernoren/ML-From-Scratch - Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learnin
- ddbourgin/numpy-ml - Machine learning, in numpy
- rougier/numpy-100 - 100 numpy exercises (with solutions)
- LasseRegin/SVM-w-SMO - Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.
- chuanconggao/PrefixSpan-py - The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorit
- voila-dashboards/voila - Voilà turns Jupyter notebooks into standalone web applications
- dask/dask - Parallel computing with task scheduling
- faif/python-patterns - A collection of design patterns/idioms in Python
- HypothesisWorks/hypothesis - Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
- billpmurphy/hask - Haskell language features and standard libraries in pure Python.
- OmkarPathak/pygorithm - A Python module for learning all major algorithms
- bartdag/pymining - A few data mining algorithms in pure python
- gleitz/howdoi - instant coding answers via the command line
- TheAlgorithms/Python - All Algorithms implemented in Python
- cool-RR/PySnooper - Never use print for debugging again
- shubhamjha97/hierarchical-clustering - A Python implementation of divisive and hierarchical clustering algorithms. The algorithms were tested on the Human Gene DNA Sequence dataset and dendrograms were plotted.
- ZwEin27/Hierarchical-Clustering - Hierarchical Clustering Python Implementation
- microsoft/pyright - Static Type Checker for Python
- svaante/decision-tree-id3
- WenDesi/lihang_book_algorithm - 致力于将李航博士《统计学习方法》一书中所有算法实现一遍
- PyYoshi/cChardet - universal character encoding detector
- rossant/awesome-scientific-python - A curated list of awesome scientific Python resources
- fluentpython/example-code - Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
- goelhardik/projects - Projects. And then some.
- plotly/dash - Data Apps & Dashboards for Python. No JavaScript Required.
- tryolabs/requestium - Integration layer between Requests and Selenium for automation of web actions.
- mattnedrich/GradientDescentExample - Example demonstrating how gradient descent may be used to solve a linear regression problem
- buckyroberts/Spider - Python website crawler.
- Chainlit/chainlit - Build Conversational AI in minutes ⚡️
- josephmisiti/awesome-machine-learning - A curated list of awesome Machine Learning frameworks, libraries and software.
- AI-Hypercomputer/maxtext - A simple, performant and scalable Jax LLM!
- alexmolas/ml-blogs - A public repository of personal ML/DS blogs.
- ai-glimpse/toydl - ToyDL: toy deep learning algorithms implementation, backend with self implement toy torch
- HuaizhengZhang/Active-Learning-as-a-Service - A scalable & efficient active learning/data selection system for everyone.
- skypilot-org/skypilot - SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
- reflex-dev/reflex - 🕸️ Web apps in pure Python 🐍
- letta-ai/letta - Letta (formerly MemGPT) is a framework for creating LLM services with memory.
- vinta/awesome-python - An opinionated list of awesome Python frameworks, libraries, software and resources.
- rsalmei/alive-progress - A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
- polarsource/polar - An Open Source Lemon Squeezy alternative with better pricing! Get paid coding on your passion.
- deepset-ai/haystack - :mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your d
- gpt-engineer-org/gpt-engineer - Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
- hiyouga/LLaMA-Factory - Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
- pawamoy/mkdocs-coverage - MkDocs plugin to integrate your coverage HTML report into your site.
- asottile/pyupgrade - A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
- ariebovenberg/whenever - ⏰ Modern datetime library for Python
- fastapi/typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
- bentoml/BentoML - The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
- OlgaChernytska/word2vec-pytorch - Implementation of the first paper on word2vec
- black-forest-labs/flux - Official inference repo for FLUX.1 models
- fastapi/sqlmodel - SQL databases in Python, designed for simplicity, compatibility, and robustness.
- labmlai/annotated_deep_learning_paper_implementations - 🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(
- ManimCommunity/manim - A community-maintained Python framework for creating mathematical animations.
- ai-glimpse/toyml - Readable single file implementation of Machine Learning algorithms
- jingyaogong/minimind - 「大模型」3小时完全从0训练26M的小参数GPT,个人显卡即可推理训练!
- MadcowD/ell - A language model programming library.
- intel-analytics/ipex-llm - Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such
- roboflow/supervision - We write your reusable computer vision tools. 💜
- huggingface/transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
- khoj-ai/khoj - Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude,
- QuivrHQ/quivr - Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore:
- IDEA-CCNL/Fengshenbang-LM - Fengshenbang-LM(封神榜大模型)是IDEA研究院认知计算与自然语言研究中心主导的大模型开源体系,成为中文AIGC和认知智能的基础设施。
- proplot-dev/proplot - 🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
- joerick/pyinstrument - 🚴 Call stack profiler for Python. Shows you why your code is slow!
- online-ml/river - 🌊 Online machine learning in Python
- ysyisyourbrother/SYSU_Notebook - 本项目分享了中山大学计算机学院本科和研究生阶段的课程资料、笔记、期末考试卷和其他实用的相关资源。希望对同学们的学习有所帮助❤️,如果喜欢记得给个star🌟
- satwikkansal/wtfpython - What the f*ck Python? 😱
- SmirkCao/Lihang - Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]
- marimo-team/mkdocs-marimo - mkdocs plugin for reactive and interactive docs with marimo
- iterative/mlem - 🐶 A tool to package, serve, and deploy any ML model on any platform. Archived to be resurrected one day🤞
- vnpy/vnpy - 基于Python的开源量化交易平台开发框架
- Vonng/ddia - 《Designing Data-Intensive Application》DDIA中文翻译
- boxed/mutmut - Mutation testing system
- SaberaTalukder/TOTEM - The official code 👩💻 for - TOTEM: TOkenized Time Series EMbeddings for General Time Series Analysis
- jina-ai/serve - ☁️ Build multimodal AI applications with cloud-native stack
- airtai/faststream - FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
- yadm-dev/yadm - Yet Another Dotfiles Manager
- jupyter-book/jupyter-book - Create beautiful, publication-quality books and documents from computational content.
-
R
- google/CausalImpact - An R package for causal inference in time series
- SteffenMoritz/imputeTS - CRAN R Package: Time Series Missing Value Imputation
- twitter/AnomalyDetection - Anomaly Detection with R
- meghanathmacha/xPACS - This repository has the code for the xPacks work that is under submission for academic conference. The code is protected under the below license
- robjhyndman/ctv-TimeSeries - git mirror of CRAN Task View Time Series files
- swirldev/swirl - :cyclone: Learn R, in R.
- kassambara/survminer - Survival Analysis and Visualization
- jaroslav-kuchar/fpmoutliers - Algorithms for detection of outliers based on frequent pattern mining
- yihui/animation - A gallery of animations in statistics and utilities to create animations
- jonocarroll/mathpix - Query the mathpix API to convert math images to LaTeX
- ajtulloch/Elements-of-Statistical-Learning - Contains LaTeX, SciPy and R code providing solutions to exercises in Elements of Statistical Learning (Hastie, Tibshirani & Friedman)
- terrytangyuan/lfda - Local Fisher Discriminant Analysis in R
- cran/arules - :exclamation: This is a read-only mirror of the CRAN R package repository. arules — Mining Association Rules and Frequent Itemsets. Homepage: https://github.com/mhahsler/arules Report bugs for this
- cran/ElemStatLearn - :exclamation: This is a read-only mirror of the CRAN R package repository. ElemStatLearn — Data Sets, Functions and Examples from the Book: "The Elements of Statistical Learning, Data Mining, Inferen
-
RMarkdown
- XiangyunHuang/notesdown - :book: R 语言学习笔记:数据操作、统计图形和数值优化
-
Roff
- lydrainbowcat/tedukuri - 《算法竞赛进阶指南》资源社区
-
Ruby
- DeathKing/Learning-SICP - MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
-
Rust
- qdrant/qdrant - Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
- prefix-dev/pixi - Package management made easy
- starship/starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
- grafana/augurs - Time series analysis for Rust, with bindings to Python and Javascript
- mfontanini/presenterm - A markdown terminal slideshow tool
- rustdesk/rustdesk - An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
- huacnlee/autocorrect - A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
- messense/typst-py - Python binding to typst
- HigherOrderCO/Bend - A massively parallel, high-level programming language
- quarylabs/quary - Open-source BI for engineers
- HPI-Information-Systems/S2Gpp
- launchbadge/sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
- huggingface/ratchet - A cross-platform browser ML framework.
- sharkdp/hyperfine - A command-line benchmarking tool
- seanmonstar/reqwest - An easy and powerful Rust HTTP Client
- crabml/crabml - a fast cross platform AI inference engine 🤖 using Rust 🦀 and WebGPU 🎮
- orhun/git-cliff - A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
- LukeMathWalker/zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
- openobserve/openobserve - 🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
- emilk/egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
- rerun-io/rerun - Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
- fermyon/spin - Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
- sxyazi/yazi - 💥 Blazing fast terminal file manager written in Rust, based on async I/O.
- gleam-lang/gleam - ⭐️ A friendly language for building type-safe, scalable systems!
- google/magika - Detect file content types with deep learning
- tokio-rs/axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
- lancedb/lance - Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckD
- zed-industries/zed - Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
- PyO3/maturin - Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
- neondatabase/neon - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
- risinglightdb/risinglight - An educational OLAP database system.
- tracel-ai/burn - Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.
- krABMaga/krABMaga - krABMaga: A modern developing art for reliable and efficient Agent-based Model (ABM) simulation with the Rust language
- bevyengine/bevy - A refreshingly simple data-driven game engine built in Rust
- actix/actix - Actor framework for Rust.
- asciinema/agg - asciinema gif generator
- shadowsocks/shadowsocks-rust - A Rust port of shadowsocks
- rome/tools - Unified developer tools for JavaScript, TypeScript, and the web
- huggingface/candle - Minimalist ML framework for Rust
- BloopAI/bloop - bloop is a fast code search engine written in Rust.
- tokio-rs/tracing - Application level tracing for Rust.
- yuankunzhang/charming - A visualization library for Rust
- helix-editor/helix - A post-modern modal text editor.
- hyperium/hyper - An HTTP library for Rust
- chanhx/crabviz - 🦀 A LSP-based interative call graph generator
- rust-lang/docs.rs - crates.io documentation generator
- statrs-dev/statrs - Statistical computation library for Rust
- rust-ml/linfa - A Rust machine learning framework.
- rust-ml/book - The Rust Machine Learning Book
- typst/typst - A new markup-based typesetting system that is powerful and easy to learn.
- astral-sh/rye - a Hassle-Free Python Experience
- ArroyoSystems/arroyo - Distributed stream processing engine in Rust
- rikhuijzer/ata - Ask the Terminal Anything (ATA): ChatGPT in the terminal
- kornelski/cargo-deb - Make Debian packages directly from Rust/Cargo projects
- ajeetdsouza/zoxide - A smarter cd command. Supports all major shells.
- ogham/exa - A modern replacement for ‘ls’.
- dalance/procs - A modern replacement for ps written in Rust
- bootandy/dust - A more intuitive version of du in rust
- o2sh/onefetch - Command-line Git information tool
- pola-rs/polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
- google/comprehensive-rust - This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
- astral-sh/ruff - An extremely fast Python linter and code formatter, written in Rust.
- liborty/rstats - Statistics, Information Measures, Linear Algebra, Cholesky Matrix Decomposition, Mahalanobis Distance, Householder QR Decomposition, Clifford Algebra, Multidimensional Data Analysis, Geometric Median,
- rwf2/Rocket - A web framework for Rust.
- remykarem/apriori-rs - Apriori for association rule mining with Python bindings 🦀🐍
- pvolok/mprocs - Run multiple commands in parallel
- nushell/nushell - A new type of shell
- PRQL/prql - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
- atuinsh/atuin - ✨ Magical shell history
- benfred/py-spy - Sampling profiler for Python programs
- agrinman/tunnelto - Expose your local web server to the internet with a public URL.
- asciinema/asciinema - Terminal session recorder 📹
- poem-web/poem - A full-featured and easy-to-use web framework with the Rust programming language.
- Byron/dua-cli - View disk space usage and delete unwanted data, fast.
- GyulyVGC/sniffnet - Comfortably monitor your Internet traffic 🕵️♂️
- DioxusLabs/dioxus - Fullstack app framework for web, desktop, mobile, and more.
- astral-sh/uv - An extremely fast Python package and project manager, written in Rust.
- spring-rs/spring-rs - 🍃spring-rs is a application framework written in rust inspired by java's spring-boot
- postgresml/postgresml - Postgres with GPUs for ML/AI apps.
- apache/horaedb - Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
- plotly/plotly.rs - Plotly for Rust
- Raibows/MLinRust - A machine learning library in Rust from scratch.
- huggingface/tokenizers - 💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
- sunface/rust-course - “连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
- mainmatter/100-exercises-to-learn-rust - A self-paced course to learn Rust, one exercise at a time.
-
Scala
- neomaclin/app-general
- niqdev/kafka-scala-examples - Examples of Avro, Kafka, Schema Registry, Kafka Streams, Interactive Queries, KSQL, Kafka Connect in Scala
- microsoft/SynapseML - Simple and Distributed Machine Learning
- mikemybytes/spark-fim - Frequent Itemsets Mining algorithms for Apache Spark
- jeffreyksmithjr/reactive-machine-learning-systems - Code from the book Machine Learning Systems
- salesforce/TransmogrifAI - TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
- felipekunzler/frequent-itemset-mining-spark - Sequential and distributed implementations of Apriori and FP-Growth algorithms using Scala and Spark.
- databricks/Spark-The-Definitive-Guide - Spark: The Definitive Guide's Code Repository
-
Shell
- mathiasbynens/dotfiles - :wrench: .files, including ~/.macos — sensible hacker defaults for macOS
- deviantony/docker-elk - The Elastic stack (ELK) powered by Docker and Compose.
- gpakosz/.tmux - 🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
- pyenv/pyenv-virtualenv - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
- pantsbuild/example-python - An example repo to demonstrate Python support in Pants
- mhausenblas/mkdocs-deploy-gh-pages - GitHub Action to deploy an MkDocs site to GitHub Pages
- xu-cheng/latex-action - :octocat: GitHub Action to compile LaTeX documents
- billw2/rpi-clone - A shell script to clone a booted disk.
- xbin-io/xbin - Your serverless cli toolkit.
- samoshkin/tmux-config - Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment
- apachecn/awesome-cs-courses-zh - 计算机公开课推荐
- steveloughran/winutils - Windows binaries for Hadoop versions (built from the git commit ID used for the ASF relase)
-
Svelte
- open-source-labs/Svelvet - 🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
- open-webui/open-webui - User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
- apple/tensor-visualizer - A Jupyter widget to visualize tensor data in notebooks.
-
Swift
- ianyh/Amethyst - Automatic tiling window manager for macOS à la xmonad.
-
TeX
- st--/annotate-equations - LaTeX package and annotated examples for annotating equations using TikZ.
- royal-statistical-society/datavisguide - Introductory guide to the art and science of data visualisation. Insights, advice, and examples (with code) to make data outputs more readable, accessible, and impactful.
- the-turing-way/the-turing-way - Host repository for The Turing Way: a how to guide for reproducible data science
- OsbertWang/install-latex-guide-zh-cn - 一份简短的关于 LaTeX 安装的介绍
- CTeX-org/ctex-kit - Macro Packages and Scripts for Chinese TeX users
- matze/mtheme - A modern LaTeX Beamer theme
- michaelgutmann/ml-pen-and-paper-exercises - Pen and paper exercises in machine learning
- vdumoulin/conv_arithmetic - A technical report on convolution arithmetic in the context of deep learning
- wisdomfusion/latex-templates - My ready-to-edit LaTeX templates, for books, articles, and notes, using XeLaTeX, specified both for Chinese and English documents.
- posquit0/Awesome-CV - :page_facing_up: Awesome CV is LaTeX template for your outstanding job application
- hmemcpy/milewski-ctfp-pdf - Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
- yxnchen/sysu-beamer-template - A LaTeX beamer template for SYSU. 中山大学LaTeX演示模板
- ElegantLaTeX/ElegantPaper - Elegant LaTeX Template for Working Papers
- tuna/THU-Beamer-Theme - A LaTeX beamer theme template for Tsinghua students.
- SamZhangQingChuan/Editorials - 算法题解& 教程
- hal3/ciml - A Course in Machine Learning
- pllk/cphb - Competitive Programmer's Handbook
- hijiangtao/resume - 个人中文简历 Latex 源码 https://hijiangtao.github.io/
- joanbruna/ir18 - Inference and Representation (DS-GA-1005, CSCI-GA.2569), fall 18
- EthanDeng/vscode-latex - LaTeX 编译环境配置:Visual Studio Code 配置简介
- billryan/resume - An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
- ElegantLaTeX/ElegantBook - Elegant LaTeX Template for Books
- ElegantLaTeX/ElegantNote - Elegant LaTeX Template for Notes
- DeathKing/LaTeX-Template-Cn - \LaTeX 中文模版收集。
- terryum/awesome-deep-learning-papers - The most cited deep learning papers
-
Typst
- sysu/better-thesis - A better thesis that is easily use from typst.app, mirror of https://gitlab.com/sysu-gitlab/thesis-template/better-thesis
- cetz-package/cetz - CeTZ: ein Typst Zeichenpaket - A library for drawing stuff with Typst.
- typst-doc-cn/tutorial - Typst中文教程
- mintyfrankie/brilliant-CV - 💼 another CV template for your job application, yet powered by Typst and more
-
Vim Script
- jbranchaud/til - :memo: Today I Learned
- wklken/k-vim - vim配置
-
Vue
- tiny-craft/tiny-rdm - Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux.
- doocs/md - ✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性
-
Emacs Lisp
- qjcg/awesome-typst - Awesome Typst Links
-
Zig
- zml/zml - High performance AI inference stack. Built for production. @ziglang / @openxla / MLIR / @bazelbuild
Programming Languages
Categories
Python
457
Jupyter Notebook
99
Others
94
Rust
85
TypeScript
68
JavaScript
48
C++
39
Go
36
Java
28
HTML
27
TeX
25
C
19
R
14
Haskell
12
Shell
12
Scala
8
Elixir
7
CSS
6
C# #
5
Markdown
5
Julia
4
Makefile
4
Typst
4
Clojure
3
Dockerfile
3
Svelte
3
Vim Script
2
Nix
2
License
2
MDX
2
CMake
2
Vue
2
Gleam
1
JetBrains MPS
1
Kotlin
1
Mojo
1
Cuda
1
Erlang
1
Dart
1
Less
1
RMarkdown
1
Zig
1
Emacs Lisp
1
PostScript
1
Lua
1
PHP
1
Ruby
1
HCL
1
Batchfile
1
Swift
1
Roff
1
Sub Categories
Keywords
python
237
machine-learning
178
deep-learning
114
data-science
78
rust
64
pytorch
51
ai
44
time-series
44
llm
37
react
34
python3
34
javascript
30
anomaly-detection
29
typescript
25
data-analysis
22
awesome
21
mlops
21
java
21
tensorflow
20
ml
20
artificial-intelligence
19
neural-network
19
golang
18
markdown
18
cli
18
chatgpt
18
terminal
18
gpt
18
book
18
sql
18
data-mining
17
nextjs
17
large-language-models
17
natural-language-processing
17
openai
17
awesome-list
17
go
16
data-visualization
16
forecasting
15
database
15
time-series-analysis
15
monitoring
15
transformers
15
docker
15
visualization
15
linux
15
nlp
15
kubernetes
14
reinforcement-learning
14
web
14