Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software Libraries required to work with this repo or a pip list #2

Open
deeptf opened this issue Apr 17, 2019 · 1 comment · May be fixed by #9
Open

Software Libraries required to work with this repo or a pip list #2

deeptf opened this issue Apr 17, 2019 · 1 comment · May be fixed by #9

Comments

@deeptf
Copy link

deeptf commented Apr 17, 2019

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.

@Qu3tzal
Copy link

Qu3tzal commented Jan 9, 2020

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.

@sethreno sethreno linked a pull request Dec 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants