All Projects → SHARONZACHARIA → Deploy-ML-model

SHARONZACHARIA / Deploy-ML-model

Licence: other
No description or website provided.

Programming Languages

dart
5743 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Deploy-ML-model

auslan-party
✌Real-time translation of the Auslan Alphabet
Stars: ✭ 38 (-33.33%)
Mutual labels:  image-classification
tensorflow-image-classifier
Easily train an image classifier and then use it to label/tag other images
Stars: ✭ 29 (-49.12%)
Mutual labels:  image-classification
ML4K-AI-Extension
Use machine learning in AppInventor, with easy training using text, images, or numbers through the Machine Learning for Kids website.
Stars: ✭ 18 (-68.42%)
Mutual labels:  image-classification
SimplePythonCNN
Only in native python & numpy with Keras interface
Stars: ✭ 31 (-45.61%)
Mutual labels:  image-classification
image-recognition-and-information-extraction-from-image-documents
Image Recognition and Information Extraction from Image Documents using Keras and Watson NLU
Stars: ✭ 71 (+24.56%)
Mutual labels:  image-classification
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (+652.63%)
Mutual labels:  image-classification
TFLite-Android-Helper
TensorFlow Lite Helper for Android to help getting started with TesnorFlow.
Stars: ✭ 25 (-56.14%)
Mutual labels:  image-classification
quart-motor
Motor support for Quart applications
Stars: ✭ 14 (-75.44%)
Mutual labels:  pymongo
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (+10.53%)
Mutual labels:  image-classification
image-recognition
采用深度学习方法进行刀具识别。
Stars: ✭ 19 (-66.67%)
Mutual labels:  image-classification
multi-task-learning
Multi-task learning smile detection, age and gender classification on GENKI4k, IMDB-Wiki dataset.
Stars: ✭ 154 (+170.18%)
Mutual labels:  image-classification
deep-learning
Deep Learning Bootcamp
Stars: ✭ 60 (+5.26%)
Mutual labels:  image-classification
DynamicViT
[NeurIPS 2021] DynamicViT: Efficient Vision Transformers with Dynamic Token Sparsification
Stars: ✭ 340 (+496.49%)
Mutual labels:  image-classification
TNCR Dataset
Deep learning, Convolutional neural networks, Image processing, Document processing, Table detection, Page object detection, Table classification. https://www.sciencedirect.com/science/article/pii/S0925231221018142
Stars: ✭ 37 (-35.09%)
Mutual labels:  image-classification
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (-68.42%)
Mutual labels:  image-classification
CGvsPhoto
Computer Graphics vs Real Photographic Images : A Deep-learning approach
Stars: ✭ 24 (-57.89%)
Mutual labels:  image-classification
DeTraC COVId19
Classification of COVID-19 in chest X-ray images using DeTraC deep convolutional neural network
Stars: ✭ 34 (-40.35%)
Mutual labels:  image-classification
Blur-and-Clear-Classification
Classifying the Blur and Clear Images
Stars: ✭ 88 (+54.39%)
Mutual labels:  image-classification
image-classification
A collection of SOTA Image Classification Models in PyTorch
Stars: ✭ 70 (+22.81%)
Mutual labels:  image-classification
ICCV2021-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
Stars: ✭ 2,022 (+3447.37%)
Mutual labels:  image-classification

Deploy-ML-model using flask and access via flutter

This is a repository showing how to deploy ML models using flask and access it using a rest api from flutter

Machine Learning has become one of the cool technologies in the recent times, almost every software product out in market uses ML in one or the other way. Let’s see how to build an application that can upload images to server and make predictions on it (image classification ). These images can be accessed by an app and you can simply search an image by its content. We will use Flask (Python framework) as back end for our REST API, Flutter for mobile app and Keras for image classification. We will also use MongoDB as our database to store data about the images and classify images using Keras ResNet50 model.

You can find code explanations and more detials in the medium post here https://link.medium.com/OMGqtYWALY

Flutter

Flutter is an open-source mobile application development framework created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia

Keras

Keras is an open-source neural-network library written in Python. It is capable of running on top of TensorFlow, Microsoft Cognitive Toolkit, Theano, or PlaidML. Designed to enable fast experimentation with deep neural networks, it focuses on being user-friendly, modular, and extensible.

Flask

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions

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