You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mix.exs
+16
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,26 @@ defmodule Tensorflex.MixProject do
9
9
elixir: "~> 1.6",
10
10
build_embedded: Mix.env==:prod,
11
11
start_permanent: Mix.env()==:prod,
12
+
description: description(),
13
+
package: package(),
12
14
deps: deps()
13
15
]
14
16
end
15
17
18
+
defpdescriptiondo
19
+
"""
20
+
A simple and fast library for running Tensorflow graph models in Elixir. Tensorflex is written around the Tensorflow C API, and allows Elixir developers to leverage Machine Learning and Deep Learning solutions in their projects.
0 commit comments