Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.15 KB

guesslang-go 🔍

GoDoc Test

Go port of yoeo/guesslang. Detects programming language of source code using a deep learning model.

Setup

Dependencies

Requires libtensorflow C API.

On macOS, it can be installed with homebrew:

brew install libtensorflow

Install

go get github.com/robherley/guesslang-go

See example usage in examples/main.go

Acknowledgements

Powered by:

Inspired by: