reeve567 / Melanoma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Melanoma

The source repository for some of the image processing done for the Melanoma Model in my Image processing class

In order to run, you'll need Erlang, and Elixir installed.

Once you have everything set up run:

mix deps.get
mix compile
mix run

Just warning that you need images, and when you compile an elixir program for the first time, it runs the code as well.

Installation

If available in Hex, the package can be installed by adding melanoma to your list of dependencies in mix.exs:

def deps do
  [
    {:melanoma, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/melanoma.

About


Languages

Language:Elixir 100.0%