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

https://github.com/ricoledan/tensorflow-practice


https://github.com/ricoledan/tensorflow-practice

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# tensorflow-practice

set up virtual environment
`python3 -m venv venv`

install dependencies
`python3 -m pip install -r requirements.txt`

lock dependencies
`pip freeze > requirements.txt`