Skip to content

Releases: sakgoyal/MachineLearning-Calculator

Submission Release

05 May 04:45
2032f3e
Compare
Choose a tag to compare
Submission Release Pre-release
Pre-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