Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 458 Bytes

File metadata and controls

29 lines (17 loc) · 458 Bytes

Algoritheme de recommnadations

A Deep Learning based Fashion Recommender System using the ResNET50

image system

ref:

python3 --version
python3 -m pip --version

There is currently no official GPU support for MacOS.

https://www.tensorflow.org/install/pip?hl=fr#macos_1


python3 -m pip install tensorflow

Verify the installation:

python3 -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))