1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
|
# Orphaned AUR AI/ML/CV/edge โ GitHub stars & vitality (381 pkgs)
# vit: active<=12mo | slowing<=30mo | stale | ARCHIVED
375438โ
0mo active clawdbot -> clawdbot/clawdbot
Personal AI assistant supporting Claude, Ollama, and other LLMs - the lobster way ๐ฆ
195302โ
0mo active tensorflow-git -> tensorflow/tensorflow
Library for computation using data flow graphs for scalable machine learning (with CPU optimizations)
195302โ
0mo active libtensorflow-lite -> tensorflow/tensorflow
Tensorflow Lite - Library and Headers. C/C++ & Python
172586โ
0mo active ollama-nogpu-git -> ollama/ollama
Create, run and share large language models (LLMs)
163341โ
3mo active stable-diffusion-webui-git -> AUTOMATIC1111/stable-diffusion-webui
Stable Diffusion Web UI (AUTOMATIC1111)
139152โ
0mo active open-webui-no-venv -> open-webui/open-webui
Web UI and OpenAI API for various LLM runners, including Ollama, built without creating virtualenv
137964โ
0mo active python-langchain-text-splitters -> langchain-ai/langchain
LangChain text splitting utilities
137964โ
0mo active python-langchain-cli -> langchain-ai/langchain
A CLI for interacting with LangChain
137964โ
0mo active python-langchain-classic -> langchain-ai/langchain
Building applications with LLMs through composability (Legacy version)
137964โ
0mo active python-langchain-chroma -> langchain-ai/langchain
An integration package connecting Chroma and LangChain
113635โ
0mo active llama.cpp-sycl-f32 -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F32)
113635โ
0mo active llama.cpp-sycl-f16-git -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F16)
113635โ
0mo active llama.cpp-sycl-f32-git -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F32)
113635โ
0mo active llama.cpp-hipblas-git -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)
113635โ
0mo active llama.cpp-cublas-git -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with NVIDIA CUDA optimizations)
113635โ
0mo active llama.cpp-clblas-git -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with OpenCL optimizations)
113635โ
0mo active llama-cpp-rocm-git -> ggerganov/llama.cpp
Port of Facebook's LLaMA model in C/C++ (with ROCm) (PR#1087)
66200โ
0mo active python-scikit-learn-git -> scikit-learn/scikit-learn
A set of Python modules for machine learning and data mining
64068โ
0mo active python-keras-git -> keras-team/keras
A Python deep learning API, running on TensorFlow (git version)
54392โ
21mo slowing chatgpt-desktop-git -> lencx/ChatGPT
ChatGPT Desktop Application (Mac, Windows and Linux)
50244โ
0mo active whisper.cpp-hip -> ggerganov/whisper.cpp
Port of OpenAI's Whisper model in C/C++ (using system llama.cpp-hip)
50244โ
0mo active whisper.cpp-openvino -> ggerganov/whisper.cpp
Port of OpenAI's Whisper model in C/C++ (with OpenVINO run-time)
39709โ
0mo active photoprism-facenet -> photoprism/photoprism
PhotoPrism's facenet pre-training model
39709โ
0mo active photoprism-nsfw -> photoprism/photoprism
PhotoPrism's nsfw pre-training model
39709โ
0mo active photoprism-nasnet -> photoprism/photoprism
PhotoPrism's nasnet pre-training model
35712โ
0mo active python-jax-bin -> jax-ml/jax
Composable transformations of Python+NumPy programs
34723โ
0mo active python-dspy -> stanfordnlp/dspy
The framework for programming (not prompting) language models
34504โ
3mo active claude-code-router -> musistudio/claude-code-router
This is a tool for routing Claude Code requests to different models, and you can customize any request.
33616โ
0mo active python-spacy-git -> explosion/spaCy
Free open-source library for Natural Language Processing in Python
33262โ
22mo slowing chatbot-ui-git -> mckaywrigley/chatbot-ui
An open source ChatGPT UI.
31162โ
0mo active python-pytorch-lightning -> Lightning-AI/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research
31162โ
0mo active python-pytorch-lightning-git -> PyTorchLightning/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research
30261โ
0mo active github-mcp-server -> github/github-mcp-server
GitHub's official MCP server which connects AI tools directly to GitHub's platform
29531โ
6mo active python-easyocr-git -> JaidedAI/EasyOCR
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
28015โ
0mo active python-fastai -> fastai/fastai
Deep learning library build on PyTorch (legacy v1 release)
26752โ
11mo ARCHIVED deepspeech-models -> mozilla/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture - models and supporting files.
26752โ
11mo ARCHIVED deepspeech-bin -> mozilla/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture - C++ native client + devel files.
26752โ
11mo ARCHIVED deepspeech -> mozilla/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture
26752โ
11mo ARCHIVED deepspeech-models-zh-cn -> mozilla/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture - models and supporting files.
24850โ
15mo slowing ultimatevocalremovergui-git -> Anjok07/ultimatevocalremovergui
This application uses state-of-the-art source separation models to remove vocals from audio files. UVR's core developers trained all of the
24791โ
0mo active crush-git -> charmbracelet/crush
A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal - git version
24164โ
0mo ARCHIVED roo-code-gemini-cli -> RooCodeInc/Roo-Code
A whole dev team of LLM agents in your VS Code, Cursor or other compatible editor. Patched to add gemini-cli as a LLM provider.
23924โ
0mo active python-paddlepaddle-git -> PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice
23123โ
2mo active python-rembg -> danielgatis/rembg
Rembg is a tool to remove images background
21332โ
0mo active happy-cli-git -> slopus/happy
Mobile and Web client for Claude Code and Codex - remote control your AI coding agent
20810โ
31mo ARCHIVED mxnet -> apache/mxnet
Flexible and Efficient Library for Deep Learning
20810โ
31mo ARCHIVED mxnet-git -> apache/mxnet
A flexible and efficient library for deep learning
18978โ
0mo active screenpipe-bin -> screenpipe/screenpipe
24/7 Screen and Audio Capture with AI-powered tools
16073โ
22mo slowing python-micrograd -> karpathy/micrograd
Tiny autograd engine for Python
14744โ
22mo slowing python-imgaug-git -> aleju/imgaug
Image augmentation for machine learning experiments
14485โ
2mo active python-chatterbot -> gunthercox/chatterbot
A machine learning, conversational dialog engine for creating chatbots.
14387โ
1mo active python-dlib-git -> davisking/dlib
Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. -- git non-CUDA version
14387โ
1mo active python-dlib-cuda-git -> davisking/dlib
Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. -- git CUDA version
13877โ
0mo active python-open-clip-torch -> mlfoundations/open_clip
Open source implementation of OpenAI's CLIP (Contrastive Language-Image Pre-training).
13399โ
0mo active tvm -> apache/tvm
Apache TVM, a deep learning compiler that enables access to high-performance machine learning anywhere for everyone
11864โ
0mo active python-sentencepiece-git -> google/sentencepiece
Sentencepiece text tokenizer (Python version)
11576โ
0mo active python-speechbrain-git -> speechbrain/speechbrain
All-in-one speech toolkit in pure Python and Pytorch
11221โ
0mo active python-kornia-git -> kornia/kornia
Open Source Differentiable Computer Vision Library for PyTorch
11092โ
0mo active python-wandb-git -> wandb/client
Weights and Biases - organize and analyze machine learning experiments
10756โ
2mo active python-tianshou -> thu-ml/tianshou
An elegant PyTorch deep reinforcement learning library.
10348โ
0mo active python-llama-cpp-hip -> abetlen/llama-cpp-python
Python bindings for llama.cpp (with HIP/ROCM support)
10143โ
37mo stale alpaca.cpp-git -> antimatter15/alpaca.cpp
Locally run an Instruction-Tuned Chat-Style LLM
10080โ
0mo active stanford-parser -> stanfordnlp/CoreNLP
A natural language parser is a program that works out the grammatical structure of sentences.
10070โ
1mo active python-ollama-git -> ollama/ollama-python
Ollama Python library
9916โ
1mo active python-sonnet-git -> deepmind/sonnet
TensorFlow-based neural network library.
9860โ
0mo active python-pyod -> yzhao062/pyod
A Python 3 Library Outlier Detection or Anomaly Detection
9846โ
0mo active python-espnet-git -> espnet/espnet
End-to-End Speech Processing Toolkit Python Package
9533โ
0mo active python-textblob -> sloria/textblob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
8967โ
0mo active catboost-git -> catboost/catboost
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box.
8162โ
21mo slowing blender-dream-textures-git -> carson-katri/dream-textures
Stable Diffusion built-in to Blender
8162โ
21mo slowing blender-dream-textures -> carson-katri/dream-textures
Stable Diffusion built-in to Blender
7987โ
2mo active python-tensorboardx -> lanpa/tensorboardX
Tensorboard for PyTorch
7878โ
34mo ARCHIVED edgegpt-git -> acheong08/EdgeGPT
The reverse engineering the chat feature of the new version of Bing.
7804โ
0mo active python-stanza -> stanfordnlp/stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
7546โ
27mo slowing tesseract-data-afr-git -> tesseract-ocr/tessdata
Trained language data for tesseract OCR Engine
7518โ
2mo active python-face-alignment -> 1adrianb/face-alignment
Detect facial landmarks from Python using an accurate face alignment network
7361โ
0mo active forgecode-bin -> antinomyhq/forgecode
An AI-powered code assistant CLI tool
7179โ
12mo active python-autoscraper -> alirezamika/autoscraper
A smart, automatic, fast and lightweight web scraper for Python
6667โ
0mo active python-rapidocr-onnxruntime -> RapidAI/RapidOCR
A cross platform OCR Library based on OnnxRuntime.
6537โ
0mo active halide-git -> halide/Halide
a language for fast, portable data-parallel computation
6403โ
1mo active python-deap -> DEAP/deap
DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas.
6147โ
23mo ARCHIVED llm-cublas-git -> rustformers/llm
An ecosystem of Rust libraries for working with large language models (with cuBLAS)
6147โ
23mo ARCHIVED llm-clblast-git -> rustformers/llm
An ecosystem of Rust libraries for working with large language models (with CLBlast)
6147โ
23mo ARCHIVED llm-bin -> rustformers/llm
Run inference for Large Language Models on CPU, with Rust ๐ฆ๐๐ฆ
6131โ
0mo active python-aim -> aimhubio/aim
A super-easy way to record, search and compare AI experiments.
6116โ
0mo active stable-diffusion.cpp-hipblas-git -> leejet/stable-diffusion.cpp
Stable Diffusion in pure C/C++ (with AMD ROCm optimizations)
6116โ
0mo active stable-diffusion.cpp-sycl-f32-git -> leejet/stable-diffusion.cpp
Stable Diffusion in pure C/C++ (with Intel SYCL GPU optimizations)
6116โ
0mo active stable-diffusion.cpp-sycl-f16-git -> leejet/stable-diffusion.cpp
Stable Diffusion in pure C/C++ (with Intel SYCL GPU optimizations)
6086โ
1mo active python-argostranslate-git -> argosopentech/argos-translate
Open source neural machine translation in Python. Designed to be used either as a Python library or desktop application. Uses OpenNMT for tr
5921โ
18mo slowing python-gluoncv -> dmlc/gluon-cv
A Deep Learning Toolkit for Computer Vision
5700โ
0mo active python-nvidia-dali -> NVIDIA/DALI
A library containing both highly optimized building blocks and an execution engine for data pre-processing in deep learning applications
5645โ
0mo active mingw-w64-mlpack -> mlpack/mlpack
a scalable c++ machine learning library (mingw-w64)
5633โ
9mo active python-imagededup -> idealo/imagededup
Finding duplicate images made easy
5616โ
0mo active python-orange -> biolab/orange3
Open source machine learning and data visualization
5297โ
0mo active python-google-cloud-vision -> googleapis/google-cloud-python
Google Cloud Vision API client library
5241โ
2mo active hnswlib-git -> nmslib/hnswlib
Header-only C++ library for fast approximate nearest neighbors
5148โ
0mo active python-mlxtend -> rasbt/mlxtend
Library of Python tools and extensions for data science
5136โ
30mo slowing whereami -> kootenpv/whereami
Uses WiFi signals and machine learning to predict where you are
5042โ
2mo active python-mmaction2 -> open-mmlab/mmaction2
OpenMMLab's Next Generation Action Understanding Toolbox and Benchmark
4903โ
0mo active grobid -> kermitt2/grobid
A machine learning software for extracting information from scholarly documents
4819โ
17mo ARCHIVED python-isr-git -> idealo/image-super-resolution
Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
4501โ
0mo active ctranslate2-git -> OpenNMT/ctranslate2
Fast inference engine for OpenNMT models
4425โ
54mo ARCHIVED vott-bin -> microsoft/VoTT
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
4387โ
2mo active python-openai-harmony -> openai/harmony
OpenAI Harmony response format library
4325โ
45mo stale python-stable-baselines -> hill-a/stable-baselines
A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
4066โ
27mo slowing torch7-warp-ctc -> baidu-research/warp-ctc
A fast parallel implementation of CTC, on both CPU and GPU.
3885โ
0mo active python-gpytorch-git -> cornellius-gp/gpytorch
A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
3874โ
7mo active python-colbert-ai -> stanford-futuredata/ColBERT
Efficient and Effective Passage Search via Contextualized Late Interaction over BERT
3834โ
28mo slowing python-filterpy -> rlabbe/filterpy
Kalman filtering and optimal estimation library
3532โ
0mo active python-botorch -> pytorch/botorch
Bayesian Optimization in PyTorch
3426โ
0mo active python-pettingzoo -> Farama-Foundation/PettingZoo
Framework for multi-agent reinforcement learning
3359โ
56mo stale snowboy -> Kitt-AI/snowboy
DNN based hotword and wake word detection toolkit
3225โ
0mo active python-jittor -> Jittor/jittor
Just-in-time deep learning framework
3153โ
0mo active armcl-opencl -> ARM-software/ComputeLibrary
ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend)
3153โ
0mo active arm-linux-gnueabihf-armcl-neon -> ARM-software/ComputeLibrary
ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)
3129โ
0mo active voicevox -> VOICEVOX/voicevox
A text-to-speech software
2967โ
0mo active python-pytorch-tensorrt -> pytorch/TensorRT
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
2961โ
8mo active mitie-git -> mit-nlp/MITIE
MITIE: library and tools for information extraction
2932โ
27mo slowing python-minkowskiengine -> StanfordVL/MinkowskiEngine
Auto-diff library for generalized sparse convolutions
2890โ
2mo active python-thinc-git -> explosion/thinc
Practical Machine Learning for NLP
2878โ
0mo active python-torchaudio-git -> pytorch/audio
Data manipulation and transformation for audio signal processing, powered by PyTorch
2851โ
36mo stale python-sklearn-pandas -> scikit-learn-contrib/sklearn-pandas
Pandas integration with scikit-learn
2773โ
14mo slowing kenlm -> kpu/kenlm
Faster and Smaller Language Model Queries
2759โ
0mo active python-ax-platform -> facebook/ax
Adaptive Experimentation Platform
2757โ
11mo ARCHIVED cortex.cpp-bin -> menloresearch/cortex.cpp
Local AI API Platform
2585โ
27mo slowing stt-bin -> coqui-ai/STT
A TensorFlow implementation of Baidu's stt architecture - Python native client + CTC decoder.
2585โ
27mo slowing stt -> coqui-ai/STT
Coqui-STT
2576โ
3mo active python-lifelines -> CamDavidsonPilon/lifelines
Survival analysis in Python
2547โ
32mo ARCHIVED python-gluonnlp -> dmlc/gluon-nlp
A toolkit for Natural Language Processing (NLP) research
2486โ
22mo slowing python-decord -> dmlc/decord
An efficient video loader for deep learning with smart shuffling that's super easy to digest
2478โ
20mo slowing python-mtcnn -> ipazc/mtcnn
Implementation of the MTCNN face detector for Keras. Written from scratch, using as a reference the implementation of MTCNN from David Sandb
2460โ
77mo stale python-langid-git -> saffsd/langid.py
Stand-alone language identification system using python
2420โ
0mo active arcade-learning-environment -> mgbellemare/Arcade-Learning-Environment
The Arcade Learning Environment (ALE) is a simple object-oriented framework that allows researchers and hobbyists to develop AI agents for A
2332โ
1mo ARCHIVED python-langserve -> langchain-ai/langserve
A library to deploy LangChain runnables and chains as a REST API.
2267โ
0mo active katrain -> sanderland/katrain
A tool for analyzing and playing go with AI feedback from KataGo.
2171โ
15mo slowing pgvecto.rs -> tensorchord/pgvecto.rs
Postgres extension that provides vector similarity search functions. It is written in Rust and based on pgrx.
2171โ
15mo slowing pgvecto.rs-bin -> tensorchord/pgvecto.rs
Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.
1915โ
32mo stale python-invisible-watermark -> ShieldMnt/invisible-watermark
python library for invisible image watermark (blind image watermark)
1827โ
1mo active ocrs-git -> robertknight/ocrs
A modern OCR engine (extracts text from images), written in Rust
1751โ
4mo ARCHIVED python-lightning-bolts -> Lightning-AI/lightning-bolts
Toolbox of models, callbacks, and datasets for AI/ML researchers
1735โ
2mo active python-torch-scatter -> rusty1s/pytorch_scatter
PyTorch Extension Library of Optimized Scatter Operations
1637โ
25mo slowing python-talos -> autonomio/talos
Talos radically changes the ordinary Keras workflow by fullyautomating hyperparameter tuning and model evaluation. Talos exposes Keras funct
1627โ
10mo active python-usaddress -> datamade/usaddress
A python library for parsing unstructured United States address strings into address components.
1536โ
3mo active python-mleap -> combust/mleap
Common serialization format and execution engine for machine learning pipelines (Python API)
1487โ
0mo active python-pgvector -> pgvector/pgvector-python
pgvector support for Python
1483โ
11mo active python-motmetrics -> cheind/py-motmetrics
The py-motmetrics library provides a Python implementation of metrics for benchmarking multiple object trackers (MOT).
1436โ
9mo ARCHIVED python-functorch -> pytorch/functorch
JAX-like composable function transforms for PyTorch
1412โ
2mo active python-chatterbot-corpus-git -> gunthercox/chatterbot-corpus
A multilingual dialog corpus.
1382โ
0mo active gaiaui-amd -> amd/gaia
Open-source solution for quick setup and execution of generative AI applications on local AMD Ryzen AI hardware
1381โ
0mo active python-pymilvus -> milvus-io/pymilvus
Python Sdk for Milvus
1364โ
1mo active ngt-git -> yahoojapan/NGT
Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data
1354โ
1mo active python-rank-bm25 -> dorianbrown/rank_bm25
Various BM25 algorithms for document ranking
1347โ
0mo active python-scikit-learn-intelex -> uxlfoundation/scikit-learn-intelex
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.
1339โ
0mo active python-k2-git -> k2-fsa/k2
FSA/FST algorithms, differentiable, with PyTorch compatibility
1332โ
0mo active python-pytorch-inplace_abn -> mapillary/inplace_abn
In-Place Activated BatchNorm for Memory-Optimized Training of DNNs (Pytorch)
1316โ
3mo active python-cma -> CMA-ES/pycma
The Covariance Matrix Adaptation Evolution Strategy
1313โ
22mo slowing python-lda -> lda-project/lda
Topic modeling with latent Dirichlet allocation using Gibbs sampling
1292โ
0mo active python-qdrant-client -> qdrant/qdrant-client
Client library for the Qdrant vector search engine
1256โ
0mo active python-torchdata -> pytorch/data
A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries
1223โ
26mo slowing auto-commit-git -> m1guelpf/auto-commit
A CLI tool that generates commit messages from your staged changes, built in Rust and using OpenAI's Codex.
1186โ
0mo active miopen-deps -> ROCmSoftwarePlatform/MIOpen
AMD's Machine Intelligence Library - dependencies
1180โ
24mo slowing python-astroml -> astroML/astroML
Machine learning, statistics, and data mining for astronomy and astrophysics
1174โ
1mo active python-batchgenerators -> MIC-DKFZ/batchgenerators
Framework for data augmentation for 2D and 3D image classification and segmentation
1129โ
0mo active python-lhotse-git -> lhotse-speech/lhotse
Speech and audio data preparation toolkit
1105โ
1mo active python-newspaper4k -> andythefactory/newspaper4k
A fork and continuation of the newspaper3k/newspaper package.
994โ
23mo slowing python-giotto-tda -> giotto-ai/giotto-tda
A high performance topological machine learning toolbox in Python
976โ
27mo slowing python-facexlib -> xinntao/facexlib
FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
959โ
7mo active openvtuber -> 1996scarlet/OpenVtuber
Real-time face and gaze analyzation via deep neural networks.
948โ
0mo active voquill-gpu -> josiahsrc/voquill
AI voice dictation (GPU build)
920โ
41mo stale python-g2p-git -> Kyubyong/g2p
English grapheme to phoneme conversion
913โ
8mo active python-janome -> mocobeta/janome
Japanese morphological analysis engine written in pure Python
867โ
0mo active python-antspy -> ANTsX/ANTsPy
Advanced Normalization Tools (ANTs) in Python
840โ
28mo slowing python-inltk -> goru001/inltk
Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks for Indic languages.
831โ
0mo active pg_vectorize -> tembo-io/pg_vectorize
A Postgres extension that automates the transformation and orchestration of text to embeddings and provides hooks into the most popular LLMs
813โ
4mo active python-rotary-embedding-torch -> lucidrains/rotary-embedding-torch
Rotary Embedding - Pytorch
810โ
20mo slowing python-parserator -> datamade/parserator
A toolkit for making domain-specific probabilistic parsers
773โ
5mo active python-crfsuite-git -> scrapinghub/python-crfsuite
A python binding for crfsuite
773โ
5mo active python-crfsuite -> scrapinghub/python-crfsuite
A Python binding for crfsuite
749โ
1mo active python-pywsd -> alvations/pywsd
Python Implementations of Word Sense Disambiguation (WSD) technologies
748โ
52mo stale cloudforest-git -> ryanbressler/CloudForest
Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go
746โ
41mo stale backscrub-git -> floe/backscrub
Virtual video device (webcam) for background replacement / blurring
737โ
0mo active python-tensorflow-io-gcs-filesystem -> tensorflow/io
TensorFlow IO
707โ
38mo stale python-seqlearn-git -> larsmans/seqlearn
Sequence classification toolkit for Python
682โ
0mo active llxprt-code -> acoliver/llxprt-code
A fork of Gemini CLI enhanced with additional features and support for multiple providers.
667โ
23mo slowing libsgm-git -> fixstars/libSGM
Stereo Semi Global Matching by cuda
653โ
3mo active python-kmapper -> scikit-tda/kepler-mapper
Kepler Mapper: A flexible Python implementation of the Mapper algorithm
638โ
24mo slowing python-indic-nlp-library -> anoopkunchukuttan/indic_nlp_library
Resources and tools for Indian language Natural Language Processing.
582โ
35mo stale n2-docs -> kakao/n2
HTML documentation for N2
559โ
64mo stale python-nimfa -> mims-harvard/nimfa
Nonnegative matrix factorization in Python
555โ
13mo slowing nextcloud-app-facerecognition -> matiasdelellis/facerecognition
Nextcloud app that implement a basic facial recognition system
541โ
31mo stale dain-ncnn-vulkan -> nihui/dain-ncnn-vulkan
DAIN, Depth-Aware Video Frame Interpolation implemented with ncnn library
482โ
0mo active python-poke-env -> hsahovic/poke-env
A python interface for training Reinforcement Learning bots to battle on pokemon showdown
461โ
2mo active python-george -> dfm/george
Fast Gaussian Processes for regression
448โ
0mo active python-sudachipy -> WorksApplications/sudachi.rs
Python version of Sudachi, the Japanese Morphological Analyzer
443โ
0mo active python-milvus-lite-bin -> milvus-io/milvus-lite
A lightweight version of Milvus wrapped with Python.
423โ
1mo active python-split-folders -> jfilter/split-folders
A Python library to split folders with files (i.e. images) into training, validation and test (dataset) folders.
417โ
91mo stale torch7-cudnn-r7-git -> soumith/cudnn.torch
Torch-7 FFI bindings for NVIDIA CuDNN 7
408โ
0mo active python-langfuse -> langfuse/langfuse-python
A client library for accessing langfuse
378โ
35mo stale python-kaldi-io -> vesis84/kaldi-io-for-python
Python functions for reading kaldi data formats. Useful for rapid prototyping with python.
365โ
0mo active alma-appimage -> yetone/alma-releases
A beautiful desktop application that unifies your AI experience.
347โ
31mo stale python-pytorch-influence-functions-git -> nimarb/pytorch_influence_functions
PyTorch reimplementation of Influence Functions
347โ
31mo stale python-pytorch-influence-functions -> nimarb/pytorch_influence_functions
PyTorch reimplementation of Influence Functions
347โ
24mo slowing python-ctc-segmentation-git -> lumaku/ctc-segmentation
Determine and align utterance segments within audio files using CTC
347โ
8mo active python-efficient_apriori -> tommyod/Efficient-Apriori
An efficient Python implementation of the Apriori algorithm.
345โ
0mo active python-webscout -> OEvortex/Webscout
Your All-in-One Python Toolkit for Web Search, AI Interaction, Digital Utilities, and More
341โ
13mo slowing python-floret-git -> explosion/floret
fastText + Bloom embeddings for compact, full-coverage vectors with spaCy
340โ
105mo stale torch7-cutorch-git -> torch/cutorch
A CUDA backend for Torch7
340โ
2mo active python-dtw-python-git -> DynamicTimeWarping/dtw-python
Python port of R's Comprehensive Dynamic Time Warp algorithm package
337โ
0mo active vocalinux-git -> jatinkrmalik/vocalinux
Voice dictation for Linux with offline speech recognition
331โ
48mo stale python-torchdatasets-git -> szymonmaszke/torchdatasets
PyTorch dataset extended with map, cache etc. (tensorflow.data like)
324โ
54mo ARCHIVED python-mxboard -> awslabs/mxboard
Logging MXNet Data for Visualization in TensorBoard
322โ
0mo active python-conllu -> EmilStenstrom/conllu
CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary
293โ
56mo stale speech-denoiser-git -> lucianodato/speech-denoiser
A speech denoise lv2 plugin based on RNNoise library.
282โ
0mo ARCHIVED python-langchain-community -> langchain-ai/langchain-community
Community contributed LangChain integrations.
275โ
0mo active genn_cpu_only -> genn-team/genn
GeNN: GPU-enhanced neural networks (without CUDA backend)
275โ
0mo active genn -> genn-team/genn
GeNN: GPU-enhanced neural networks
268โ
15mo slowing python-kaldiio-git -> nttcslab-sp/kaldiio
Pure Python module for reading and writing kaldi ark files
260โ
35mo stale python-espnet-model-zoo-git -> espnet/espnet_model_zoo
Manage pretrained models created by ESPnet toolkit
253โ
24mo slowing libflame-git -> flame/libflame
High-performance object-based library for DLA computations
247โ
27mo slowing python-missingpy-git -> epsilon-machine/missingpy
Missing Data Imputation for Python.
241โ
0mo active pictopy-bin -> AOSSIE-Org/PictoPy
PictoPy - Desktop image gallery (Tauri/Python)
219โ
4mo ARCHIVED python-pyht -> playht/pyht
PlayHT Python SDK - AI Text-to-Speech Streaming & Voice Cloning API.
217โ
77mo stale python-torchfile -> bshillingford/python-torchfile
Deserialize torch-serialized objects from Python
206โ
100mo stale torch7-image-git -> torch/image
An Image toolbox for Torch.
191โ
1mo active python-norbert -> sigsep/norbert
Painless Wiener filters for audio separation
187โ
56mo stale python-mnist-git -> sorki/python-mnist
Simple MNIST data parser written in Python.
185โ
7mo active python-amazon-transcribe -> awslabs/amazon-transcribe-streaming-sdk
Async Python SDK for Amazon Transcribe Streaming.
182โ
33mo ARCHIVED kubeflow-kfctl -> kubeflow/kfctl
A tool to control and manage Kubeflow deployments
167โ
61mo stale mgiza -> moses-smt/mgiza
Multithreaded version of Giza, a statistical machine translation toolkit used to train word alignment models
161โ
55mo stale python-padatious -> MycroftAI/padatious
A neural network intent parser
159โ
1mo active python-fastcluster -> fastcluster/fastcluster
Fast hierarchical clustering routines for R and Python
147โ
2mo active gemini-cli-proxy-git -> nettee/gemini-cli-proxy
OpenAI-compatible API wrapper for Gemini CLI.
143โ
0mo active clai -> baalimago/clai
Command line artificial intelligence - Your local LLM context-feeder
143โ
46mo stale cain-ncnn-vulkan -> nihui/cain-ncnn-vulkan
CAIN, Channel Attention Is All You Need for Video Frame Interpolation implemented with ncnn library
143โ
0mo active clai-git -> baalimago/clai
Command line artificial intelligence - Multi-vendor generation in your terminal
140โ
4mo active python-cosmograph -> cosmograph-org/py_cosmograph
Visualize large-scale network graphs and machine learning embeddings
130โ
6mo active mcp-probe -> conikeec/mcp-probe
Interactive CLI debugger and TUI for MCP servers
130โ
23mo slowing python-gpuctypes -> tinygrad/gpuctypes
ctypes wrappers for HIP, CUDA, and OpenCL
128โ
37mo stale python-aiml -> paulovn/python-aiml
An interpreter module for AIML (Artificial Intelligence Markup Language), implemented in pure Python (python3 fork)
127โ
37mo stale python-sacremoses-git -> alvations/sacremoses
Python port of Moses tokenizer, truecaser and normalizer
126โ
15mo slowing python-libretranslate-git -> argosopentech/LibreTranslate-py
Python bindings for LibreTranslate
121โ
45mo stale python-jamo-git -> JDongian/python-jamo
Hangul syllable decomposition and synthesis using jamo
111โ
61mo stale nanotts-git -> gmn/nanotts
The nanotts speech synthesizer (git version)
110โ
25mo slowing python-cyvlfeat -> menpo/cyvlfeat
A thin Cython wrapper around select areas of vlfeat
105โ
18mo slowing python-hanzidentifier -> tsroten/hanzidentifier
Python module that identifies Chinese text as being Simplified or Traditional
84โ
0mo active python-tf-keras -> keras-team/tf-keras
TensorFlow-specific implementation of the Keras API, which was the default Keras from 2019 to 2023.
84โ
5mo active tegratop -> pythops/tegratop
TUI monitoring tool for Nvidia Jetson boards
81โ
105mo stale torch7-trepl-git -> torch/trepl
A REPL for Torch
77โ
17mo slowing python-cpprb -> ymd-h/cpprb
ReplayBuffer for Reinforcement Learning written by C++ and Cython
71โ
39mo stale python-hwrt -> MartinThoma/hwrt
HandWriting Recognition Toolkit, draw and get the LaTeX command
68โ
1mo active python-kaldialign-git -> pzelasko/kaldialign
Edit distance computation functions from Kaldi.
68โ
18mo slowing python-dragonmapper -> tsroten/dragonmapper
Identification and conversion functions for Chinese text processing
67โ
72mo stale python-fann2 -> FutureLinkCorporation/fann2
Fast Artificial Neural Network Library (FANN) Python bindings.
67โ
2mo active python-cmudict -> prosegrinder/python-cmudict
A versioned python wrapper package for cmudict
64โ
23mo slowing maestro-git -> pluja/maestro
Turn natual language into commands. Your CLI tasks, now as easy as a conversation.
61โ
74mo stale tensorflow-computecpp -> codeplaysoftware/tensorflow
Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)
61โ
29mo slowing python-dallecli -> raiyanyahya/dallecli
CLI/TUI for OpenAIโs DALL-E (2) image generation model
56โ
31mo stale python-keras-flops -> tokusumi/keras-flops
FLOPs calculator for TF2+
56โ
10mo active gemini-openai-proxy-git -> Brioch/gemini-openai-proxy
Gemini CLI wrapper to serve Gemini models through an OpenAI-compatible API.
56โ
7mo active python-waifu2x-vulkan -> tonquer/waifu2x-vulkan
waifu2x-ncnn-vulkan-python, use nihui/waifu2x-ncnn-vulkan
55โ
4mo active python-kmeans1d -> dstein64/kmeans1d
convenient access to the OpenAI API from applications written in the Python language.
54โ
2mo active python-mathparse -> gunthercox/mathparse
A Python library for evaluating natural language mathematical equations.
48โ
19mo slowing screenshot_llm -> ThanabordeeN/Screenshot_LLM
AI-Powered Screenshot Analysis
45โ
29mo slowing vobsubocr -> elizagamedev/vobsubocr
Blazingly fast and accurate DVD VobSub to SRT subtitle conversion
45โ
30mo stale python-cython_bbox -> samson-wang/cython_bbox
cython_bbox is widely used in object detection tasks. It is implemented in almost all object detection projects.
44โ
23mo slowing python-pytorch-complex-git -> kamo-naoyuki/pytorch_complex
Python class for PyTorch-ComplexTensor (workaround for missing Pytorch Class)
41โ
30mo ARCHIVED blix-bin -> COS301-SE-2023/AI-Photo-Editor
A cross-platform AI-assisted graph photo editor.
39โ
43mo stale python-rife-ncnn-vulkan-git -> media2x/rife-ncnn-vulkan-python
A Python FFI of nihui/rife-ncnn-vulkan achieved with SWIG
38โ
9mo active python-kaldilm-git -> csukuangfj/kaldilm
Python wrapper for arpa2fst from the kaldi speech toolkit.
38โ
4mo active python-icefall-git -> danpovey/lilcom
Official recipes associated with k2 and lhotse
35โ
60mo stale python-espnet-tts-frontend-git -> espnet/espnet_tts_frontend
A tools collection of text frontend for ESPnet tts recipes
32โ
0mo active gengo -> spenserblack/gengo
Linguist-inspired language classifier
32โ
0mo active deepin-ocr-git -> linuxdeepin/deepin-ocr
deepin OCR Tool
32โ
105mo stale python-spritex -> codetorex/spritex
A simple tool for extracting sprites from full frames. Useful for AI projects.
31โ
73mo stale vapoursynth-plugin-vsmxnet-git -> kice/vs_mxnet
Use MXNet to accelerate image processing in VapourSynth (git version), modified to compile on Linux
27โ
2mo active chesspilot -> OTAKUWeBer/ChessPilot
A fully offline chess autoplayer and position evaluator powered by ONNX and Stockfish
26โ
32mo stale python-cpm-kernels -> OpenBMB/cpm_kernels
CPM CUDA kernels
25โ
4mo active python-crfsuite-rs-git -> messense/crfsuite-rs
Python bindings for crfsuite with additional Rust crfsuite bindings.
24โ
2mo active luajit-tiktoken-bin -> gptlang/lua-tiktoken
binding of rust tiktoken to lua
23โ
52mo stale hts-engine-api-git -> r9y9/hts_engine_API
api to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system forked by r9y9
22โ
1mo active cogpit-bin -> gentritbiba/cogpit
Dashboard for browsing and inspecting Claude Code agent sessions
22โ
107mo stale python-polo -> adrianveres/polo
Python optimal leaf ordering for hierarchical clustering
21โ
41mo stale vapoursynth-plugin-realsr-ncnn-vulkan-git -> Kiyamou/vapoursynth-realsr-ncnn-vulkan
Plugin for Vapoursynth: realsr-ncnn-vulkan (GIT version)
21โ
2mo active python-chroma-hnswlib -> chroma-core/hnswlib
Chroma's fork of hnswlib - a header-only C++/python library for fast approximate nearest neighbors
18โ
13mo slowing python-timbl-git -> proycon/python-timbl
Python binding for Timbl, a k-Nearest Neighbours machine learning suite
17โ
46mo stale python-waifu2x-ncnn-vulkan-git -> media2x/waifu2x-ncnn-vulkan-python
A Python FFI of nihui/waifu2x-ncnn-vulkan achieved with SWIG
14โ
46mo stale python-realsr-ncnn-vulkan-git -> media2x/realsr-ncnn-vulkan-python
A Python FFI of nihui/realsr-ncnn-vulkan achieved with SWIG
13โ
27mo slowing python-matrx -> matrx-software/matrx
A Python package for the rapid development and evaluation of human-agent teaming concepts.
13โ
26mo ARCHIVED python-zoloto -> RealOrangeOne/zoloto
A fiducial marker system powered by OpenCV
12โ
8mo active python-latex-ocr-server -> lucasvanmol/latex-ocr-server
A protobuf-based service to generate latex equations from image files
11โ
107mo stale torch7-cunnx-git -> nicholas-leonard/cunnx
Experimental cuda nn package
8โ
50mo stale python-kerasplotlib -> autonomio/kerasplotlib
Kerasplotlib provides a useful interface for Keras users that meet many common visualization needs related with training and evaluating deep
6โ
37mo stale python-probableparsing -> datamade/probableparsing
Common methods for probable parsers
6โ
43mo stale python-realcugan-ncnn-vulkan-git -> media2x/realcugan-ncnn-vulkan-python
A Python FFI of nihui/realcugan-ncnn-vulkan achieved with SWIG
5โ
41mo stale python-nntoolkit -> MartinThoma/nntoolkit
Toolkit to train neural networks
3โ
3mo active python-apertium-lint -> apertium/apertium-lint
Linters for Apertium Rule Based Machine Translation Platform
3โ
45mo stale python-srmd-ncnn-vulkan-git -> media2x/srmd-ncnn-vulkan-python
A Python FFI of nihui/srmd-ncnn-vulkan achieved with SWIG
2โ
12mo slowing python-dm-ollamalib -> DrMicrobit/dm-ollamalib
Functions to parse Ollama options from string and get info on Ollama options
1โ
55mo stale zinnia-python -> silverhikari/zinnia
Simple, customizable and portable online hand recognition system based on Support Vector Machines, Python bindings
1โ
103mo stale multitask-network-cascades-dr-git -> delftrobotics/MNC
A framework containing Caffe layers for running the Multitask-Network-Cascades algorithm.
1โ
6mo ARCHIVED chatgpt-desktop-unix-git -> KuznixTeam/chatgpt-desktop-unix
Unofficial ChatGPT desktop app for Linux and BSD (Qt6, QtWebEngine)
1โ
39mo stale python-mixmod -> marcsingleton/mixmod
Classification with Mixture Modelling
0โ
106mo stale dazzle-git -> dariost/dazzle
An AI playground (git version)
0โ
73mo stale python-pytorch-wpe-git -> kamo-naoyuki/dnn_wpe
PyTorch Weighted Prediction Error
0โ
69mo stale niutrans-cli -> amtoaer/Niutrans-Cli
niutrans command line interface.
0โ
0mo active n1-translator -> kurojs/n1-translator
Real-time Japanese->Spanish overlay translator for KDE Plasma
0โ
36mo stale tfi -> WTS012201/Text-From-Image
Text From Image allows user to extract and modify text from images
0โ
17mo slowing vapoursynth-plugin-rife-ncnn-vulkan-less-models-git -> Hzqkii/VapourSynth-RIFE-ncnn-Vulkan
Plugin for Vapoursynth: rife-ncnn-vulkan (GIT version)
-โ
- n/a torch7-git -> (no GitHub)
LuaJIT-based scientific computing framework
-โ
- n/a ruby-classifier -> (no GitHub)
A general classifier module to allow Bayesian and other types of classifications.
-โ
- n/a viennacl -> (no GitHub)
The library provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL and OpenMP.
-โ
- n/a marytts -> (no GitHub)
An open-source, multilingual Text-to-Speech Synthesis platform written in Java
-โ
- n/a cmuclmtk -> (no GitHub)
Language model tools for CMU Sphinx
-โ
- n/a milena-data -> (no GitHub)
a Polish speech synthesizer for Linux (data)
-โ
- n/a dbacl -> (no GitHub)
Digramic Bayesian classifier
-โ
- n/a milena -> (no GitHub)
a Polish speech synthesizer for Linux
-โ
- n/a vosk-api-bin -> (no GitHub)
Offline speech recognition toolkit
-โ
- n/a mosesdecoder-git -> (no GitHub)
State of the art Statistical Machine Translation system
-โ
- n/a cabocha -> (no GitHub)
Yet Another Japanese Dependency Structure Analyzer
-โ
- n/a litellm-ollama -> (no GitHub)
Metapackage to setup ollama models with OpenAI API locally
-โ
- n/a python-spacy-xx_ent_wiki_sm -> (no GitHub)
Multi-lingual pretrained model for spaCy (small)
-โ
- n/a python-spacy-nl_core_news_sm -> (no GitHub)
Dutch pretrained model for spaCy (small)
-โ
- n/a python-spacy-nl_core_news_md -> (no GitHub)
Dutch pretrained model for spaCy (medium)
-โ
- n/a python-spacy-es_core_news_sm -> (no GitHub)
Spanish pretrained model for spaCy (small)
-โ
- n/a python-spacy-es_core_news_md -> (no GitHub)
Spanish pretrained model for spaCy (medium)
-โ
- n/a opennlp-bin -> (no GitHub)
Machine learning-based toolkit for processing natural language text (bin)
-โ
- n/a bavarder -> (no GitHub)
Chit-Chat with AI
-โ
- n/a argos-translate-gui -> (no GitHub)
Graphical user interface for Argos Translate
-โ
- n/a argos-translate -> (no GitHub)
Open-source offline translation library written in Python
-โ
- n/a anythingllm-appimage -> (no GitHub)
AnythingLLM: The all-in-one AI app you were looking for. Any LLM, unlimited documents, and fully private. All on your desktop.
-โ
- n/a gasket-dkms -> (no GitHub)
Google Coral driver for PCIe-based Edge TPU devices, such as the M.2 and Mini PCIe Accelerator
-โ
- n/a astroml-examples-git -> (no GitHub)
AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib. This package includes t
-โ
- n/a smartpedal -> (no GitHub)
Guitar plugin made with JUCE that uses neural network models to emulate real world hardware.
-โ
- n/a miopen-opencl -> (no GitHub)
AMD's Machine Intelligence Library (OpenCL backend)
-โ
- n/a voicegen -> (no GitHub)
Convert text to speech using multiple engines
-โ
- n/a stanford-corenlp-models-english -> (no GitHub)
Parser models for the english language for the Stanford parser.
-โ
- n/a crfsuite -> (no GitHub)
An implementation of Conditional Random Fields (CRFs) for labeling sequential data.
-โ
- n/a bavarder-git -> (no GitHub)
Chit-Chat with AI
-โ
- n/a aid-git -> alescdb/aid
A simple ChatGPT command line with basic markdown display
-โ
- n/a universal-data-tool-bin -> (no GitHub)
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app
-โ
- n/a openbr-git -> (no GitHub)
A communal biometrics framework supporting the development of open algorithms and reproducible evaluations.
-โ
- n/a edgetpu_api -> (no GitHub)
Google Coral Edge TPU runtime and Python library
-โ
- n/a mingw-w64-ann -> (no GitHub)
Approximate nearest neighbor library. (mingw-w64)
-โ
- n/a python-cabocha -> (no GitHub)
Yet Another Japanese Dependency Structure Analyzer (Python interface)
-โ
- n/a ocrfeeder-git -> (no GitHub)
complete Optical Character Recognition and Document Analysis and Recognition program
-โ
- n/a freedomgpt-git -> (no GitHub)
A desktop application that allows users to run alpaca models on their local machine.
-โ
- n/a cudnn8-cuda11.0 -> (no GitHub)
NVIDIA CUDA Deep Neural Network library
-โ
- n/a caffe-cmake-git -> (no GitHub)
A deep learning framework made with expression, speed, and modularity in mind. Uses cmake to build giving great flexibility.
-โ
- n/a whisper2tr-git -> yeggis/whisper2tr
ฤฐngilizce videolar iรงin Tรผrkรงe altyazฤฑ oluลturucu โ yerel Whisper + Gemini API
-โ
- n/a whisper2tr -> yeggis/whisper2tr
ฤฐngilizce videolar iรงin Tรผrkรงe altyazฤฑ oluลturucu โ yerel Whisper + Gemini API
-โ
- n/a vasisualy-vosk-git -> (no GitHub)
Vasisualy is a simple Russian voice assistant written on python 3 for GNU/Linux and Windows with offline voice recognition by Vosk.
-โ
- n/a tunacode-cli -> (no GitHub)
A terminal-based AI coding agent with a NeXTSTEP-inspired interface.
-โ
- n/a talon-wav2letter-bin -> (no GitHub)
Voice recognition model for Talon
-โ
- n/a tabnine -> (no GitHub)
AI-powered autocompletion engine
-โ
- n/a python-zhipuai -> (no GitHub)
ZhipuAI LLM API SDK for Python
-โ
- n/a python-webis -> (no GitHub)
Python wrapper for the webis Twitter sentiment identification tool
-โ
- n/a python-langgraph-runtime-inmem -> (no GitHub)
Inmem implementation for the LangGraph API server.
-โ
- n/a python-langgraph-api -> (no GitHub)
-โ
- n/a omegat-plugin-apertium -> (no GitHub)
OmegaT plug-in that offers offline machine translation from Apertium
-โ
- n/a mingw-w64-openfst -> (no GitHub)
Library for constructing, combining, optimizing, and searching weighted finite-state transducers (mingw-w64)
-โ
- n/a link-grammar-git -> (no GitHub)
A Grammar Checking library
-โ
- n/a crfpp-git -> (no GitHub)
CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data.
-โ
- n/a apertium-caffeine -> (no GitHub)
A multi-platform Java application built on top of lttoolbox-java that translates as you type.
-โ
- n/a python-pysbd -> (no GitHub)
pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages.
-โ
- n/a lib32-tesseract -> (no GitHub)
An OCR program (32-bit)
-โ
- n/a tensorflow-model-server-git -> (no GitHub)
A flexible, high-performance serving system for machine learning models
-โ
- n/a python-kp -> (no GitHub)
Python binding of Kompute: Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU processing usecases.
-โ
- n/a python-easy-llama -> hirsimaki-markus/easy-llama
Python package wrapping llama.cpp for on-device LLM inference
-โ
- n/a ollama-amd-igpu -> Crandel/ollama-amd-igpu
Create, run and share large language models (LLMs)
-โ
- n/a onnx-git -> (no GitHub)
C++ library for the open standard for machine learning interoperability
-โ
- n/a python-tensorflow-lite -> (no GitHub)
TensorFlow Lite is a mobile library for deploying models on mobile, microcontrollers and other edge devices
-โ
- n/a architect -> (no GitHub)
An integrated development environment (IDE) that focuses specifically on the needs of the data scientist
-โ
- n/a python-mvpa2-git -> (no GitHub)
Multivariate pattern analysis
-โ
- n/a mingw-w64-ensmallen -> (no GitHub)
Flexible C++ library for efficient mathematical optimization (mingw-w64)
-โ
- n/a intel-daal -> (no GitHub)
Intel Data Acceleration Library for C++ (Intelยฎ DAAL)
-โ
- n/a graclus -> (no GitHub)
Efficient Graph Clustering Software.
-โ
- n/a python-rotepy-git -> (no GitHub)
Basic, repeat ML operations.
-โ
- n/a mass-up -> (no GitHub)
An open-source mass spectrometry software for proteomics designed to support the preprocessing and Machine-Learning based analysis of MALDI-
-โ
- n/a lucidvideo -> (no GitHub)
Intelligent video library with AI-powered search and semantic understanding
-โ
- n/a dpscreenocr-git -> (no GitHub)
Recognize text on screen
-โ
- n/a aigcpanel-git -> (no GitHub)
AigcPanel ๆฏไธไธช็ฎๅๆ็จ็ไธ็ซๅผAIๆฐๅญไบบ็ณป็ป๏ผๅฐ็ฝไนๅฏไฝฟ็จใ ๆฏๆ่ง้ขๅๆใๅฃฐ้ณๅๆใๅฃฐ้ณๅ
้๏ผ็ฎๅๆฌๅฐๆจกๅ็ฎก็ใไธ้ฎๅฏผๅ
ฅๅไฝฟ็จAIๆจกๅใ
|