Programme zum automatisierten Sammeln von Bildern aus der Google Bildersuche für Machine Learning Projekte
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

condaEnvironmentTensorflow.yml 284B

1234567891011121314151617181920
  1. name: master-arbeit
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - numpy
  7. - pip
  8. - python=3.8
  9. - scipy
  10. - wheel
  11. - absl-py
  12. - google-pasta
  13. - keras-preprocessing
  14. - opt_einsum
  15. - protobuf
  16. - tensorboard
  17. - tensorflow-estimator
  18. - pandas
  19. - matplotlib
  20. - pillow