Can I process events that JavaScript used to do through Django?

Asked 2 years ago, Updated 2 years ago, 37 views

It's exactly what the title is. I have to program what event is processed when I press a button on the web, but I have to link it with Python's Keras, so I'm going to develop it through the Django framework.

For example, when the front side hands over an image called A, and you have to analyze it through an artificial neural network and return it to the front side, can you process it with Django?

Thank you for your answer!

django python

2022-09-21 11:50

1 Answers

If it's a simple question, you don't have to use the framework, but if you look at the question, you don't even know what http is.

I want you to learn at least what http is and basic html and javascript.

The question "Can you do it?" is, of course, possible. Learning is all you need to do.


2022-09-21 11:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.