Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 356 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 356 Bytes

TekTes

Technical test

To load the model, simple refer to the trained model in your script and then just start infering. Simple plug and play once you have tensorflow installed. Some models may require encoder to work. you can load it using pickle or you can use the .json file and then parse it from there. For example with golang see example_golang.go