All Projects → mkurovski → emnist_dl2prod

mkurovski / emnist_dl2prod

Licence: MIT license
JuPyter Notebooks and Python Package for Deep Learning Model Exploration, Translation and Deployment

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to emnist dl2prod

EmotionRecTraining
Python script using Keras + TensorFlow to train a custom machine learning model to recognize faces using a dataset with human faces and labeled with emotions.
Stars: ✭ 30 (-3.23%)
Mutual labels:  tensorflow-serving
bert sa
bert sentiment analysis tensorflow serving with RESTful API
Stars: ✭ 35 (+12.9%)
Mutual labels:  tensorflow-serving
ChineseNER
中文NER的那些事儿
Stars: ✭ 241 (+677.42%)
Mutual labels:  tensorflow-serving
tf-estimator-basics
Train, predict, export and reload a tf.estimator for inference
Stars: ✭ 47 (+51.61%)
Mutual labels:  tensorflow-serving
tensorflow-scala
A Scala binding of TensorFlow for Serving TensorFlow Models (Provides RESTful API)
Stars: ✭ 47 (+51.61%)
Mutual labels:  tensorflow-serving
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (+4670.97%)
Mutual labels:  tensorflow-serving
Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
Stars: ✭ 4,012 (+12841.94%)
Mutual labels:  onnx
amdovx-modules
AMD OpenVX modules: such as, neural network inference, 360 video stitching, etc.
Stars: ✭ 106 (+241.94%)
Mutual labels:  onnx
go-tensorflow
Tools and libraries for using Tensorflow (and Tensorflow Serving) in go
Stars: ✭ 25 (-19.35%)
Mutual labels:  tensorflow-serving
onnx-registry
Intelligent Component Registry web service for managing and using snn, dnn, and ml models, which is stored in onnx format.
Stars: ✭ 21 (-32.26%)
Mutual labels:  onnx
nsfw-classification-tensorflow
NSFW classify model implemented with tensorflow.
Stars: ✭ 58 (+87.1%)
Mutual labels:  tensorflow-serving
serving-tensorflow-models
Serving TensorFlow models with TensorFlow Serving 📙
Stars: ✭ 41 (+32.26%)
Mutual labels:  tensorflow-serving
practical intro to tf2
Building an image classifier in TF2
Stars: ✭ 55 (+77.42%)
Mutual labels:  tensorflow-serving
tensorflow-builds
Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.
Stars: ✭ 15 (-51.61%)
Mutual labels:  tensorflow-serving
pytorch YOLO OpenVINO demo
No description or website provided.
Stars: ✭ 73 (+135.48%)
Mutual labels:  onnx
potato-disease-classification
Potato Disease Classification - Training, Rest APIs, and Frontend to test.
Stars: ✭ 95 (+206.45%)
Mutual labels:  tensorflow-serving
end-to-end-machine-learning-with-google-cloud
End to End Machine Learning with Google Cloud Platform
Stars: ✭ 39 (+25.81%)
Mutual labels:  tensorflow-serving
epic-awesome-gamer
🍷 Gracefully claim weekly free games and monthly content from Epic Store.
Stars: ✭ 600 (+1835.48%)
Mutual labels:  onnx
fastT5
⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.
Stars: ✭ 421 (+1258.06%)
Mutual labels:  onnx
Deepstream Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
Stars: ✭ 120 (+287.1%)
Mutual labels:  onnx

From Exploration to Production - Bridging the Deployment Gap for Deep Learning

This repository contains the sourcecode related to my blogpost series on Medium on deep learning model exploration, translation and deployment using the EMNIST dataset.

Usage

  1. Clone the repository and change to the folder
  2. If you are using conda, just create a new environment from env.yml with conda env create -f env.yml. This will create the environment emnist_dl.
  3. Activate the environment with conda activate emnist_dl
  4. Install the package with python setup.py install
  5. Work through the JuPyter notebooks provided in notebooks/

JuPyter Notebooks

I provide six JuPyter notebooks to guide through the code. I advise you to set everything up, read each blogpost and go trough the referenced notebooks to try things out yourself.

Part 1:

Part 2:

The code has been tested with Docker Version 18.06.1-ce-mac73 (26764)

Note

This project has been set up using PyScaffold 3.1rc2. For details and usage information on PyScaffold see https://pyscaffold.org/.

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].