This is an application that implementing Naive Bayes Algorithm for predicting the output from the datas using sklearn, pandas, numpy and other Libary.
- Install
Python 3
or higher version. - Install
sklearn
,xlsxwritter
,matplotlib
,pandas
,numpy
, andpillow
usingpip install
or something else. - Download all files in this repository.
- Simply double click on
Functional.py
to run the program.
- Make sure you already installed
tkinter
library in your Python. - Double click on
GUI.py
to run program.