You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install all the dependencies: pip install matplotlib numpy scikit-learn tensorflow keras umap-learn
Please note that tensorflow is not mandatory but you need a backend for Keras. Tensorflow is the recommended backend by the Keras website.
This list can be put in a requirements.txt file which allow to do pip install -r requirements.txt to install everything at once.
It would be very helpful to list all the packages needed for this specific repository. It makes it easy to install with a pip list for beginners.
The text was updated successfully, but these errors were encountered: