GUI software for performing predictions on the dataset using various Machine Learning Models.
- Simple Linear Regression
- Multiple Linear Regression
- Polynomial Regression
- Logistic Regression
- K-Nearest Neighbours
- SVM
- Kernel SVM
- Naive Bayes
- Decision Tree
- Random Forest
These instructions will get you a copy of the project up and running on your local machine
1.Python 3.6
2.PyQt5
3.Anaconda( contains both Python and PyQt)
If you have already installed above tools than direct run ImageChanger.py
python3 PredIt.py
otherwise install them first and than run PredIt.py
- Python - Programming Language used
- PyQt - GUI framework for Python
- Pandas - Data structures and data analysis tools for the Python programming language
- matplotlib - Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy
- Anaconda - Anaconda is a freemium open source distribution of the Python programming languages for large-scale data processing, predictive analytics, and scientific computing
- scikit-learn - Scikit-learn is a free software machine learning library for the Python programming language.