Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/laitassou/ML
Browse files Browse the repository at this point in the history
  • Loading branch information
laitassou committed Jun 5, 2020
2 parents fcf65f8 + d1b734f commit 8c24e4f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# ML


needed packages for venv

302 sudo apt install python3-dev python3-pip
303 sudo pip3 install -U virtualenv
331 pip list
332 pip install --upgrade tensorflow
382 pip3 --version
383 sudo apt install python3-pip
437 pip install --upgrade matplotlib
439 pip install --upgrade pandas
441 pip install --upgrade seaborn
443 pip install --upgrade tensorflow_docs
444 pip install git+https://github.com/tensorflow/docs
Example of service to run inferences with tensorflow
Python model is run with mnist data and exported to pb.
This model is loaded in cpp application to run inferences.

0 comments on commit 8c24e4f

Please sign in to comment.