└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Precise Data 2 | 3 | Binary data used for Mycroft Precise 4 | 5 | This repository holds the following branches: 6 | 7 | - `dist`: Precise executables for various linux architectures used to make inferences on raw audio data 8 | - `models`: A set of pretrained models for use with Precise. Each model consists of a `.pb` file and a `.pb.params` file. Both are necessary to run 9 | 10 | --------------------------------------------------------------------------------