craft_tflite
Model converter
This project converts a pre-trained CRAFT model to a TFLite model and provides an inference code for using the converted model.
This is the github repository for converting craft pretrained model to tflite version
32 stars
2 watching
10 forks
Language: Jupyter Notebook
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
tulasiram58827/ocr_tflite | A repository to convert popular OCR models into TensorFlow Lite (TFLite) formats for efficient deployment on mobile devices. | 101 |
tulasiram58827/tts_tflite | This repository provides TTFite models of various text-to-speech architectures. | 189 |
neso613/asr_tflite | Provides pre-trained ASR models for efficient inference using TFLite | 11 |
leonidk/pytorch-tf | A tool to help convert PyTorch models to TensorFlow | 94 |
tf-coreml/tf-coreml | A tool for converting TensorFlow models to CoreML format for deployment on Apple devices. | 1,331 |
triagemd/model-converters | A tool for converting Keras models to use with TensorFlow | 7 |
huggingface/tflite-android-transformers | Converts popular transformer models to run on Android devices for efficient inference and generation tasks. | 392 |
neso613/yolo-v5-tflite-model | An implementation of YOLOv5 object detection model in TensorFlow Lite format | 17 |
tensorflow/tflite-support | A toolkit to deploy machine learning models on mobile devices using the TensorFlow Lite framework | 378 |
gmalivenko/pytorch2keras | Converts PyTorch models to Keras models | 857 |
ml-gde/e2e-tflite-tutorials | Tutorials and projects on building, deploying, and using TensorFlow Lite models for mobile applications | 133 |
tensorflow/tfjs-models | A collection of pre-trained machine learning models for use in web applications. | 14,105 |
inisis/brocolli | Converts PyTorch models to various formats for deployment and testing in deep learning frameworks. | 341 |
sayakpaul/mirnet-tflite-trt | Converts MIRNet model into TensorFlow Lite and TensorRT models for image enhancement | 128 |
margaretmz/cartoonizer-with-tflite | A tutorial project demonstrating how to create a Cartoonizer Android app using TensorFlow Lite models | 116 |