kingabzpro/Image-Classification-FastAI.jl
Getting started with Julia Machine Learning Library with FastAI.jl
This helps data scientists and machine learning engineers quickly build and train image classification models. You input a collection of images, and it outputs a model capable of recognizing and categorizing objects within new images. This is for professionals who need to develop computer vision applications efficiently.
No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer looking to rapidly prototype and train an image classification model using Julia and the FastAI library.
Not ideal if you are not familiar with programming in Julia or prefer a different machine learning framework.
Stars
10
Forks
3
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Nov 08, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kingabzpro/Image-Classification-FastAI.jl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...