Trending Projects

Discover the fastest growing open source projects

Showing 4551-4600 of 6,802 trending projects

#4551
mchong6/JoJoGAN

JoJoGAN is a PyTorch-based library for one-shot face stylization, enabling developers to create anime-style portraits.

0
0.0%
1.4K
total stars
#4552
SpinyTech/ModularizationArchitecture

This Java-based repository provides a modular architecture for developers building AI-powered applications.

0
0.0%
1.4K
total stars
#4553
Lizhi-sjtu/DRL-code-pytorch

Concise PyTorch implementations of popular deep reinforcement learning algorithms like REINFORCE, A2C, DQN, PPO, DDPG, TD3, and SAC.

0
0.0%
1.4K
total stars
#4554
VDIGPKU/M2Det

M2Det is a single-shot object detection model based on a multi-level feature pyramid network.

0
0.0%
1.4K
total stars
#4555
nivu/ai_all_resources

A curated list of best AI resources for developers, including tutorials, libraries, and tools.

0
0.0%
1.4K
total stars
#4556
king-yyf/CMeKG_tools

This Python library provides tools for working with the CMeKG knowledge graph.

0
0.0%
1.4K
total stars
#4557
ymcui/Chinese-ELECTRA

Pre-trained Chinese ELECTRA language model for natural language processing tasks.

0
0.0%
1.4K
total stars
#4558
openai/SWELancer-Benchmark

This repository contains a dataset and code for a study on using large language models for freelance software engineering.

0
0.0%
1.4K
total stars
#4559
karpathy/reinforcejs

A JavaScript library for building reinforcement learning agents, covering various RL algorithms.

0
0.0%
1.4K
total stars
#4560
elicit/machine-learning-list

A curriculum for learning about foundation models, from scratch to the frontier for AI-focused developers.

0
0.0%
1.4K
total stars
#4561
microsoft/KBLaM

Official implementation of the KBLaM knowledge base augmented language model for AI-powered coding tools.

0
0.0%
1.4K
total stars
#4562
hiroi-sora/PaddleOCR-json

A C++ powered OCR tool that outputs JSON for easy integration with other programs.

0
0.0%
1.4K
total stars
#4563
hysts/pytorch_image_classification

A PyTorch implementation of image classification models for popular datasets like CIFAR-10, ImageNet, and more.

0
0.0%
1.4K
total stars
#4564
LLPhant/LLPhant

A comprehensive PHP Generative AI Framework using OpenAI GPT 4, inspired by Langchain.

0
0.0%
1.4K
total stars
#4565
meiqua/shape_based_matching

A C++ implementation of Halcon's shape-based matching algorithm for computer vision applications.

0
0.0%
1.4K
total stars
#4566
dome272/Diffusion-Models-pytorch

This project is a PyTorch implementation of diffusion models, a powerful generative AI technique.

0
0.0%
1.4K
total stars
#4567
bigscience-workshop/Megatron-DeepSpeed

An ongoing research project for training transformer language models at scale, including BERT and GPT-2.

0
0.0%
1.4K
total stars
#4568
cmusphinx/sphinx4

A pure Java speech recognition library that can be used in various applications.

0
0.0%
1.4K
total stars
#4569
beehive-lab/TornadoVM

TornadoVM is a heterogeneous programming framework that enables developers to leverage GPUs and other accelerators for improved performance in Java applications.

0
0.0%
1.4K
total stars
#4570
idrl-lab/PINNpapers

A collection of must-read papers on Physics-Informed Neural Networks (PINNs), a powerful approach for solving differential equations.

0
0.0%
1.4K
total stars
#4571
ken0225/RIS-Codes-Collection

A collection of codes for Reconfigurable Intelligent Surface (RIS) research related to 6G and wireless communication.

0
0.0%
1.4K
total stars
#4572
lmmlzn/Awesome-LLMs-Datasets

A curated list of representative LLMs text datasets for AI/ML developers to explore and leverage.

0
0.0%
1.4K
total stars
#4573
tensorflow/workshops

A collection of exercises and workshops for using TensorFlow, a popular deep learning framework.

0
0.0%
1.4K
total stars
#4574
dalinvip/cnn-lstm-bilstm-deepcnn-clstm-in-pytorch

A PyTorch repository with various neural network models like CNN, BiLSTM, GRU, and LSTM for developers working with AI tools.

