[Flask] Doubts

Josh Stephens bsdtux at gmail.com
Mon May 21 08:20:45 EDT 2018


Hi abhishek,

  For displaying charts you are probably going to want to use something like chartjs. This javascript library can create nice looking charts.

To run this app and display camera output you might have luck using opencv. Miguel has written a great article on using opencv https://blog.miguelgrinberg.com/post/flask-video-streaming-revisited.

Best regard,
Josh Stephens

Sent from my iPhone

> On May 21, 2018, at 2:21 AM, Abhishek Chaudhary <abhichaudhary3 at gmail.com> wrote:
> 
> I am trying to develop an a web app that counts the no. of cars coming into a parking facility.
> The back end code is ready and is able to successfully get the no. of people coming in and out of the facility.
> How would i be able to run this python code from my app so that i can display the camera output and a few dynamically changing graphs on my interface?
> _______________________________________________
> Flask mailing list
> Flask at python.org
> https://mail.python.org/mailman/listinfo/flask
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20180521/867cd897/attachment.html>


More information about the Flask mailing list