All Projects → iitzco → deepzoo

iitzco / deepzoo

Licence: other
🐺 🐯 🐋 🐘 🐒 Deep Learning model Zoo

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deepzoo

ModelZoo.pytorch
Hands on Imagenet training. Unofficial ModelZoo project on Pytorch. MobileNetV3 Top1 75.64🌟 GhostNet1.3x 75.78🌟
Stars: ✭ 42 (+121.05%)
Mutual labels:  modelzoo
StyleGAN-Zoo
No description or website provided.
Stars: ✭ 67 (+252.63%)
Mutual labels:  modelzoo
Awesome Deeplearning Resources
Deep Learning and deep reinforcement learning research papers and some codes
Stars: ✭ 2,483 (+12968.42%)
Mutual labels:  modelzoo

Problem

It is often difficult to be able to run inference on trained models of open source projects. This is mainly because most deep learning repos are all about describing new architectures, explaining training processes and/or publishing amazing metric results. The focus is more on the model description and explanation rather than on the model use.

When we want to run some model, we often encounter complex installation steps or even model unavailability (train it yourself!).

Goal

The goal of this repo is to provide a place where we can make use of the trained models. Each model will be hosted in it's own site where a README will guide the user over simple and easy steps on how to run the model (often involving an auxiliary class also provided in the site). All models will be also hosted on this repo, under the releases section.

Contribute! 🙌

The only way to grow this collection is with your help. If you know how to run a traditional model and/or you built one and you wish to share it, you're welcome. Read contribute.md.

Note

Python only for now! 🐍

How to use

  1. Pick a category.
  2. Pick the task
  3. Pick the model and go to the model site!

Categories:

This index will take you to all models of the category, regardless framework

Computer Vision tasks

Natural Language Processing tasks

Audio tasks


Image Classification

Object Detection

Pose Estimation

Instance Segmentation

Image Enhancement

Image Captioning

Other Computer Vision Models


Speech To Text

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