An open API service indexing awesome lists of open source software.

https://github.com/liuguangqiang/tensorflowstudying


https://github.com/liuguangqiang/tensorflowstudying

face-detection face-recognition tensorflow

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Install virtualenv
* pip3 install -U pip virtualenv

## Create Environment
* virtualenv --system-site-packages -p python3 ./venv
* source ./venv/bin/activate

## Install TensorFlow
* pip install —upgrade tensorflow
* pip install --index-url https://pypi.douban.com/simple tensorflow
* pip install tensorflow —upgrade —force-reinstall