This is a GUI application for Machine Learning. This application is made purely with python. The main libraries used are:
1. PyQt5
2. Keras
3. Pandas
4. Numpy
5. Sklearn and Scikit learn
It allows a user to make machine learning models without writing a single line of code. The user can select a CSV file containing the dataset. Enter the hyperparameters (which are filled by default for ease) and hit the run button. The application will give you precision, recall, accuracy, f1 score and confusion matrix on the test data. If it is MLP(Artificial Neural Network), then it will also give loss graph.
Source Code: https://github.com/anchal27sri/ML-GUI...