Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laitassou authored May 26, 2020
1 parent 540b9c5 commit d1b734f
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 d1b734f

Please sign in to comment.