diff --git a/README.md b/README.md index 4d4ebff..b74f950 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,13 @@ python -m ipykernel install --user --name=tb-venv jupyter notebook ``` + + +## Run TF Lite + +### Trouble shooting + +For tensorflow Lite to work on virtual env, we have to install the following package. +```bash +sudo apt install libatlas-base-dev +``` \ No newline at end of file