Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basilenouvellet/elixir-machine-learning
Test project for Machine Learning using Elixir
https://github.com/basilenouvellet/elixir-machine-learning
Last synced: 23 days ago
JSON representation
Test project for Machine Learning using Elixir
- Host: GitHub
- URL: https://github.com/basilenouvellet/elixir-machine-learning
- Owner: basilenouvellet
- Created: 2019-11-20T01:22:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T00:52:59.000Z (about 5 years ago)
- Last Synced: 2024-10-30T00:41:33.428Z (2 months ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProductsAdvisor
**TODO: Add description**
Use the following command to start the spider:
```{bash}
iex -S mixCrawly.Engine.start_spider(HarveynormanIe)
```## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `products_advisor` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:products_advisor, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/products_advisor](https://hexdocs.pm/products_advisor).