0
0.0%
1.4K
total stars
#4575
pytorch/functorch

functorch is a PyTorch library that provides JAX-like composable function transforms for gradient, hessian, and other computations.

0
0.0%
1.4K
total stars
#4576
LirongWu/awesome-graph-self-supervised-learning

A library for self-supervised learning on graphs, providing contrastive, generative, and predictive pretext tasks.

0
0.0%
1.4K
total stars
#4577
alexsosn/iOS_ML

A curated list of Machine Learning, AI, and NLP solutions for iOS development.

0
0.0%
1.4K
total stars
#4578
denizyuret/Knet.jl

Knet.jl is a deep learning framework for the Julia programming language, focused on research and scientific computing.

0
0.0%
1.4K
total stars
#4579
AlexiaJM/Deep-learning-with-cats

A Python repository for experimenting with deep learning and computer vision using images of cats.

0
0.0%
1.4K
total stars
#4580
microsoft/SpeechT5

Unified-Modal Speech-Text Pre-Training for Spoken Language Processing

0
0.0%
1.4K
total stars
#4581
xuebinqin/BASNet

BASNet is a PyTorch library for boundary-aware salient object detection, useful for computer vision applications.

0
0.0%
1.4K
total stars
#4582
BachiLi/redner

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

0
0.0%
1.4K
total stars
#4583
practical-nlp/practical-nlp-code

Code and examples from a book on practical natural language processing using Python and Jupyter Notebooks.

0
0.0%
1.4K
total stars
#4584
ZPdesu/Barbershop

Barbershop: GAN-based Image Compositing using Segmentation Masks, a Python library for AI-powered image manipulation.

0
0.0%
1.4K
total stars
#4585
killkimno/MORT

A real-time game translator with OCR that allows developers to build translation features into their games.

0
0.0%
1.4K
total stars
#4586
remicnrd/ml_cheatsheet

A concise machine learning cheatsheet covering the most popular algorithms.

0
0.0%
1.4K
total stars
#4587
AIDC-AI/Ovis

A novel Multimodal Large Language Model (MLLM) architecture for structurally aligning visual and textual embeddings.

0
0.0%
1.4K
total stars
#4588
alxndrTL/mamba.py

A simple and efficient Mamba implementation in pure PyTorch and MLX for AI-driven development.

0
0.0%
1.4K
total stars
#4589
martin-gorner/tensorflow-mnist-tutorial

Sample code for a TensorFlow tutorial on deep learning without a PhD

0
0.0%
1.4K
total stars
#4590
pytorch/hub

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

0
0.0%
1.4K
total stars
#4591
Yangzhangcst/Transformer-in-Computer-Vision

A curated list of recent Transformer-based computer vision papers and implementations.

0
0.0%
1.4K
total stars
#4592
dvgodoy/PyTorchStepByStep

Official repository of a book on deep learning with PyTorch, a popular machine learning framework.

0
0.0%
1.4K
total stars
#4593
AIFengheshu/Plug-play-modules

A comprehensive collection of open-source AI/ML modules and models for a wide range of computer vision and NLP tasks, suitable for vibe coders.

0
0.0%
1.4K
total stars
#4594
wordware-ai/twitter

A TypeScript-based AI agent for analyzing Twitter user personalities through machine learning.

0
0.0%
1.4K
total stars
#4595
AshwinRJ/Federated-Learning-PyTorch

An implementation of federated learning, a distributed machine learning technique, using PyTorch.

0
0.0%
1.4K
total stars
#4596
scikit-learn-contrib/metric-learn

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

0
0.0%
1.4K
total stars
#4597
SalesforceAIResearch/uni2ts

Unified Training of Universal Time Series Forecasting Transformers for accurate time series forecasting.

0
0.0%
1.4K
total stars
#4598
ANTsX/ANTs

Advanced toolkit for medical image registration, segmentation, and processing, with a focus on neuroimaging.

0
0.0%
1.4K
total stars
#4599
eumemic/ai-legion

An autonomous agent platform powered by large language models for AI-driven development workflows.

0
0.0%
1.4K
total stars
#4600
qfgaohao/pytorch-ssd

PyTorch implementation of SSD (Single Shot MultiBox Detector) object detection models with support for retraining on Open Images dataset.

0
0.0%
1.4K
total stars
1...9193...137

Stay in the loop

Get weekly updates on trending AI coding tools and projects.