Assuming that you have to do all the processing locally on your server
computer.
Best Regards,
PARTH PATIL
On Thu, 11 Apr 2019, 1:29 pm Aakash Baranwal, wrote:
> Hi Everybody,
>
> I need a help in integrating a machine learning model with my website.
>
> I have a file upload button where I can
Thanks a lot.
I read about it and I think it will do the job for me. I plan to send a
live video and chunk it after 1 hour time and then run the model on it.
How to create a REST API for calling my model to run on the video and then
another challenge is how to show the result video to the person
Video analysis is a GPU intensive process, it may take a long time to
process a whole video, I think you can use Celery to run the process as an
asynchronous task, and use callback to trace the progress of the tasks .
Celery can be easily integrated with Django, officially support.
Aakash Baranwa
Hi Everybody,
I need a help in integrating a machine learning model with my website.
I have a file upload button where I can upload either an image or a video.
After it is uploaded, I want to run my model into it and whatever is the
result I want to display it and keep a record of the whole proce
4 matches
Mail list logo