I want to use deep learning or machine learning to do some calculations on my front-end.
But there are no react examples.
My original idea was use python with react. Tensorflow would run in back-end in Python, while the front-end would be using React and get the results from the Python back-end.
Then I saw that Tensorflow is also in Javascript. So it can be used directly on the website, right?
Can React then directly use Tensorflow?