I have to make a program with AI, and I want to know which language will be the best language to make a program and UI/UX (Or maybe dashboard?).
- Lots of data coming in from the chemical manufacturing plant realtime database.
- Our AI will get the data, and predict the qualities of the products, which has to be shown on the dashboard in real-time
- There will be some data analysis functions, which will also have lots of graphs shown to the user.
- Graphs have to be interactive, meaning that Zoom, moving the graphs, etc. should be possible.
I have tried a tutorial with tkinter (python), but it was kinda heavy showing some XAI graphs. (had some lagging)
Should I try PyQt? or maybe C++?
I really like TradingView graph, which doesn’t have any lagging and shows real-time data.
Can I make some program like that?
Jun-Ho Kang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.