KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
image_classifier
★ 13
Open GitHub ↗
Image classifier in Elixir
Download README (.md)
Explore Similar Repositories
Python_Basic4beginners
:
Educational Code Examples for Getting Used to Python3 (Numpy and Matplotlib)
varfont-prep-workshop
:
An example project to demo the RoboFont script VarFont Prep
SAFE
:
This repository currently contains just SAFE.Tool - a dotnet tool that might serve as an utility to manage SAFE projects.
NJU_KEPractice
:
The final project for the Knowledge Engineering course at Nanjing University.
Edgeware-Lockup-Analysis
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
image_classifier
?
Download (.md)
# ImageClassifier Library that helps use Tensorflow for image classification in Elixir. Read for details in [blog post](https://www.erlang-solutions.com/blog/how-to-build-a-machine-learning-project-in-elixir.html "How to build a machine learning project in Elixir"). ## Installation The [package](https://hex.pm/packages/image_classifier) can be installed by adding `image_classifier` to your list of dependencies in `mix.exs`: ```elixir def deps do [ {:image_classifier, "~> 1.0.0"} ] end ``` The docs can be found at [https://hexdocs.pm/image_classifier](https://hexdocs.pm/image_classifier).