How to run Roboflow Inference Deployment App on Anaconda on my Deskstop

Greetings! I hope you are doing well. I would like to know how to run the Inference app from the link below on my Anaconda. Could you please guide me on how to do this? It would be great if you could add this feature to enable people to achieve the best results.

Hi, which inference app, this one?

The sample code is available to be copied/pasted for use - select “Edit in Codepen” after opening the app, and copy-paste the code:

If you’re having issues with implementation of the code, please do include the errors you are receiving, along with your code, to assist with debugging.

Here is our python package documentation as well, if you instead choose that method: Python Package - Roboflow

This inference is only for Image, Not on videos.
I have generally want the App which takes videos too. And that inference app.
Not this the last one which is deployable.

The code is available to be modified/customized to work as you see fit, such as for processing video.

To process video, you would just send each video frame for inference.

The code here provides a good example with starter code: