I want to know is there a way to connect my Java based GUI built on Netbeans to the Python code which consists of machine learning algorithms and NLTK for language processing. Basically, i need the GUI to upload files and display graphs and percetages based on the analytics completed by the Python code. Basically, i need to call Python functions on button click actions.
My other question is, can use QT GUI builder which is based on Python compleletly for the above mentioned tasks?