Cambridge-ICCS/fortran-tf-lib
A library for directly calling TensorFlow / Keras ML models from Fortran.
This tool helps scientific researchers and engineers integrate pre-trained machine learning models, specifically those developed with TensorFlow, directly into their existing Fortran applications. You can take a TensorFlow model saved in Keras's 'tf' format, feed it input data from your Fortran code, and receive the model's predictions back within Fortran. This is ideal for Fortran developers working in fields like computational science or engineering who want to embed ML inference capabilities into their high-performance Fortran simulations.
No commits in the last 6 months.
Use this if you have a TensorFlow machine learning model and need to run its predictions directly within a Fortran program without external Python calls.
Not ideal if you need to train a TensorFlow model within Fortran, or if your machine learning models are built with PyTorch instead of TensorFlow.
Stars
35
Forks
12
Language
Fortran
License
MIT
Category
Last pushed
Sep 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Cambridge-ICCS/fortran-tf-lib"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
mlverse/torch
R Interface to Torch
modern-fortran/neural-fortran
A parallel framework for deep learning
Beliavsky/Fortran-code-on-GitHub
Directory of Fortran codes on GitHub, arranged by topic
Cambridge-ICCS/FTorch
A library for directly calling PyTorch ML models from Fortran.
NVIDIA/TorchFort
An Online Deep Learning Interface for HPC programs on NVIDIA GPUs