Requirements¶
Python modules used in this program are listed below. It is recommended to have all the modules below installed.
Jupyter Notebook or Jupyter Lab¶
Codes are saved in .ipynb files which are only accesible if one of these modules is installed.
numpy¶
Enable the use of arrays and other mathematical tools.
pandas, matplotlib, seaborn¶
Creates plots and tables for better visualization of data.
sklearn¶
Machine learning module used in this Notebook.
astropy¶
Used for reading huge .fits files.
PySimpleGUI, winsound, cellbell¶
Creates simple GUI and sound alerts.
joblib¶
Saves the machine learning model created in a local storage.