awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
veronikayurchuk avatar

veronikayurchuk/pretrained-models.pytorchFork

0
View on GitHub↗
76 stars·10 forks·Python·BSD-3-Clause·10 views

Pretrained Models.pytorch

Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.

Features

  • Computer Vision - Collection of pre-trained vision models.
  • To be Classified - Listed in the “To be Classified” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for veronikayurchuk/pretrained-models.pytorchStar history chart for veronikayurchuk/pretrained-models.pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pretrained Models.pytorch

These projects share indexed features with Pretrained Models.pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • truskovskiyk/nima.pytorchT

    truskovskiyk/nima.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • utkuozbulak/pytorch-cnn-visualizationsutkuozbulak avatar

    utkuozbulak/pytorch-cnn-visualizations

    8,219View on GitHub↗

    This is a PyTorch CNN visualization toolkit designed for neural network interpretability. It provides a set of tools to explain model decisions and analyze the internal behavior of convolutional neural networks through the visualization of activations, gradients, and filters. The project implements specialized techniques for synthesizing representative images, including Deep Dream optimizations to amplify patterns and class-specific image generation via input optimization. It also features a saliency map generator that produces gradient-based heatmaps to identify the specific image regions in

    Python
    View on GitHub↗8,219
  • jtoy/sketchnetJ

    jtoy/sketchnet

    0View on GitHub↗
    View on GitHub↗0
  • ailab-cvc/yolo-worldAILab-CVC avatar

    AILab-CVC/YOLO-World

    6,425View on GitHub↗

    YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images and video based on free-form text prompts without requiring predefined category labels. The system enables the identification of arbitrary objects by fusing image features with text embeddings. It includes a specialized tool for automated image labeling, which generates bounding box annotations for custom datasets using text-based prompts. The project provides a deployment pipeline for converting models into quantized ONNX and TFLite formats, supporting real-time inference on

    Python
    View on GitHub↗6,425
Compare all 30 related projects→

Frequently asked questions

What does veronikayurchuk/pretrained-models.pytorch do?

Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.

What are the main features of veronikayurchuk/pretrained-models.pytorch?

The main features of veronikayurchuk/pretrained-models.pytorch are: Computer Vision, To be Classified.

Which projects share features with veronikayurchuk/pretrained-models.pytorch?

Projects with overlapping indexed features include: utkuozbulak/pytorch-cnn-visualizations — This is a PyTorch CNN visualization toolkit designed for neural network interpretability. It provides a set of tools… truskovskiyk/nima.pytorch. jtoy/sketchnet. ailab-cvc/yolo-world — YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images… alankbi/detecto — Build fully-functioning computer vision models with PyTorch. airctic/icevision.