Trending Projects

Discover the fastest growing open source projects

Showing 5551-5600 of 6,802 trending projects

#5551
torchgan/torchgan

A research framework for easy and efficient training of Generative Adversarial Networks (GANs) based on PyTorch.

0
0.0%
1.4K
total stars
#5552
OpenLMLab/MOSS-RLHF

A Python library for exploring secrets of RLHF (Reward-Weighted Maximum Likelihood Estimation) in large language models

0
0.0%
1.4K
total stars
#5553
kawalain/stable-diffusion-webui-wd14-tagger

A labeling extension for Automatic1111's Stable Diffusion web UI, focused on AI-assisted content tagging.

0
0.0%
1.4K
total stars
#5554
acheong08/Bard

A Python SDK/API for reverse-engineered Google Bard, a powerful AI chatbot.

0
0.0%
1.4K
total stars
#5555
bupticybee/ChineseAiDungeonChatGPT

An open-source Chinese AI dungeon game that uses the OpenAI ChatGPT API for storytelling.

0
0.0%
1.4K
total stars
#5556
BangguWu/ECANet

Code for an efficient channel attention module for deep convolutional neural networks.

0
0.0%
1.4K
total stars
#5557
facebookresearch/end-to-end-negotiator

An end-to-end learning framework for negotiation dialogues, useful for building AI-powered negotiation agents.

0
0.0%
1.4K
total stars
#5558
microsoft/azurechat

A solution accelerator for building AI-powered chat applications using Azure Open AI Service.

0
0.0%
1.4K
total stars
#5559
innnky/emotional-vits

An emotion-controllable text-to-speech model for vibe coders, built on the VITS framework.

0
0.0%
1.4K
total stars
#5560
JasperSnoek/spearmint

Spearmint is a Python package for performing Bayesian optimization of machine learning algorithms.

0
0.0%
1.4K
total stars
#5561
OpnTec/mvisc

A project to identify and classify animals using computer vision and machine learning techniques.

0
0.0%
1.4K
total stars
#5562
raghakot/keras-resnet

A Keras-based implementation of the ResNet deep learning architecture for computer vision tasks.

0
0.0%
1.4K
total stars
#5563
yao8839836/text_gcn

A graph convolutional network for text classification, useful for NLP tasks and AI-powered applications.

0
0.0%
1.4K
total stars
#5564
Eurus-Holmes/Awesome-Multimodal-Research

A curated list of research on multimodal learning, useful for developers working on AI-powered applications.

0
0.0%
1.4K
total stars
#5565
tomepel/Technical_Book_DL

This repository provides a technical introduction to common neural network architectures like feedforward, convolutional, and recurrent networks.

0
0.0%
1.4K
total stars
#5566
zhanlaoban/EDA_NLP_for_Chinese

A Python library for easy data augmentation of Chinese text corpora using the EDA (Easy Data Augmentation) technique.

0
0.0%
1.4K
total stars
#5567
PolyAI-LDN/conversational-datasets

A collection of large datasets for training conversational AI models and agents.

0
0.0%
1.4K
total stars
#5568
OpnTec/openxlab-artwork

This is a repository containing artwork for the OpenXlab platform, which focuses on AI-powered developer tools.

0
0.0%
1.4K
total stars
#5569
zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9

A highly accurate deep learning-based license plate detection and recognition system for real-time use.

0
0.0%
1.4K
total stars
#5570
bytedance/music_source_separation

A Python library for music source separation, a task in audio signal processing.

0
0.0%
1.4K
total stars
#5571
NifTK/NiftyNet

An open-source platform for medical image analysis and image-guided therapy research using deep learning.

0
0.0%
1.4K
total stars
#5572
jrieke/traingenerator

A web app to generate template code for machine learning projects with popular frameworks like PyTorch and TensorFlow.

0
0.0%
1.4K
total stars
#5573
rairprotocol/rair-sdk

Simple SDK for the RAIR protocol, a developer tool for building AI-powered applications.

0
0.0%
1.4K
total stars
#5574
lyeoni/nlp-tutorial

A collection of NLP tutorials covering sentiment analysis, text classification, and neural machine translation.

0
0.0%
1.4K
total stars
#5575
tensorflow/ecosystem

A library that integrates TensorFlow with other open-source frameworks for building AI-powered applications.

