fastmachinelearning/hls4ml
Machine learning on FPGAs using HLS
Automatically converts trained models from Keras, PyTorch, and other frameworks into synthesizable HLS code, supporting multiple vendor backends (Xilinx Vivado/Vitis, Intel, Catapult). Optimizes for sub-microsecond latency inference through techniques like quantization to binary/ternary precision, distributed arithmetic, and CNN/semantic segmentation acceleration. Originally developed for high-energy physics trigger systems but now deployed across quantum control, satellite monitoring, and biomedical signal processing applications.
1,849 stars. Actively maintained with 12 commits in the last 30 days.
Stars
1,849
Forks
530
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
12
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fastmachinelearning/hls4ml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
alibaba/TinyNeuralNetwork
TinyNeuralNetwork is an efficient and easy-to-use deep learning model compression framework.
KULeuven-MICAS/zigzag
HW Architecture-Mapping Design Space Exploration Framework for Deep Learning Accelerators
fastmachinelearning/hls4ml-tutorial
Tutorial notebooks for hls4ml
doonny/PipeCNN
An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
maestro-project/maestro
An analytical cost model evaluating DNN mappings (dataflows and tiling).