Django with Python Machine leaning

2020-04-27 Thread Lansana Sangare
Good evening everyone, I have a little doubt, I am new in Django but I attended the basic courses. Now I'm trying to display a machine learning script in django application on my web interface. Is there any way to do that with django. In my python script a video with keypoint and 3D reconstr

Django framework with machine learning

2020-04-27 Thread Lansana Sangare
Good evening, I am a new developer in Django but I have the basic knowledge. I wanted to know if someone has experience with django and machine learning. I have a script in python that shows a video with keypoints and 3D reconstruction. Is it possible with django framework to execute and disp

Read Text file in django

2020-05-26 Thread Lansana Sangare
Good evening people, i'm a beginner at django, i try to read a text file in django template but i only get the data.txt in template. how can i open and read the content of the text file in templates. Below you can see the html section and the output. Thanks in advance Django model: class Patie

Re: Read Text file in django

2020-05-27 Thread Lansana Sangare
you 😉. > On May 26, 2020 23:34, "Lansana Sangare" wrote: > >> Good evening people, >> i'm a beginner at django, i try to read a text file in django template >> but i only get the data.txt in template. how can i open and read the >> content of the text