0
0.0%
1.4K
total stars
#5576
Cysu/open-reid

Open-source Python library for person re-identification using deep learning and metric learning.

0
0.0%
1.4K
total stars
#5577
om-ai-lab/OmDet

Real-time and accurate open-vocabulary end-to-end object detection library for computer vision applications.

0
0.0%
1.4K
total stars
#5578
taoxugit/AttnGAN

AttnGAN is a Python library for generating high-quality images from text descriptions using attention-based generative adversarial networks.

0
0.0%
1.4K
total stars
#5579
swapagarwal/JARVIS-on-Messenger

A community-driven Python bot that aims to be simple to serve humans with everyday tasks

0
0.0%
1.4K
total stars
#5580
daveshap/ChatGPT_Custom_Instructions

A repository of custom instructions for using the ChatGPT language model effectively.

0
0.0%
1.4K
total stars
#5581
rockingdingo/deepnlp

A deep learning NLP pipeline implemented on TensorFlow for natural language processing tasks.

0
0.0%
1.4K
total stars
#5582
maHidaka/ros_face

A C++ library for facial recognition and detection in ROS (Robot Operating System) applications.

0
0.0%
1.4K
total stars
#5583
poe-platform/server-bot-quick-start

A tutorial for building Poe server bots using Python, focused on developers building AI tools.

0
0.0%
1.4K
total stars
#5584
torch/nn

This is a Lua library for building neural networks, a core component of deep learning frameworks.

0
0.0%
1.4K
total stars
#5585
taranjeet/awesome-gpts

A collection of GPT models and resources for developers interested in AI-powered coding tools and platforms.

0
0.0%
1.4K
total stars
#5586
reiinakano/fast-style-transfer-deeplearnjs

Demo of in-browser Fast Neural Style Transfer with deeplearn.js library

0
0.0%
1.4K
total stars
#5587
stulzq/azure-openai-proxy

Proxy to convert OpenAI API requests to Azure OpenAI API, supporting GPT-4, Embeddings, and Langchain.

0
0.0%
1.4K
total stars
#5588
ericjang/tdb

Interactive, node-by-node debugging and visualization for TensorFlow, a popular ML framework.

0
0.0%
1.4K
total stars
#5589
ShuLiu1993/PANet

PANet is a Python library for instance segmentation and object detection using deep learning.

0
0.0%
1.3K
total stars
#5590
OpnTec/fashionmaker

A generative AI model for creating fashion designs and garments.

0
0.0%
1.3K
total stars
#5591
bumble-tech/private-detector

A pretrained model for detecting lewd images, part of Bumble's image moderation tools.

0
0.0%
1.3K
total stars
#5592
ebhy/budgetml

Deploy a lightweight ML inference service with a budget-friendly setup in just a few lines of code.

0
0.0%
1.3K
total stars
#5593
torrvision/crfasrnn

This repository contains the source code for a semantic image segmentation method using Conditional Random Fields as Recurrent Neural Networks.

0
0.0%
1.3K
total stars
#5594
alibaba/graph-learn

An industrial-grade graph neural network framework for building large-scale graph-based AI applications.

0
0.0%
1.3K
total stars
#5595
ThousandBirdsInc/chidori

A reactive runtime for building durable AI agents using Rust, with a focus on LLM orchestration and debugging.

0
0.0%
1.3K
total stars
#5596
xiaqunfeng/machine-learning-yearning

A translation of Andrew Ng's book 'Machine Learning Yearning' for developers interested in machine learning.

0
0.0%
1.3K
total stars
#5597
SHI-Labs/Versatile-Diffusion

A versatile diffusion model for text, image, and variation generation in a single model.

0
0.0%
1.3K
total stars
#5598
mapillary/inplace_abn

An in-place activated BatchNorm implementation for memory-optimized training of deep neural networks.

0
0.0%
1.3K
total stars
#5599
facebookresearch/multipathnet

A Torch implementation of an object detection network from the research paper 'A MultiPath Network for Object Detection'.

0
0.0%
1.3K
total stars
#5600
tf-coreml/tf-coreml

A tool for converting TensorFlow models to the CoreML format for deployment on Apple devices.

0
0.0%
1.3K
total stars
1...111113...137

Stay in the loop

Get weekly updates on trending AI coding tools and projects.