Trending Projects

Discover the fastest growing open source projects

Showing 6201-6250 of 6,802 trending projects

#6201
jkjung-avt/tensorrt_demos

A collection of TensorRT demos for object detection, image classification, and other computer vision tasks.

+6
+0.3%
1.8K
total stars
#6202
traveller59/second.pytorch

A PyTorch-based library for object detection on KITTI and NuScenes datasets using the SECOND algorithm.

+6
+0.3%
1.8K
total stars
#6203
justmarkham/scikit-learn-tips

A collection of 50 tips and tricks for using the scikit-learn machine learning library in Python.

+6
+0.3%
1.7K
total stars
#6204
ckiplab/ckiptagger

A Python library for Chinese word segmentation, part-of-speech tagging, and named entity recognition.

+6
+0.4%
1.7K
total stars
#6205
vlfeat/vlfeat

An open library of computer vision algorithms written in C.

+6
+0.4%
1.6K
total stars
#6206
kan-bayashi/ParallelWaveGAN

Unofficial Parallel WaveGAN repository with PyTorch implementation of various neural vocoders for speech synthesis.

+6
+0.4%
1.6K
total stars
#6207
autonomio/talos

Hyperparameter optimization library for TensorFlow and Keras, focused on AI/ML model development.

+6
+0.4%
1.6K
total stars
#6208
thu-ml/prolificdreamer

A high-performance text-to-3D generation model for building immersive 3D experiences with AI tools.

+6
+0.4%
1.6K
total stars
#6209
CLUEbenchmark/CLUENER2020

CLUENER2020 is a Chinese fine-grained named entity recognition dataset and benchmark for AI-powered NLP development.

+6
+0.4%
1.5K
total stars
#6210
davidADSP/GDL_code

Code repository for examples in the book 'Generative Deep Learning' focused on AI and ML topics.

+6
+0.4%
1.5K
total stars
#6211
faustomorales/keras-ocr

A flexible Python library for optical character recognition (OCR) using the CRAFT text detector and Keras CRNN recognition model.

+6
+0.4%
1.5K
total stars
#6212
IBM/fhe-toolkit-linux

An IBM toolkit for computing on encrypted data without decryption, with demos for secure ML and key-value search.

+6
+0.4%
1.5K
total stars
#6213
devv-ai/devv

An AI-powered search engine for developers to discover tools and resources for building with AI.

+6
+0.4%
1.5K
total stars
#6214
Sanster/text_renderer

Generate text images for training deep learning OCR models, a key tool for vibe coders working with AI-powered text recognition.

+6
+0.4%
1.5K
total stars
#6215
digego/extempore

A cyber-physical programming environment for developers building creative and performant applications.

+6
+0.4%
1.5K
total stars
#6216
BachiLi/redner

A differentiable rendering library that enables Monte Carlo ray tracing without approximation for computer graphics and vision applications.

+6
+0.4%
1.4K
total stars
#6217
pytorch/hub

A PyTorch library for easy access to pre-trained models and model components for developers.

+6
+0.4%
1.4K
total stars
#6218
scikit-learn-contrib/metric-learn

Provides a collection of efficient and well-tested metric learning algorithms in Python for machine learning tasks.

+6
+0.4%
1.4K
total stars
#6219
numz/sd-wav2lip-uhq

A Python extension for the Stable Diffusion WebUI that enables high-quality lip-sync animation for talking face generation.

+6
+0.4%
1.4K
total stars
#6220
jdagdelen/hyperDB

A high-performance local vector database for building AI-powered applications and LLM agents.

+6
+0.4%
1.4K
total stars
#6221
chiphuyen/sotawhat

A Python tool that helps developers stay up-to-date with the latest AI research by summarizing Arxiv paper abstracts.

+6
+0.4%
1.4K
total stars
#6222
jeffrey-xiao/papers

A collection of academic papers related to computer science and machine learning.

+6
+0.4%
1.4K
total stars
#6223
facebookarchive/duckling_old

Deprecated natural language parsing library for building conversational AI apps.

+6
+0.5%
1.3K
total stars
#6224
920232796/bert_seq2seq

A PyTorch implementation of BERT for sequence-to-sequence tasks, including text summarization, classification, and generation.

+6
+0.5%
1.3K
total stars
#6225
brianspiering/awesome-dl4nlp

A curated list of awesome Deep Learning (DL) for Natural Language Processing (NLP) resources.

