All Projects → velimir → image_classifier

velimir / image_classifier

Licence: MIT License
Image classifier in Elixir

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to image classifier

VoiceNET.Library
.NET library to easily create Voice Command Control feature.
Stars: ✭ 14 (+16.67%)
Mutual labels:  image-classification
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+566.67%)
Mutual labels:  image-classification
kaggle brain-tumor-3D
Predict the status of a genetic biomarker important for brain cancer treatment
Stars: ✭ 20 (+66.67%)
Mutual labels:  image-classification
caltech birds
A set of notebooks as a guide to the process of fine-grained image classification of birds species, using PyTorch based deep neural networks.
Stars: ✭ 29 (+141.67%)
Mutual labels:  image-classification
HSI-Traditional-to-Deep-Models
Pytorch and Keras Implementations of Hyperspectral Image Classification -- Traditional to Deep Models: A Survey for Future Prospects.
Stars: ✭ 72 (+500%)
Mutual labels:  image-classification
GFNet
[NeurIPS 2021] Global Filter Networks for Image Classification
Stars: ✭ 199 (+1558.33%)
Mutual labels:  image-classification
Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
Stars: ✭ 8,046 (+66950%)
Mutual labels:  image-classification
SketchRecognition
Model and Android app for sketch recognition using Google's quickdraw dataset
Stars: ✭ 28 (+133.33%)
Mutual labels:  image-classification
cifar-tensorflow
No description or website provided.
Stars: ✭ 18 (+50%)
Mutual labels:  image-classification
al-fk-self-supervision
Official PyTorch code for CVPR 2020 paper "Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision"
Stars: ✭ 28 (+133.33%)
Mutual labels:  image-classification
general backbone
No description or website provided.
Stars: ✭ 37 (+208.33%)
Mutual labels:  image-classification
well-classified-examples-are-underestimated
Code for the AAAI 2022 publication "Well-classified Examples are Underestimated in Classification with Deep Neural Networks"
Stars: ✭ 21 (+75%)
Mutual labels:  image-classification
aws-rekognition
A Laravel Package/Facade for the AWS Rekognition API
Stars: ✭ 20 (+66.67%)
Mutual labels:  image-classification
ALPR System
Automatic License Plate Recognition System for Vietnamese Plates
Stars: ✭ 71 (+491.67%)
Mutual labels:  image-classification
Reproducibilty-Challenge-ECANET
Unofficial Implementation of ECANets (CVPR 2020) for the Reproducibility Challenge 2020.
Stars: ✭ 27 (+125%)
Mutual labels:  image-classification
Transformer-in-Transformer
An Implementation of Transformer in Transformer in TensorFlow for image classification, attention inside local patches
Stars: ✭ 40 (+233.33%)
Mutual labels:  image-classification
AMP-Regularizer
Code for our paper "Regularizing Neural Networks via Adversarial Model Perturbation", CVPR2021
Stars: ✭ 26 (+116.67%)
Mutual labels:  image-classification
work with stagesepx
about how to use stagesepx in production
Stars: ✭ 41 (+241.67%)
Mutual labels:  image-classification
PlayerDetection
Player detection and ball detection in football matches using image processing(opencv).
Stars: ✭ 50 (+316.67%)
Mutual labels:  image-classification
pyro-vision
Computer vision library for wildfire detection
Stars: ✭ 33 (+175%)
Mutual labels:  image-classification

ImageClassifier

Library that helps use Tensorflow for image classification in Elixir.

Read for details in blog post.

Installation

The package can be installed by adding image_classifier to your list of dependencies in mix.exs:

def deps do
  [
    {:image_classifier, "~> 1.0.0"}
  ]
end

The docs can be found at https://hexdocs.pm/image_classifier.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].