Using TensorFlow with Flask and React

A Full Stack Machine Learning Example

Tarric Sookdeo
Level Up Coding
Published in
9 min readApr 21, 2022

--

Image of TensorFlow, Flask, and React logos
TensorFlow, Flask, and React logos

TensorFlow is a popular machine learning framework maintained by the Google Brain Team. TensorFlow gives you access to high-level functions to train, analyze, and run machine learning models with ease.

Flask is a Python based web framework. Since Flask uses Python, it allows you to use Python’s amazing PIP…

--

--