Pinned Repositories
3d-bpp
3D bin packing solutions with layers and superitems, for Artificial Intelligence in Industry class at UNIBO
air
☁️ Live reload for Go apps
analytics
binaries
Just binaries
Building-your-own-ECR20-Token
This tutorial will take you through the steps of building your first ERC20 token on the Ethereum network.
camelcase
Split a camelcase word into a slice of words in Go
CarND-Vehicle-Detection
chrome-extension-boilerplate-react
A Chrome Extensions boilerplate using React 18 and Webpack 5.
mglda
Multi-grain LDA
wujiang's Repositories
wujiang/chrome-extension-boilerplate-react
A Chrome Extensions boilerplate using React 18 and Webpack 5.
wujiang/dust
Design and Deploy Large Language Model Apps
wujiang/geoip2-golang
Unofficial MaxMind GeoIP2 Reader for Go
wujiang/halo2
wujiang/indextree
Arena based tree 🌲 structure by using indices instead of reference counted pointers
wujiang/Online-3D-BPP-PCT
Code implementation of "Learning Efficient Online 3D Bin Packing on Packing Configuration Trees". We propose to enhance the practical applicability of online 3D Bin Packing Problem (BPP) via learning on a hierarchical packing configuration tree which makes the deep reinforcement learning (DRL) model easy to deal with practical constraints and well-
wujiang/tiktoken
wujiang/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
wujiang/apollo
An open autonomous driving platform
wujiang/authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
wujiang/autoware.universe
wujiang/awesome-machine-learning-in-compilers
Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisation
wujiang/awesome-radar-perception
A curated list of radar datasets, detection, tracking and fusion
wujiang/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
wujiang/clang_complete
Vim plugin that use clang for completing C/C++ code.
wujiang/cyclonedds
Eclipse Cyclone DDS project
wujiang/cyclonedds-cxx
wujiang/dalai
The simplest way to run LLaMA on your local machine
wujiang/dify
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
wujiang/esm
Evolutionary Scale Modeling (esm): Pretrained language models for proteins
wujiang/iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
wujiang/manim
Animation engine for explanatory math videos
wujiang/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
wujiang/paper-reading
深度学习经典、新论文逐段精读
wujiang/pydub
Manipulate audio with a simple and easy high level interface
wujiang/rclcpp
rclcpp (ROS Client Library for C++)
wujiang/Rocket.Chat
The communications platform that puts data protection first.
wujiang/Rocket.Chat.ReactNative
Rocket.Chat mobile clients
wujiang/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
wujiang/starcoder.cpp
C++ implementation for 💫StarCoder