Releases: sakgoyal/MachineLearning-Calculator
Releases · sakgoyal/MachineLearning-Calculator
Submission Release
Provides the .py
file so you can run the GUI application without having to use jupyter notebooks.
Make sure that you have tensorflow
installed as well as some utilities mentioned below.
you can install them via pip
by running the command pip install <library_name>
after installing python
REQUIRED PYTHON LIBRARIES:
tensorflow
tensorflow_datasets
matplotlib
numpy
PIL
cv2
imutils
tkinter