PeopleNet Integration with Front End Web Application

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Orin Nano
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only) 5.1
• TensorRT Version 8.5.2
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

We want to build a web application by infernecing an image to the peoplenet model to count the number of people in the image. We are able to run the peoplenet model successfully using the below command

sudo deepstream-app -c deepstream_app_source1_peoplenet.txt

We have followed the steps in the from the link https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/blob/master/deepstream_app_tao_configs/README.md

We want to use Angular for front end and python for backend
Kindly help in this regard

What kind of help do you need? Do you mean you want a python sample for peoplenet inferencing?

Yes if you could help with python code

Please refer to NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications (github.com) for the pyds samples.