Keras Models Hub
Project description
Keras Models Hub
This repo aims at providing both reusable Keras Models and pre-trained models, which could easily integrated into your projects.
Install
pip install keras-models
If you will using the NLP models, you need run one more command:
python -m spacy download xx_ent_wiki_sm
Usage Guide
import kearasmodels
Examples
Reusable Models
SkipGram
WideDeep
Pre-trained Models
VGG16_Places365
This model is forked from GKalliatakis/Keras-VGG16-places365 and CSAILVision/places365
from kerasmodels.models.pretrained import vgg16_places365
labels = vgg16_places365.predict('your_image_file_pathname.jpg', n_top=3)
# Example Result: labels = ['cafeteria', 'food_court', 'restaurant_patio']
Models
- TextCNN
- TextDNN
- SkipGram
- VGG16_Places365 [pre-trained]
- working on more models
Citation
TextCNN
Kim Y.
Convolutional neural networks for sentence classification[J].
arXiv preprint arXiv:1408.5882, 2014.
SkipGram
Mikolov T, Chen K, Corrado G, et al.
Efficient estimation of word representations in vector space[J].
arXiv preprint arXiv:1301.3781, 2013.
VGG16_Places365
Zhou, B., Lapedriza, A., Khosla, A., Oliva, A., & Torralba, A.
Places: A 10 million Image Database for Scene Recognition
IEEE Transactions on Pattern Analysis and Machine Intelligence
Contribution
Please submit PR if you want to contribute, or submit issues for new model requirements.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
keras-models-0.0.5.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for keras_models-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f72cd724f8e9e4d31b81e9195f112ec8b2558818fb309af15c08e55dc9cf2892 |
|
MD5 | 206818ac90c13304d52942fb030ea7d6 |
|
BLAKE2b-256 | 1c5ee173345a06afe88c1ec3a5f27b75a8bd42e714de46f88c78b96e5e6cfe0d |