diff --git a/README.md b/README.md index 25ad084..bdc4d85 100644 --- a/README.md +++ b/README.md @@ -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.