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
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
|
# Orphaned AUR packages — AI / ML / CV / model-opt / runtime / edge (adoption candidates)
# 381 packages, scanned across all 15,170 orphan bases. Sorted by votes within category.
## Deep-Learning Framework (56)
- torch7-git (r1337.dde9e56-1) votes=33 [OUT-OF-DATE]
LuaJIT-based scientific computing framework
- torch7-trepl-git (r158.06128f9-1) votes=14
A REPL for Torch
- mxnet (1.7.0-2) votes=11 [OUT-OF-DATE]
Flexible and Efficient Library for Deep Learning
- torch7-cutorch-git (r1026.5e9d86c-6) votes=8 [OUT-OF-DATE]
A CUDA backend for Torch7
- python-pytorch-lightning (2.5.1-1) votes=4 [OUT-OF-DATE]
The lightweight PyTorch wrapper for high-performance AI research
- tensorflow-git (1.12.1+54837+g03796cf1dda-1) votes=2 [OUT-OF-DATE]
Library for computation using data flow graphs for scalable machine learning (with CPU optimizations)
- smartpedal (1.2.0-1) votes=1 [OUT-OF-DATE]
Guitar plugin made with JUCE that uses neural network models to emulate real world hardware.
- python-torchdatasets-git (0.2.0.25.g0389fee-1) votes=1
PyTorch dataset extended with map, cache etc. (tensorflow.data like)
- python-torchdata (0.7.1-1) votes=1
A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries
- python-tianshou (0.4.11-1) votes=1 [OUT-OF-DATE]
An elegant PyTorch deep reinforcement learning library.
- python-tensorboardx (2.6.2.2-2) votes=1 [OUT-OF-DATE]
Tensorboard for PyTorch
- python-sonnet-git (20180531.170829-1) votes=1 [OUT-OF-DATE]
TensorFlow-based neural network library.
- python-pytorch-lightning-git (1.5.0.r244.g2faaf35b91-1) votes=1
The lightweight PyTorch wrapper for high-performance AI research
- python-pytorch-influence-functions-git (r18.7b7c7b6-1) votes=1
PyTorch reimplementation of Influence Functions
- python-pytorch-influence-functions (0.1.1-1) votes=1
PyTorch reimplementation of Influence Functions
- python-mxboard (0.1.0-4) votes=1
Logging MXNet Data for Visualization in TensorBoard
- python-minkowskiengine (0.4.2-1) votes=1 [OUT-OF-DATE]
Auto-diff library for generalized sparse convolutions
- python-keras-git (2.9.0rc0.r372.g83852348f-1) votes=1
A Python deep learning API, running on TensorFlow (git version)
- python-fastai (1.0.63-2) votes=1 [OUT-OF-DATE]
Deep learning library build on PyTorch (legacy v1 release)
- miopen-opencl (5.3.0-1) votes=1 [OUT-OF-DATE]
AMD's Machine Intelligence Library (OpenCL backend)
- torch7-warp-ctc (v1.0.r32.gbc29dcf-1) votes=0
A fast parallel implementation of CTC, on both CPU and GPU.
- torch7-cunnx-git (r185.3307c4a-1) votes=0
Experimental cuda nn package
- torch7-cudnn-r7-git (r353.440f0d5-1) votes=0 [OUT-OF-DATE]
Torch-7 FFI bindings for NVIDIA CuDNN 7
- tensorflow-computecpp (1:1.9-8) votes=0 [OUT-OF-DATE]
Library for computation using data flow graphs for scalable machine learning (backend with ComputeCpp)
- python-torchfile (0.1.0-3) votes=0
Deserialize torch-serialized objects from Python
- python-torchaudio-git (r830.9d50acf3-1) votes=0
Data manipulation and transformation for audio signal processing, powered by PyTorch
- python-torch-scatter (2.1.2-1) votes=0 [OUT-OF-DATE]
PyTorch Extension Library of Optimized Scatter Operations
- python-tf-keras (2.20.1-2) votes=0
TensorFlow-specific implementation of the Keras API, which was the default Keras from 2019 to 2023.
- python-tensorflow-io-gcs-filesystem (0.24.0-1) votes=0 [OUT-OF-DATE]
TensorFlow IO
- python-talos (1.0-1) votes=0 [OUT-OF-DATE]
Talos radically changes the ordinary Keras workflow by fullyautomating hyperparameter tuning and model evaluation. Talos exposes Keras functionality entirely and there is no new syntax or templates to learn.
- python-pytorch-wpe-git (0.0.0.r18-1) votes=0 [OUT-OF-DATE]
PyTorch Weighted Prediction Error
- python-pytorch-inplace_abn (1.0.12-1) votes=0 [OUT-OF-DATE]
In-Place Activated BatchNorm for Memory-Optimized Training of DNNs (Pytorch)
- python-pytorch-complex-git (0.4.3-1) votes=0 [OUT-OF-DATE]
Python class for PyTorch-ComplexTensor (workaround for missing Pytorch Class)
- python-poke-env (0.8.0-1) votes=0 [OUT-OF-DATE]
A python interface for training Reinforcement Learning bots to battle on pokemon showdown
- python-paddlepaddle-git (2.2.1.r33234.8da9eff4e49-2) votes=0 [OUT-OF-DATE]
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice
- python-nvidia-dali (1.51.0-1) votes=0
A library containing both highly optimized building blocks and an execution engine for data pre-processing in deep learning applications
- python-nntoolkit (0.2.2-1) votes=0
Toolkit to train neural networks
- python-micrograd (0.1.0-1) votes=0
Tiny autograd engine for Python
- python-lightning-bolts (0.5.0-3) votes=0
Toolbox of models, callbacks, and datasets for AI/ML researchers
- python-kerasplotlib (0.1.6-1) votes=0 [OUT-OF-DATE]
Kerasplotlib provides a useful interface for Keras users that meet many common visualization needs related with training and evaluating deep learning models.
- python-keras-flops (0.1.2-2) votes=0
FLOPs calculator for TF2+
- python-jittor (1.3.4.1-2) votes=0
Just-in-time deep learning framework
- python-jax-bin (0.5.3-1) votes=0 [OUT-OF-DATE]
Composable transformations of Python+NumPy programs
- python-gpytorch-git (r2694.bd9a8b27-1) votes=0 [OUT-OF-DATE]
A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
- python-functorch (2.0.0-1) votes=0
JAX-like composable function transforms for PyTorch
- python-fann2 (1.1.2-2) votes=0 [OUT-OF-DATE]
Fast Artificial Neural Network Library (FANN) Python bindings.
- python-decord (0.6.0-9) votes=0
An efficient video loader for deep learning with smart shuffling that's super easy to digest
- python-cpprb (v9.4.5-1) votes=0 [OUT-OF-DATE]
ReplayBuffer for Reinforcement Learning written by C++ and Cython
- python-botorch (0.15.1-1) votes=0
Bayesian Optimization in PyTorch
- mxnet-git (2.0.0.r11770.7d84b59845-1) votes=0
A flexible and efficient library for deep learning
- multitask-network-cascades-dr-git (0.r62.341df23-1) votes=0
A framework containing Caffe layers for running the Multitask-Network-Cascades algorithm.
- miopen-deps (3.0.0-2) votes=0 [OUT-OF-DATE]
AMD's Machine Intelligence Library - dependencies
- genn_cpu_only (2:4.9.0-1) votes=0 [OUT-OF-DATE]
GeNN: GPU-enhanced neural networks (without CUDA backend)
- genn (2:4.9.0-1) votes=0 [OUT-OF-DATE]
GeNN: GPU-enhanced neural networks
- cudnn8-cuda11.0 (8.0.3.33-1) votes=0
NVIDIA CUDA Deep Neural Network library
- caffe-cmake-git (1.0.r134.g04ab089db-1) votes=0
A deep learning framework made with expression, speed, and modularity in mind. Uses cmake to build giving great flexibility.
## LLM / NLP / Speech (139)
- marytts (5.2-2) votes=12 [OUT-OF-DATE]
An open-source, multilingual Text-to-Speech Synthesis platform written in Java
- cmuclmtk (0.7-1) votes=11
Language model tools for CMU Sphinx
- milena-data (0.2.95.1-1) votes=10 [OUT-OF-DATE]
a Polish speech synthesizer for Linux (data)
- milena (0.2.95-1) votes=8 [OUT-OF-DATE]
a Polish speech synthesizer for Linux
- vosk-api-bin (0.3.45-1) votes=4 [OUT-OF-DATE]
Offline speech recognition toolkit
- mosesdecoder-git (mmt.mvp.v0.12.1.r95.160a7f2-1) votes=4 [OUT-OF-DATE]
State of the art Statistical Machine Translation system
- speech-denoiser-git (r77.04cfba9-1) votes=3
A speech denoise lv2 plugin based on RNNoise library.
- stanford-parser (3.9.2-3) votes=2 [OUT-OF-DATE]
A natural language parser is a program that works out the grammatical structure of sentences.
- python-spacy-xx_ent_wiki_sm (3.2.0-1) votes=2
Multi-lingual pretrained model for spaCy (small)
- python-spacy-nl_core_news_sm (3.2.0-1) votes=2
Dutch pretrained model for spaCy (small)
- python-spacy-nl_core_news_md (3.2.0-1) votes=2
Dutch pretrained model for spaCy (medium)
- python-spacy-git (3.2.0.r15.g86fa37e8b-1) votes=2 [OUT-OF-DATE]
Free open-source library for Natural Language Processing in Python
- python-spacy-es_core_news_sm (3.2.0-1) votes=2
Spanish pretrained model for spaCy (small)
- python-spacy-es_core_news_md (3.2.0-1) votes=2
Spanish pretrained model for spaCy (medium)
- python-langchain-text-splitters (1.1.1-1) votes=2
LangChain text splitting utilities
- opennlp-bin (1.9.3-1) votes=2 [OUT-OF-DATE]
Machine learning-based toolkit for processing natural language text (bin)
- luajit-tiktoken-bin (0.2.1-2) votes=2 [OUT-OF-DATE]
binding of rust tiktoken to lua
- deepspeech-models (0.9.3-1) votes=2
A TensorFlow implementation of Baidu's DeepSpeech architecture - models and supporting files.
- deepspeech-bin (0.9.3-1) votes=2
A TensorFlow implementation of Baidu's DeepSpeech architecture - C++ native client + devel files.
- claude-code-router (2.0.0-1) votes=2
This is a tool for routing Claude Code requests to different models, and you can customize any request.
- chatgpt-desktop-git (1.1.0+r8+gfe4f231-1) votes=2
ChatGPT Desktop Application (Mac, Windows and Linux)
- bavarder (1.0.0-2) votes=2 [OUT-OF-DATE]
Chit-Chat with AI
- argos-translate-gui (1.6.5-3) votes=2
Graphical user interface for Argos Translate
- argos-translate (1.10.0-5) votes=2 [OUT-OF-DATE]
Open-source offline translation library written in Python
- voquill-gpu (0.0.432-1) votes=1 [OUT-OF-DATE]
AI voice dictation (GPU build)
- voicegen (1.6.3-1) votes=1 [OUT-OF-DATE]
Convert text to speech using multiple engines
- stanford-corenlp-models-english (3.9.2-3) votes=1 [OUT-OF-DATE]
Parser models for the english language for the Stanford parser.
- roo-code-gemini-cli (3.29.3-1) votes=1
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.
- python-thinc-git (8.1.6.r2.g17fbcf43-1) votes=1
Practical Machine Learning for NLP
- python-lda (2.0.0-2) votes=1 [OUT-OF-DATE]
Topic modeling with latent Dirichlet allocation using Gibbs sampling
- python-kaldi-io (0.9.4-1) votes=1 [OUT-OF-DATE]
Python functions for reading kaldi data formats. Useful for rapid prototyping with python.
- python-dspy (3.1.3-1) votes=1 [OUT-OF-DATE]
The framework for programming (not prompting) language models
- nanotts-git (r46.2370600-1) votes=1 [OUT-OF-DATE]
The nanotts speech synthesizer (git version)
- mitie-git (r5150.832cbd6f-1) votes=1 [OUT-OF-DATE]
MITIE: library and tools for information extraction
- gengo (0.12.2-1) votes=1
Linguist-inspired language classifier
- deepspeech (0.9.3-1) votes=1
A TensorFlow implementation of Baidu's DeepSpeech architecture
- crfsuite (0.12-2) votes=1
An implementation of Conditional Random Fields (CRFs) for labeling sequential data.
- clai (1.10.8-1) votes=1
Command line artificial intelligence - Your local LLM context-feeder
- bavarder-git (0.2.4.r16.gbb25bd1-1) votes=1 [OUT-OF-DATE]
Chit-Chat with AI
- aid-git (0.5.0-1) votes=1 [OUT-OF-DATE]
A simple ChatGPT command line with basic markdown display
- whisper2tr-git (r1.05d87c3-1) votes=0
İngilizce videolar için Türkçe altyazı oluşturucu — yerel Whisper + Gemini API
- whisper2tr (1.0.0-1) votes=0 [OUT-OF-DATE]
İngilizce videolar için Türkçe altyazı oluşturucu — yerel Whisper + Gemini API
- voicevox (0.25.0-1) votes=0
A text-to-speech software
- vocalinux-git (nightly.2026.03.18.r0.g99699f1-2) votes=0
Voice dictation for Linux with offline speech recognition
- vasisualy-vosk-git (0.8.1-2) votes=0
Vasisualy is a simple Russian voice assistant written on python 3 for GNU/Linux and Windows with offline voice recognition by Vosk.
- tunacode-cli (0.1.78-1) votes=0
A terminal-based AI coding agent with a NeXTSTEP-inspired interface.
- talon-wav2letter-bin (0.1.r1-1) votes=0 [OUT-OF-DATE]
Voice recognition model for Talon
- tabnine (3.7.25-1) votes=0
AI-powered autocompletion engine
- stt-bin (1.3.0-2) votes=0 [OUT-OF-DATE]
A TensorFlow implementation of Baidu's stt architecture - Python native client + CTC decoder.
- python-zhipuai (1.0.0-2) votes=0 [OUT-OF-DATE]
ZhipuAI LLM API SDK for Python
- python-webscout (8.3.5-2) votes=0
Your All-in-One Python Toolkit for Web Search, AI Interaction, Digital Utilities, and More
- python-webis (0.3.1-2) votes=0
Python wrapper for the webis Twitter sentiment identification tool
- python-textblob (0.19.0-1) votes=0
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
- python-sudachipy (0.6.10-1) votes=0
Python version of Sudachi, the Japanese Morphological Analyzer
- python-stable-baselines (2.10.1-1) votes=0
A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
- python-speechbrain-git (0.5.14-1) votes=0
All-in-one speech toolkit in pure Python and Pytorch
- python-sentencepiece-git (0.2.0-1) votes=0 [OUT-OF-DATE]
Sentencepiece text tokenizer (Python version)
- python-sacremoses-git (0.0.35.r41.gb94654f-1) votes=0
Python port of Moses tokenizer, truecaser and normalizer
- python-rotary-embedding-torch (0.8.8-1) votes=0 [OUT-OF-DATE]
Rotary Embedding - Pytorch
- python-rank-bm25 (0.2.2-1) votes=0
Various BM25 algorithms for document ranking
- python-pywsd (1.2.4-1) votes=0 [OUT-OF-DATE]
Python Implementations of Word Sense Disambiguation (WSD) technologies
- python-pyht (0.1.14-1) votes=0
PlayHT Python SDK - AI Text-to-Speech Streaming & Voice Cloning API.
- python-probableparsing (0.0.1.r3.g5e3e96-2) votes=0
Common methods for probable parsers
- python-pettingzoo (1.24.2-1) votes=0 [OUT-OF-DATE]
Framework for multi-agent reinforcement learning
- python-parserator (0.6.9-2) votes=0
A toolkit for making domain-specific probabilistic parsers
- python-padatious (0.4.7-1) votes=0 [OUT-OF-DATE]
A neural network intent parser
- python-openai-harmony (0.0.8-1) votes=0
OpenAI Harmony response format library
- python-newspaper4k (0.9.5-1) votes=0
A fork and continuation of the newspaper3k/newspaper package.
- python-mnist-git (0.5.39.8364cb4-1) votes=0 [OUT-OF-DATE]
Simple MNIST data parser written in Python.
- python-matrx (2.3.0-1) votes=0
A Python package for the rapid development and evaluation of human-agent teaming concepts.
- python-mathparse (0.2.7-1) votes=0
A Python library for evaluating natural language mathematical equations.
- python-libretranslate-git (r51.20250302-1) votes=0
Python bindings for LibreTranslate
- python-lhotse-git (1.5.0.dev0+git.08a613a0.clean-1) votes=0
Speech and audio data preparation toolkit
- python-langserve (0.3.3-1) votes=0
A library to deploy LangChain runnables and chains as a REST API.
- python-langid-git (r242.4153583-2) votes=0
Stand-alone language identification system using python
- python-langgraph-runtime-inmem (0.23.1-1) votes=0
Inmem implementation for the LangGraph API server.
- python-langgraph-api (0.7.13-1) votes=0
- python-langfuse (2.60.2-1) votes=0
A client library for accessing langfuse
- python-langchain-cli (0.0.37-1) votes=0
A CLI for interacting with LangChain
- python-langchain-classic (1.0.1-1) votes=0
Building applications with LLMs through composability (Legacy version)
- python-kmeans1d (0.3.1-1) votes=0 [OUT-OF-DATE]
convenient access to the OpenAI API from applications written in the Python language.
- python-kaldilm-git (1.13-1) votes=0
Python wrapper for arpa2fst from the kaldi speech toolkit.
- python-kaldiio-git (2.18.0-1) votes=0
Pure Python module for reading and writing kaldi ark files
- python-kaldialign-git (0.2-1) votes=0
Edit distance computation functions from Kaldi.
- python-k2-git (1.17-1) votes=0
FSA/FST algorithms, differentiable, with PyTorch compatibility
- python-janome (0.5.0-1) votes=0
Japanese morphological analysis engine written in pure Python
- python-jamo-git (0.4.3-1) votes=0
Hangul syllable decomposition and synthesis using jamo
- python-inltk (0.9-4) votes=0
Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks for Indic languages.
- python-indic-nlp-library (0.92-2) votes=0
Resources and tools for Indian language Natural Language Processing.
- python-icefall-git (1.2.1-1) votes=0
Official recipes associated with k2 and lhotse
- python-hanzidentifier (1.0.2-1) votes=0
Python module that identifies Chinese text as being Simplified or Traditional
- python-gluonnlp (0.5.0-1) votes=0 [OUT-OF-DATE]
A toolkit for Natural Language Processing (NLP) research
- python-g2p-git (2.0.0-1) votes=0
English grapheme to phoneme conversion
- python-floret-git (434.7756382-1) votes=0
fastText + Bloom embeddings for compact, full-coverage vectors with spaCy
- python-espnet-tts-frontend-git (0.0.3.r47-1) votes=0 [OUT-OF-DATE]
A tools collection of text frontend for ESPnet tts recipes
- python-espnet-model-zoo-git (0.1.8-1) votes=0 [OUT-OF-DATE]
Manage pretrained models created by ESPnet toolkit
- python-espnet-git (202304-1) votes=0 [OUT-OF-DATE]
End-to-End Speech Processing Toolkit Python Package
- python-dragonmapper (0.2.6-1) votes=0
Identification and conversion functions for Chinese text processing
- python-crfsuite-rs-git (0.3.1.r9.g9cf20f7-2) votes=0
Python bindings for crfsuite with additional Rust crfsuite bindings.
- python-crfsuite-git (1:v0.9.11.r0.g77b4717-2) votes=0
A python binding for crfsuite
- python-crfsuite (0.9.12-1) votes=0
A Python binding for crfsuite
- python-cosmograph (0.0.47-1) votes=0
Visualize large-scale network graphs and machine learning embeddings
- python-conllu (6.0.0-2) votes=0
CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary
- python-colbert-ai (0.2.22-1) votes=0
Efficient and Effective Passage Search via Contextualized Late Interaction over BERT
- python-cmudict (1.1.2-1) votes=0
A versioned python wrapper package for cmudict
- python-chatterbot-corpus-git (1.2.0.r137.g250c477-1) votes=0
A multilingual dialog corpus.
- python-chatterbot (1.2.12-1) votes=0
A machine learning, conversational dialog engine for creating chatbots.
- python-argostranslate-git (r467.5d0d5a8-1) votes=0
Open source neural machine translation in Python. Designed to be used either as a Python library or desktop application. Uses OpenNMT for translations and PyQt for GUI.
- python-apertium-lint (0.29-1) votes=0 [OUT-OF-DATE]
Linters for Apertium Rule Based Machine Translation Platform
- python-amazon-transcribe (0.6.4-1) votes=0
Async Python SDK for Amazon Transcribe Streaming.
- python-aiml (0.9.3-3) votes=0
An interpreter module for AIML (Artificial Intelligence Markup Language), implemented in pure Python (python3 fork)
- pg_vectorize (0.15.0-1) votes=0 [OUT-OF-DATE]
A Postgres extension that automates the transformation and orchestration of text to embeddings and provides hooks into the most popular LLMs.
- omegat-plugin-apertium (84369-1) votes=0
OmegaT plug-in that offers offline machine translation from Apertium
- niutrans-cli (1.5-2) votes=0
niutrans command line interface.
- n1-translator (1.0.0-1) votes=0
Real-time Japanese->Spanish overlay translator for KDE Plasma
- mingw-w64-openfst (1.8.1-1) votes=0 [OUT-OF-DATE]
Library for constructing, combining, optimizing, and searching weighted finite-state transducers (mingw-w64)
- mgiza (3.0-1) votes=0 [OUT-OF-DATE]
Multithreaded version of Giza, a statistical machine translation toolkit used to train word alignment models
- mcp-probe (0.3.0-1) votes=0
Interactive CLI debugger and TUI for MCP servers
- maestro-git (0.3.0.r3.g6e6360a-1) votes=0
Turn natual language into commands. Your CLI tasks, now as easy as a conversation.
- llxprt-code (0.4.2-1) votes=0 [OUT-OF-DATE]
A fork of Gemini CLI enhanced with additional features and support for multiple providers.
- link-grammar-git (2:5.10.2.r82.ga5a52cbf3-1) votes=0
A Grammar Checking library
- kenlm (r2268.217e219-1) votes=0
Faster and Smaller Language Model Queries
- hts-engine-api-git (1.0.9.r41.g214e26d-1) votes=0
api to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system forked by r9y9
- happy-cli-git (r1518.3ed8b121-1) votes=0
Mobile and Web client for Claude Code and Codex - remote control your AI coding agent
- github-mcp-server (1.0.5-1) votes=0
GitHub's official MCP server which connects AI tools directly to GitHub's platform
- gemini-openai-proxy-git (r12.9d4b053-1) votes=0
Gemini CLI wrapper to serve Gemini models through an OpenAI-compatible API.
- gemini-cli-proxy-git (r15.3e99ede-6) votes=0
OpenAI-compatible API wrapper for Gemini CLI.
- forgecode-bin (2.12.16-1) votes=0
An AI-powered code assistant CLI tool
- edgegpt-git (0.3.8+1.r325.20230512.f464c62-1) votes=0
The reverse engineering the chat feature of the new version of Bing.
- deepspeech-models-zh-cn (0.9.3-1) votes=0
A TensorFlow implementation of Baidu's DeepSpeech architecture - models and supporting files.
- crush-git (0.2.1r30.g889b1765-2) votes=0 [OUT-OF-DATE]
A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal - git version
- crfpp-git (1.0-1) votes=0 [OUT-OF-DATE]
CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data.
- cogpit-bin (0.0.1-1) votes=0
Dashboard for browsing and inspecting Claude Code agent sessions
- chatgpt-desktop-unix-git (0.0.1-1) votes=0
Unofficial ChatGPT desktop app for Linux and BSD (Qt6, QtWebEngine)
- chatbot-ui-git (r293.2e6c0ee-5) votes=0
An open source ChatGPT UI.
- auto-commit-git (0.1.5.r8.gc23c442-1) votes=0
A CLI tool that generates commit messages from your staged changes, built in Rust and using OpenAI's Codex.
- arcade-learning-environment (0.6.1-3) votes=0
The Arcade Learning Environment (ALE) is a simple object-oriented framework that allows researchers and hobbyists to develop AI agents for Atari 2600 games
- apertium-caffeine (1.0-3) votes=0
A multi-platform Java application built on top of lttoolbox-java that translates as you type.
- alpaca.cpp-git (81bd894.r4.a0c74a7-1) votes=0
Locally run an Instruction-Tuned Chat-Style LLM
## Computer Vision (56)
- stable-diffusion-webui-git (1.9.4.r0.gfeee37d-2) votes=9 [OUT-OF-DATE]
Stable Diffusion Web UI (AUTOMATIC1111)
- torch7-image-git (1.0.1.0.r289.g5aa1881-1) votes=7
An Image toolbox for Torch.
- tesseract-data-afr-git (4.1.0.r0.g4767ea9-1) votes=3
Trained language data for tesseract OCR Engine
- python-rembg (2.0.72-1) votes=2 [OUT-OF-DATE]
Rembg is a tool to remove images background
- python-face-alignment (1.4.1-1) votes=2
Detect facial landmarks from Python using an accurate face alignment network
- photoprism-facenet (20210716.180236-1) votes=2
PhotoPrism's facenet pre-training model
- nextcloud-app-facerecognition (0.9.70-1) votes=2
Nextcloud app that implement a basic facial recognition system
- anythingllm-appimage (1.12.1-1) votes=2
AnythingLLM: The all-in-one AI app you were looking for. Any LLM, unlimited documents, and fully private. All on your desktop.
- vott-bin (2.2.0-1) votes=1
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
- vobsubocr (0.1.0-1) votes=1
Blazingly fast and accurate DVD VobSub to SRT subtitle conversion
- vapoursynth-plugin-vsmxnet-git (v0.2.2.0.g26a7b79-1) votes=1
Use MXNet to accelerate image processing in VapourSynth (git version), modified to compile on Linux
- universal-data-tool-bin (0.14.9-1) votes=1
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app
- python-stanza (1.11.0-1) votes=1
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
- python-open-clip-torch (2.30.0-1) votes=1 [OUT-OF-DATE]
Open source implementation of OpenAI's CLIP (Contrastive Language-Image Pre-training).
- python-mtcnn (0.1.1-1) votes=1
Implementation of the MTCNN face detector for Keras. Written from scratch, using as a reference the implementation of MTCNN from David Sandberg (FaceNet’s MTCNN) in Facenet. Based on the paper Zhang, K et al. (2016)
- python-kornia-git (0.6.9.r74.g9329a5bed-1) votes=1 [OUT-OF-DATE]
Open Source Differentiable Computer Vision Library for PyTorch
- python-isr-git (r151.3d07905-1) votes=1
Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
- python-imagededup (0.3.0-1) votes=1
Finding duplicate images made easy
- python-gluoncv (0.10.0-1) votes=1 [OUT-OF-DATE]
A Deep Learning Toolkit for Computer Vision
- python-easyocr-git (1.6.2.r594.19db7ba-1) votes=1 [OUT-OF-DATE]
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
- python-ctc-segmentation-git (1.7.4-1) votes=1 [OUT-OF-DATE]
Determine and align utterance segments within audio files using CTC
- openvtuber (1.0.2019-1) votes=1
Real-time face and gaze analyzation via deep neural networks.
- openbr-git (20140903-2) votes=1 [OUT-OF-DATE]
A communal biometrics framework supporting the development of open algorithms and reproducible evaluations.
- tfi (1.0.3-3) votes=0
Text From Image allows user to extract and modify text from images
- stable-diffusion.cpp-sycl-f32-git (r256.5900ef6-1) votes=0
Stable Diffusion in pure C/C++ (with Intel SYCL GPU optimizations)
- stable-diffusion.cpp-sycl-f16-git (r256.5900ef6-1) votes=0
Stable Diffusion in pure C/C++ (with Intel SYCL GPU optimizations)
- snowboy (1.3.0-3) votes=0
DNN based hotword and wake word detection toolkit
- python-zoloto (0.6.1-3) votes=0 [OUT-OF-DATE]
A fiducial marker system powered by OpenCV
- python-split-folders (0.6.1-1) votes=0
A Python library to split folders with files (i.e. images) into training, validation and test (dataset) folders.
- python-rapidocr-onnxruntime (1.4.4-1) votes=0
A cross platform OCR Library based on OnnxRuntime.
- python-pysbd (0.3.4-00) votes=0 [OUT-OF-DATE]
pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages.
- python-pyod (2.0.6-1) votes=0 [OUT-OF-DATE]
A Python 3 Library Outlier Detection or Anomaly Detection
- python-motmetrics (1.4.0-9) votes=0
The py-motmetrics library provides a Python implementation of metrics for benchmarking multiple object trackers (MOT).
- python-mmaction2 (1.2.0-5) votes=0
OpenMMLab's Next Generation Action Understanding Toolbox and Benchmark
- python-latex-ocr-server (0.1.0-1) votes=0
A protobuf-based service to generate latex equations from image files
- python-invisible-watermark (0.1.5-1) votes=0 [OUT-OF-DATE]
python library for invisible image watermark (blind image watermark)
- python-imgaug-git (0.4.0.r41.g0101108d-1) votes=0
Image augmentation for machine learning experiments
- python-hwrt (0.2.1-1) votes=0
HandWriting Recognition Toolkit, draw and get the LaTeX command
- python-google-cloud-vision (3.4.5-1) votes=0
Google Cloud Vision API client library
- python-facexlib (0.2.5-1) votes=0 [OUT-OF-DATE]
FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
- python-dlib-git (20.0.r36.ga41c2e6-1) votes=0
Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. -- git non-CUDA version
- python-dlib-cuda-git (20.0.r36.ga41c2e6-1) votes=0
Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. -- git CUDA version
- python-dallecli (1.3.0-2) votes=0 [OUT-OF-DATE]
CLI/TUI for OpenAI’s DALL-E (2) image generation model
- python-cyvlfeat (0.7.0-1) votes=0
A thin Cython wrapper around select areas of vlfeat
- python-cython_bbox (1.0.0-5) votes=0
cython_bbox is widely used in object detection tasks. It is implemented in almost all object detection projects.
- python-batchgenerators (0.24-2) votes=0 [OUT-OF-DATE]
Framework for data augmentation for 2D and 3D image classification and segmentation
- python-antspy (0.2.2-2) votes=0 [OUT-OF-DATE]
Advanced Normalization Tools (ANTs) in Python
- pictopy-bin (1.1.0-2) votes=0
PictoPy - Desktop image gallery (Tauri/Python)
- ocrs-git (0.4.0.r0.g7ce90df-1) votes=0
A modern OCR engine (extracts text from images), written in Rust
- libsgm-git (3.1.0.r4.ge4c669b-1) votes=0
Stereo Semi Global Matching by cuda
- lib32-tesseract (5.5.1-1) votes=0
An OCR program (32-bit)
- deepin-ocr-git (r103.479bd09-1) votes=0 [OUT-OF-DATE]
deepin OCR Tool
- blender-dream-textures-git (153.978e7b9-2) votes=0 [OUT-OF-DATE]
Stable Diffusion built-in to Blender
- blender-dream-textures (0.2.0-1) votes=0 [OUT-OF-DATE]
Stable Diffusion built-in to Blender
- backscrub-git (v0.3.0.r63.g4f70bc1-1) votes=0
Virtual video device (webcam) for background replacement / blurring
- alma-appimage (0.0.241-1) votes=0
A beautiful desktop application that unifies your AI experience.
## Runtime / Inference / Serving (45)
- open-webui-no-venv (0.8.8-4) votes=10 [OUT-OF-DATE]
Web UI and OpenAI API for various LLM runners, including Ollama, built without creating virtualenv
- ollama-nogpu-git (0.5.5+r3779+g6982e9cc9-1) votes=4 [OUT-OF-DATE]
Create, run and share large language models (LLMs)
- whisper.cpp-hip (1.8.3-1) votes=3 [OUT-OF-DATE]
Port of OpenAI's Whisper model in C/C++ (using system llama.cpp-hip)
- litellm-ollama (4-3) votes=3
Metapackage to setup ollama models with OpenAI API locally
- vapoursynth-plugin-realsr-ncnn-vulkan-git (r1.1.g4262d64-1) votes=2 [OUT-OF-DATE]
Plugin for Vapoursynth: realsr-ncnn-vulkan (GIT version)
- pgvecto.rs (0.4.0-1) votes=2 [OUT-OF-DATE]
Postgres extension that provides vector similarity search functions. It is written in Rust and based on pgrx.
- ctranslate2-git (1703.77a48d43-1) votes=2 [OUT-OF-DATE]
Fast inference engine for OpenNMT models
- stable-diffusion.cpp-hipblas-git (r256.5900ef6-1) votes=1 [OUT-OF-DATE]
Stable Diffusion in pure C/C++ (with AMD ROCm optimizations)
- python-pymilvus (2.6.9-1) votes=1
Python Sdk for Milvus
- python-milvus-lite-bin (2.5.1-1) votes=1
A lightweight version of Milvus wrapped with Python.
- python-llama-cpp-hip (0.3.16-1) votes=1
Python bindings for llama.cpp (with HIP/ROCM support)
- python-dm-ollamalib (0.2.0-1) votes=1
Functions to parse Ollama options from string and get info on Ollama options
- llama.cpp-sycl-f32 (b6039-1) votes=1 [OUT-OF-DATE]
Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F32)
- llama.cpp-sycl-f16-git (b5123.r1.bc091a4dc-1) votes=1 [OUT-OF-DATE]
Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F16)
- dain-ncnn-vulkan (20210210-5) votes=1 [OUT-OF-DATE]
DAIN, Depth-Aware Video Frame Interpolation implemented with ncnn library
- cortex.cpp-bin (1.0.14-1) votes=1
Local AI API Platform
- cain-ncnn-vulkan (20210210-4) votes=1 [OUT-OF-DATE]
CAIN, Channel Attention Is All You Need for Video Frame Interpolation implemented with ncnn library
- vapoursynth-plugin-rife-ncnn-vulkan-less-models-git (9.mod.v33.0.g5a647e9-1) votes=0
Plugin for Vapoursynth: rife-ncnn-vulkan (GIT version)
- tensorflow-model-server-git (1.10-1) votes=0 [OUT-OF-DATE]
A flexible, high-performance serving system for machine learning models
- python-waifu2x-vulkan (1.1.6-1) votes=0
waifu2x-ncnn-vulkan-python, use nihui/waifu2x-ncnn-vulkan
- python-waifu2x-ncnn-vulkan-git (1.0.4.r1.g827b076-1) votes=0
A Python FFI of nihui/waifu2x-ncnn-vulkan achieved with SWIG
- python-srmd-ncnn-vulkan-git (1.0.2.2.r0.g397b85e-1) votes=0
A Python FFI of nihui/srmd-ncnn-vulkan achieved with SWIG
- python-rife-ncnn-vulkan-git (1.1.3.r0.g320e625-1) votes=0
A Python FFI of nihui/rife-ncnn-vulkan achieved with SWIG
- python-realsr-ncnn-vulkan-git (1.0.6.r0.g71b1943-1) votes=0
A Python FFI of nihui/realsr-ncnn-vulkan achieved with SWIG
- python-realcugan-ncnn-vulkan-git (1.0.2.r3.gf2a4301-1) votes=0
A Python FFI of nihui/realcugan-ncnn-vulkan achieved with SWIG
- python-qdrant-client (1.17.0-1) votes=0
Client library for the Qdrant vector search engine
- python-pgvector (0.4.2-1) votes=0
pgvector support for Python
- python-ollama-git (0.4.6.r6.g967fd65-1) votes=0
Ollama Python library
- python-kp (0.8.1-1) votes=0
Python binding of Kompute: Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU processing usecases.
- python-gpuctypes (0.3.0-1) votes=0
ctypes wrappers for HIP, CUDA, and OpenCL
- python-easy-llama (0.2.14-1) votes=0
Python package wrapping llama.cpp for on-device LLM inference
- python-cpm-kernels (1.0.11-2) votes=0
CPM CUDA kernels
- python-chroma-hnswlib (0.7.6-1) votes=0 [OUT-OF-DATE]
Chroma's fork of hnswlib - a header-only C++/python library for fast approximate nearest neighbors
- pgvecto.rs-bin (0.4.0-2) votes=0
Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.
- ollama-amd-igpu (0.11.4-1) votes=0
Create, run and share large language models (LLMs)
- llm-cublas-git (0.1.1.r592.g9376078-2) votes=0
An ecosystem of Rust libraries for working with large language models (with cuBLAS)
- llm-clblast-git (0.1.1.r592.g9376078-1) votes=0
An ecosystem of Rust libraries for working with large language models (with CLBlast)
- llm-bin (0.1.1-4) votes=0
Run inference for Large Language Models on CPU, with Rust 🦀🚀🦙
- llama.cpp-sycl-f32-git (b5123.r1.bc091a4dc-1) votes=0 [OUT-OF-DATE]
Port of Facebook's LLaMA model in C/C++ (with Intel SYCL GPU optimizations and F32)
- llama.cpp-hipblas-git (b5123.r1.bc091a4dc-1) votes=0
Port of Facebook's LLaMA model in C/C++ (with AMD ROCm optimizations)
- llama.cpp-cublas-git (b6663.r1.c8dedc999-1) votes=0
Port of Facebook's LLaMA model in C/C++ (with NVIDIA CUDA optimizations)
- llama.cpp-clblas-git (b5123.r1.bc091a4dc-1) votes=0 [OUT-OF-DATE]
Port of Facebook's LLaMA model in C/C++ (with OpenCL optimizations)
- llama-cpp-rocm-git (r1110.423db74-1) votes=0 [OUT-OF-DATE]
Port of Facebook's LLaMA model in C/C++ (with ROCm) (PR#1087)
- hnswlib-git (0.9.0.r0.gd9b3608-1) votes=0
Header-only C++ library for fast approximate nearest neighbors
- clawdbot (2026.1.24.3-1) votes=0 [OUT-OF-DATE]
Personal AI assistant supporting Claude, Ollama, and other LLMs - the lobster way 🦞
## Model Optimization (4)
- whisper.cpp-openvino (1.8.3-1) votes=1
Port of OpenAI's Whisper model in C/C++ (with OpenVINO run-time)
- python-pytorch-tensorrt (1.4.0-1) votes=1 [OUT-OF-DATE]
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
- tvm (0.15.dev0.57.g108377452e-1) votes=0 [OUT-OF-DATE]
Apache TVM, a deep learning compiler that enables access to high-performance machine learning anywhere for everyone
- halide-git (2019_08_27.r2898.g2531d11d2-2) votes=0
a language for fast, portable data-parallel computation
## Model Export / Interop (2)
- onnx-git (1.14.1.0.g1014f41f1-1) votes=0 [OUT-OF-DATE]
C++ library for the open standard for machine learning interoperability
- chesspilot (1.1.0-6) votes=0 [OUT-OF-DATE]
A fully offline chess autoplayer and position evaluator powered by ONNX and Stockfish
## Edge AI / Embedded (11)
- python-sklearn-pandas (2.2.0-4) votes=5
Pandas integration with scikit-learn
- python-langchain-community (0.4.1-2) votes=2
Community contributed LangChain integrations.
- gasket-dkms (1.0-1) votes=2 [OUT-OF-DATE]
Google Coral driver for PCIe-based Edge TPU devices, such as the M.2 and Mini PCIe Accelerator
- edgetpu_api (2.11.1-1) votes=1
Google Coral Edge TPU runtime and Python library
- tegratop (0.2.1-1) votes=0
TUI monitoring tool for Nvidia Jetson boards
- python-tensorflow-lite (2.13.0-1) votes=0 [OUT-OF-DATE]
TensorFlow Lite is a mobile library for deploying models on mobile, microcontrollers and other edge devices
- python-langchain-chroma (1.1.0-1) votes=0
An integration package connecting Chroma and LangChain
- libtensorflow-lite (2.4.0-1) votes=0 [OUT-OF-DATE]
Tensorflow Lite - Library and Headers. C/C++ & Python
- armcl-opencl (20.02.1-1) votes=0 [OUT-OF-DATE]
ARM Computer Vision and Machine Learning Library (x86_64 OpenCL Backend)
- arm-linux-gnueabihf-armcl-neon (20.02.1-1) votes=0 [OUT-OF-DATE]
ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)
- architect (0.9.11-1) votes=0 [OUT-OF-DATE]
An integrated development environment (IDE) that focuses specifically on the needs of the data scientist
## Classical ML / Data Science (42)
- python-orange (3.38.1-1) votes=19 [OUT-OF-DATE]
Open source machine learning and data visualization
- ruby-classifier (1.3.5-1) votes=16 [OUT-OF-DATE]
A general classifier module to allow Bayesian and other types of classifications.
- viennacl (1.7.1-2) votes=14 [OUT-OF-DATE]
The library provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL and OpenMP.
- dbacl (1.14.1-1) votes=9
Digramic Bayesian classifier
- python-mlxtend (0.23.1-3) votes=4
Library of Python tools and extensions for data science
- whereami (0.4.85-2) votes=2
Uses WiFi signals and machine learning to predict where you are
- python-timbl-git (2025.01.22.r0.g5707c71-1) votes=2
Python binding for Timbl, a k-Nearest Neighbours machine learning suite
- python-filterpy (1.4.5-2) votes=2
Kalman filtering and optimal estimation library
- catboost-git (0.12.2-3) votes=2 [OUT-OF-DATE]
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box.
- astroml-examples-git (2017.05.03.g33b2006-1) votes=2 [OUT-OF-DATE]
AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, and matplotlib. This package includes the exmaples shipped with the github version of astroML
- python-wandb-git (0.15.6.dev1-1) votes=1 [OUT-OF-DATE]
Weights and Biases - organize and analyze machine learning experiments
- python-scikit-learn-intelex (2025.7.0-1) votes=1 [OUT-OF-DATE]
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.
- python-lifelines (0.30.0-1) votes=1
Survival analysis in Python
- python-george (0.4.0-1) votes=1
Fast Gaussian Processes for regression
- python-dtw-python-git (1.3.0-1) votes=1
Python port of R's Comprehensive Dynamic Time Warp algorithm package
- python-cma (4.0.0-1) votes=1
The Covariance Matrix Adaptation Evolution Strategy
- python-ax-platform (1.1.1-1) votes=1 [OUT-OF-DATE]
Adaptive Experimentation Platform
- python-astroml (1.0.2.post1-1) votes=1
Machine learning, statistics, and data mining for astronomy and astrophysics
- mingw-w64-ann (1.1.2-1) votes=1
Approximate nearest neighbor library. (mingw-w64)
- python-seqlearn-git (r89.32d4bfa-2) votes=0
Sequence classification toolkit for Python
- python-scikit-learn-git (0.19.branching.r8706.2164bb16b9-1) votes=0 [OUT-OF-DATE]
A set of Python modules for machine learning and data mining
- python-polo (0.5-2) votes=0
Python optimal leaf ordering for hierarchical clustering
- python-nimfa (1.4.0-1) votes=0
Nonnegative matrix factorization in Python
- python-mvpa2-git (r8734.6042292-1) votes=0 [OUT-OF-DATE]
Multivariate pattern analysis
- python-mleap (0.23.1-1) votes=0 [OUT-OF-DATE]
Common serialization format and execution engine for machine learning pipelines (Python API)
- python-mixmod (2.1.9-1) votes=0 [OUT-OF-DATE]
Classification with Mixture Modelling
- python-missingpy-git (r25.49fb1f6-1) votes=0
Missing Data Imputation for Python.
- python-kmapper (1.2.0-2) votes=0
Kepler Mapper: A flexible Python implementation of the Mapper algorithm
- python-giotto-tda (0.4.0-0) votes=0 [OUT-OF-DATE]
A high performance topological machine learning toolbox in Python
- python-fastcluster (1.2.6-2) votes=0
Fast hierarchical clustering routines for R and Python
- python-efficient_apriori (2.0.1-1) votes=0
An efficient Python implementation of the Apriori algorithm.
- python-deap (1.4.1-8) votes=0
DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas.
- python-autoscraper (1.1.14-3) votes=0
A smart, automatic, fast and lightweight web scraper for Python
- python-aim (3.16.0-1) votes=0 [OUT-OF-DATE]
A super-easy way to record, search and compare AI experiments.
- ngt-git (20200508-3) votes=0 [OUT-OF-DATE]
Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data
- mingw-w64-mlpack (3.3.0-1) votes=0 [OUT-OF-DATE]
a scalable c++ machine learning library (mingw-w64)
- mingw-w64-ensmallen (2.12.1-1) votes=0 [OUT-OF-DATE]
Flexible C++ library for efficient mathematical optimization (mingw-w64)
- libflame-git (r105.d10f8bb4-1) votes=0 [OUT-OF-DATE]
High-performance object-based library for DLA computations
- intel-daal (2019.4.007-1) votes=0 [OUT-OF-DATE]
Intel Data Acceleration Library for C++ (Intel® DAAL)
- grobid (0.7.0-1) votes=0
A machine learning software for extracting information from scholarly documents
- graclus (1.2-1) votes=0
Efficient Graph Clustering Software.
- cloudforest-git (r430.d014dc3-1) votes=0
Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go
## Other AI (26)
- zinnia-python (0.07-1) votes=14
Simple, customizable and portable online hand recognition system based on Support Vector Machines, Python bindings
- katrain (1.14.0-1) votes=9 [OUT-OF-DATE]
A tool for analyzing and playing go with AI feedback from KataGo.
- ultimatevocalremovergui-git (5.6.1-1) votes=4 [OUT-OF-DATE]
This application uses state-of-the-art source separation models to remove vocals from audio files. UVR's core developers trained all of the models provided in this package (except for the Demucs v3 and v4 4-stem models).
- cabocha (0.69-3) votes=4
Yet Another Japanese Dependency Structure Analyzer
- screenpipe-bin (0.3.135-1) votes=3
24/7 Screen and Audio Capture with AI-powered tools
- photoprism-nsfw (20200722.072056-1) votes=2
PhotoPrism's nsfw pre-training model
- photoprism-nasnet (20200722.072055-1) votes=2
PhotoPrism's nasnet pre-training model
- screenshot_llm (1.0.1-2) votes=1
AI-Powered Screenshot Analysis
- python-cabocha (0.69-3) votes=1 [OUT-OF-DATE]
Yet Another Japanese Dependency Structure Analyzer (Python interface)
- ocrfeeder-git (0.8.3+25+g96ed126-1) votes=1 [OUT-OF-DATE]
complete Optical Character Recognition and Document Analysis and Recognition program
- gaiaui-amd (0.13.0-1) votes=1 [OUT-OF-DATE]
Open-source solution for quick setup and execution of generative AI applications on local AMD Ryzen AI hardware
- freedomgpt-git (3.0.2.r0.gd138af7-1) votes=1
A desktop application that allows users to run alpaca models on their local machine.
- dazzle-git (r32.8b5a4fa-1) votes=1 [OUT-OF-DATE]
An AI playground (git version)
- stt (1.3.0-1) votes=0 [OUT-OF-DATE]
Coqui-STT
- python-usaddress (0.5.16-1) votes=0
A python library for parsing unstructured United States address strings into address components.
- python-spritex (0.1.3-1) votes=0 [OUT-OF-DATE]
A simple tool for extracting sprites from full frames. Useful for AI projects.
- python-rotepy-git (0.1.0.r1.gf067d52-1) votes=0
Basic, repeat ML operations.
- python-norbert (0.2.1-2) votes=0
Painless Wiener filters for audio separation
- n2-docs (0.1.7-2) votes=0
HTML documentation for N2
- mass-up (1.0.14-1) votes=0
An open-source mass spectrometry software for proteomics designed to support the preprocessing and Machine-Learning based analysis of MALDI-TOF mass spectrometry data
- lucidvideo (0.4.1-1) votes=0
Intelligent video library with AI-powered search and semantic understanding
- kubeflow-kfctl (1.2.0-1) votes=0 [OUT-OF-DATE]
A tool to control and manage Kubeflow deployments
- dpscreenocr-git (1.0.2.r148.g533c91a-1) votes=0
Recognize text on screen
- clai-git (1.4.5.r0.ge7910e2-1) votes=0
Command line artificial intelligence - Multi-vendor generation in your terminal
- blix-bin (1.3.0-7) votes=0
A cross-platform AI-assisted graph photo editor.
- aigcpanel-git (20241122.1970dde-1) votes=0
AigcPanel 是一个简单易用的一站式AI数字人系统,小白也可使用。 支持视频合成、声音合成、声音克隆,简化本地模型管理、一键导入和使用AI模型。
|