+6
+0.5%
1.3K
total stars
#6226
SimonBlanke/Gradient-Free-Optimizers

Optimizes numerical and discrete search spaces with various gradient-free optimization techniques.

+6
+0.5%
1.3K
total stars
#6227
openai/following-instructions-human-feedback

This GitHub repository appears to be a framework or library for training AI models to follow instructions provided by humans.

+6
+0.5%
1.3K
total stars
#6228
pprp/SimpleCVReproduction

A repository for replicating simple computer vision projects including attention, classification, detection, and more.

+6
+0.5%
1.3K
total stars
#6229
dsgiitr/graph_nets

PyTorch implementation and explanation of popular graph representation learning papers.

+6
+0.5%
1.2K
total stars
#6230
annoviko/pyclustering

A comprehensive Python and C++ data mining library for algorithms, clustering, neural networks, and more.

+6
+0.5%
1.2K
total stars
#6231
Artelnics/opennn

OpenNN is a C++ open-source library for building and training artificial neural networks.

+6
+0.5%
1.2K
total stars
#6232
DeepWisdom/AutoDL

Automated Deep Learning without any human intervention, the first solution for the AutoDL challenge@NeurIPS.

+6
+0.5%
1.2K
total stars
#6233
TheThreeDog/Auto-Lianliankan

Python-based automation tool for the Lian Lian Kan game, allowing users to quickly complete the game.

+6
+0.5%
1.2K
total stars
#6234
kuleshov/cornell-cs5785-2020-applied-ml

Teaching materials for an applied machine learning course at Cornell Tech, suitable for vibe coders.

+6
+0.5%
1.2K
total stars
#6235
isekaidev/stable.art

Photoshop plugin for generating AI-powered art with Stable Diffusion and Automatic1111 backend.

+6
+0.5%
1.1K
total stars
#6236
tech-srl/code2vec

A TensorFlow library for learning distributed representations of code using the code2vec neural network model.

+6
+0.5%
1.1K
total stars
#6237
Tencent/TencentPretrain

Tencent Pre-training framework in PyTorch with a pre-trained model zoo for NLP tasks

+6
+0.6%
1.1K
total stars
#6238
qfettes/DeepRL-Tutorials

High quality implementations of Deep Reinforcement Learning algorithms written in PyTorch

+6
+0.6%
1.1K
total stars
#6239
alexjc/neural-enhance

A Python library that uses deep learning to enhance the resolution of images.

+5
+0.0%
11.9K
total stars
#6240
togethercomputer/OpenChatKit

OpenChatKit is an open-source framework for building large language model-powered chatbots and assistants.

+5
+0.1%
9.0K
total stars
#6241
apple/corenet

CoreNet is a library for training deep neural networks, with a focus on building AI-powered coding tools.

+5
+0.1%
7.0K
total stars
#6242
Hironsan/BossSensor

A Python library that uses computer vision and machine learning to detect when a 'boss' is approaching and hides the screen.

+5
+0.1%
6.3K
total stars
#6243
google/seq2seq

A general-purpose encoder-decoder framework for TensorFlow, useful for building machine translation models.

+5
+0.1%
5.6K
total stars
#6244
zylo117/Yet-Another-EfficientDet-Pytorch

A PyTorch reimplementation of the EfficientDet object detection model with SOTA performance in real-time.

+5
+0.1%
5.3K
total stars
#6245
MegEngine/MegEngine

MegEngine is a fast, scalable, and easy-to-use deep learning framework that supports auto-differentiation.

+5
+0.1%
4.8K
total stars
#6246
amazon-archives/amazon-dsstne

An open-source deep learning library developed by Amazon for building scalable machine learning models.

+5
+0.1%
4.4K
total stars
#6247
xviniette/FlappyLearning

A JavaScript library that uses machine learning (neuroevolution) to learn how to play the Flappy Bird game.

+5
+0.1%
4.0K
total stars
#6248
brightmart/albert_zh

A pre-trained ALBERT model for self-supervised learning of Chinese language representations.

+5
+0.1%
4.0K
total stars
#6249
arXivTimes/arXivTimes

A repository to research and share machine learning articles, with a focus on computer vision, NLP, and reinforcement learning.

+5
+0.1%
3.9K
total stars
#6250
rlabbe/filterpy

Python library for Kalman filtering and optimal estimation algorithms.

+5
+0.1%
3.8K
total stars
1...124126...137

Stay in the loop

Get weekly updates on trending AI coding tools and projects.