N
N
novkri2020-04-29 09:45:23
Python
novkri, 2020-04-29 09:45:23

How to use neural networks in a Python web application?

Please explain the principle of HOW to combine neurons with a web application?
There is a web application in python, I know that you can visualize graphs in Dash, there is a neuron.
Is it now possible and how to use a trained neuron so that the user enters data, the neuron receives it and gives the result? What can be used?
Help, I don't know where to dig and what to look for

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmshar, 2020-04-29
@dmshar

The trained neuron is on the server side.
In the browser, the user enters data in the usual way. They are sent to the server in the usual way. On the server, the neuron processes the request and returns the result. The result is returned to the client in the usual way.
What is the question? How does this differ from a query, for example, to a database? Or a weather service?
Moreover, visualization of graphs for neurons remains a mystery.
And you need to dig and search, probably, in the study of methods for creating web applications. And - very desirable - from the very beginning.

V
Vadim Shatalov, 2020-04-29
@netpastor

Raise a task broker for a web application, something like Celery and communicate with the neuron through it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question