tesserai/tfi
Use any TensorFlow model in a single line of code
This tool helps machine learning engineers and researchers simplify how they interact with TensorFlow models. You provide a pre-trained TensorFlow model (a SavedModel file) or define a new model, and the tool automatically creates a Python class. You can then use this class to make predictions by feeding in data like images or numerical inputs and receiving categorized results or scores.
151 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer who wants to easily load and use TensorFlow SavedModels or define and export your own models with a clean Python interface.
Not ideal if you are a non-developer or if you prefer to interact with TensorFlow models directly through the TensorFlow API.
Stars
151
Forks
11
Language
HTML
License
MIT
Category
Last pushed
Dec 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tesserai/tfi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
DingKe/nn_playground
Experimental keras implementation of novel neural network structures
DataForScience/DeepLearning
Deep Learning From Scratch
OVVO-Financial/NNS
Nonlinear Nonparametric Statistics
remicres/otbtf
Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)